Animating Movie Clips with Actionscript

January 23, 2010

Flash video tuts

This tutorial will teach you how to animate movie clips with actionscript.

heres the code I used:

var tw:Tween = new Tween(box_mc,”_x”,Strong.ease, box_mc._x,475,1,true);

, , ,

No comments yet.

Leave a Reply