Learning Fuse
Learning is so much fun!
import com.mosesSupposes.fuse.*;
ZigoEngine.simpleSetup( Shortcuts, PennerEasing, Fuse );
function moo(theMC):Void {
Fuse.open();
theMC.alphaTo(100, 1, "easeInQuad");
theMC.slideTo("300", null, 2, "easeInOutQuint");
theMC.slideTo("-400", null, 2, "easeInOutQuint");
theMC.fadeOut();
theMC.alphaTo(100, 1, "easeInQuad");
theMC.scaleTo(500, 1, "easeInQuad");
Fuse.closeAndStart();
}
moo(eric_mc)
import com.mosesSupposes.fuse.*;
ZigoEngine.simpleSetup( Shortcuts, PennerEasing, Fuse );
function moo(theMC):Void {
Fuse.open();
theMC.alphaTo(100, 1, "easeInQuad");
theMC.slideTo("300", null, 2, "easeInOutQuint");
theMC.slideTo("-400", null, 2, "easeInOutQuint");
theMC.fadeOut();
theMC.alphaTo(100, 1, "easeInQuad");
theMC.scaleTo(500, 1, "easeInQuad");
Fuse.closeAndStart();
}
moo(eric_mc)
0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home