ActionScript 2.0 :: Vibration Effect.....make More Violent?
Apr 6, 2004i have text which i have created to vibrate using this code
onClipEvent (load) {
// movie width/height
height = 150;
[code].....
i have text which i have created to vibrate using this code
onClipEvent (load) {
// movie width/height
height = 150;
[code].....
I have text which I have created to vibrate using this code
onClipEvent (load) {
// movie width/height
height = 150;
width = 500;
this._xscale = this._yscale=temp;
[Code] ....
How to get vibration becomes more violent over time?
how to let the vibration occur for a finite timeframe. i.e. how do i make it stop?
View 3 RepliesI am working on a file that emerges with a vibration / random alpha effect, but I don't want the effect to last forever... I want it to stop.Here's my code, which is placed on the first keyframe (actions) in the timeline:
var vibration = 0;
var xShift = random(vibration * 2+1) - vibration;
var yShift = random(vibration * 2+1) +- vibration;[code].......
After a few moments, I want it to come into focus (end of timeline has a normal image, in focus).
This code does what I want except for all the vibrating once the mc has stopped bouncing. I guess it's still bouncing. I threw in a 'delete.onEnterFrame' if _y==floor, but that doesn't give me the desired results. I want it to bounce for a bit then come to a rest with no vibration. I'd upload a basic .fla, but I'm restricted from uploads at work. All you need to do is create a 100x300 .fla, make a mc with the instance name of box_mc, place it at 10y, 25x and paste the code into the actions panel.
[Code]...
I'm in the process of creating an earthquake that takes place in an office setting. This will require the entire room to rumble. I found the following script that makes things rumble fairly well when I slap it on a movie clip:
Code:
onClipEvent (load) {
//movie width/height
[code]....
I want to be able to make a movie clip (that acts as a button) so the roll over effect finishes before the roll off effect is triggered. Like if a marker circles a button, i want the circling animation to stop before the roll off effects happens. Anyone know how to do this.
View 2 Replieshow can I make a carousel effect similar to this website? Is there an easy program to assist? Is it flash?
View 1 RepliesHow can I make this blue effect of lines? like in diablo 3 site
View 1 RepliesI'm referring to bv: [URL] I'd like to make the same effect as the buttons, the fact they move with AS and never follow the same path.
View 3 Repliesi want to make Flash Slidshow for my web ...but i dont know how. i wanted to make a flash effect which make front image into small pices and move from left to right ...like air taking them away and after 10 seconds in background we can see the other image....
View 4 Replieslike they did on this site: [URL] so, how to make this scrolling effect
View 3 RepliesCan you tell me how to make effect from 8 second in movie? I talking about this cicles <blue lights> [URL]
View 6 RepliesI wander if anyone knows a way how to make a wave effect in flash. In fact anything that would remind of sea would be accepted.
View 7 RepliesIs there anyone who know how to make a pulse effect. I mean something like a circle on the stage that is growing big and then if it has some dimension it will grow small, and to do that infinitely.
View 1 Replieshow to make a pageflip effect?
View 6 RepliesIm trying to make the swf file which is placed in the footer of this website[url]...
How do i go about creating the hover over and out state?
Is this done by action script and how do i convert the buttons to links? [url]
I'm working with the fading grid effect and I got it to work perfectly. I was just wondering if there is a way to make an image map after the effect is done. ie: If I'm using the effect on a menu.
View 2 Repliesi'm a design student who is relatively new to actionscript. So anyway, i'm trying to make an effect whereby the cursor, whch is a pen, is moving on the canvas and leaving a trail of ink as it moves.
View 2 RepliesI'm trying to make the same effect as in the Cooliris wall in Flash using the Away 3D classes.[URL]..1. (Dumb question) I don't know why the pictures from flickr feed are not showing when my site is online. It works on my local but I just saw that it doesn't when online. I thought flickr has a crossdomain.xml.
2. (This is my real question) How can I make a shadow of the last row? If you look at Cooliris plugin you will see that the wall looks like being placed over a shiny glass so the last row is reflected. What's the best practice to do that? Can I duplicate all thumbnails from the last row and just rotate them? Is that good for the CPU and memory when I will deal with a very long wall?
I'm working with the fading grid effect and I got it to work perfectly. I was just wondering if there is a way to make an image map after the effect is done. ie: If I'm using the effect on a menu.
View 2 RepliesI was wondering how to do the box effect like on [this] site. The lines move up and across to form a box. I have tried a few things that I could think of, but have't got it.
View 2 RepliesI found this site and I realy wonder how the made the photo effect, what you see when you going from one content page to the other.
View 6 Replieshow do you make things have a glow effect in flash 8? its probably some action script.
View 3 RepliesHow can I make the effect of dangling objects like in this site [URL]
View 1 RepliesIm an aspiring flash game developer struggling with a bit of code in my upcoming game, I want to play a sound(A "ding") everytime the main character touches a cookie on stage. The main character follows the mouse cursor, and the cookies fall down from the sky.
I have scripted the cookies main class, with this function(which works fine)
private function eFrame(e:Event):void{
Code:
private function eFrame(e:Event):void{
this.y += 3;//move the bell slowly downwards
if(this.hitTestObject(_root.mcMain)){//if this touches the main character
_root.mainJumping = true;//make him jump
[Code].....
And I was hoping it would go into the library and play the sound bit named "bellSound" but it doesnt do this, instead nothing happends, not even any errors under the "Compiler errors" So no im a bit lost, as I do not know how to make this work, so a sound is played when the main character touches the cookie.
Does anyone know how to make an LED scrolling text effect? This is the best way I can describe it as I don't want scrolling text in the normal way, I want it to be on one line moving right to left with very few characters. Like you might see in an elevator or shop window on an LED scroller.
View 2 RepliesI would like to make a mouse-over effect on an object. The mouse-over effect should work like this: when the mouse cursor is dragged over the object it should glow, but if the mouse cursor remains over the object it should still glow, but another mouse over effect should occur, showing an info box for the object. Until now I have just made the object as a button, and in the "over" box I have made the object glow, by defining it as a movie clip. However, this only works for the glow part. How do I add another mouse-over effect (which is delayed 1 sec) to the same object?
View 2 RepliesI have dabbled in flash now for a few years and can manage to do some basic things. I client asked if I can make sliding doors for the header of their website using this site as an example[url]...
View 4 RepliesI want to convert my pdf file to page flip book. And put the flip books on my webpage.[URL]..
know anything about aXmag and page-flip? or any other good software to recommend?