If you’re like me, you’ve found youself with a flash file that goes on for hundreds of frames because you have animations that need to happen after 5 or 10 seconds and you’re adding frames ...
I Just discovered the Tween() class in AS3. It’s pretty awesome and I think I’ll be using this quite a bit. Basically to make something rotate, you use this: var myTweenRotation1:Tween = new Tween(img1_mc, “rotation”, ...
Creating a gradient mask in Flash Actionscript 3.0 is actually pretty easy. 1) Create your masking graphic and apply a gradient fill (I’m assuming you know how to make this masking graphic – if not, ...
Found this great info here About the easing classes Easing refers to gradual acceleration or deceleration during an animation. For example, a ball might gradually increase its speed near the beginning of an animation, but ...
Not sure if I’m late to the party or what, but I’m just getting into Actionscript 3.0. I have to say that there aren’t that many sites out there to help us AS2 loyals. Here ...
This is by far one of the best websites I’ve ever seen. The product is the absolute focus of the site. The design is secondary – they avoided the temptation to make the navigation or ...