Fuse
Still learning this stuff. So far, so good!
import com.mosesSupposes.fuse.*;
ZigoEngine.simpleSetup( Shortcuts, PennerEasing, Fuse );
Fuse.openGroup();
box1_mc.tintTo("#D5006A", 30);
box1_mc.slideTo("200", "0", 1.5, "easeInOutExpo");
box1_mc.scaleTo(200, 1.5, "easeInOutBack", .5);
Fuse.closeGroup();
// spin around
box1_mc.rotateTo(360, 1.5, "easeInOutExpo");
// restore
Fuse.openGroup();
box1_mc.colorResetTo(100, 1.75, "easeInQuad");
box1_mc.scaleTo(100, 1.25, "easeOutElastic");
Fuse.closeGroup();
Fuse.closeAndStart();
import com.mosesSupposes.fuse.*;
ZigoEngine.simpleSetup( Shortcuts, PennerEasing, Fuse );
Fuse.openGroup();
box1_mc.tintTo("#D5006A", 30);
box1_mc.slideTo("200", "0", 1.5, "easeInOutExpo");
box1_mc.scaleTo(200, 1.5, "easeInOutBack", .5);
Fuse.closeGroup();
// spin around
box1_mc.rotateTo(360, 1.5, "easeInOutExpo");
// restore
Fuse.openGroup();
box1_mc.colorResetTo(100, 1.75, "easeInQuad");
box1_mc.scaleTo(100, 1.25, "easeOutElastic");
Fuse.closeGroup();
Fuse.closeAndStart();
0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home