February 27, 2006 – 8:29 pm
Another fuse test. This time I am using Delegate to change the scope of values being passed to fuse. This way you can have different scope for the runtime vals that fuse is tweening. It is a box that moves randomly around the stage.
View
Delegate and Sequence Tween Code
February 27, 2006 – 7:52 pm
Another test using fuse. I created a clip with AS and animate it with fuse. I am using fuse to animate the _alpha, _x, _y, blurX, and blurY, and the interval of time between animation sequences.
View
Blur In and Fade In Rand Code
February 27, 2006 – 7:40 pm
Here is a bezier tween test using Fuse. Basically I draw a box on screen using Actionscript and animate it alog a curve.
View
Bezier Tween Code