Tag Archives: Movie Clips with Actionscript

Animating Movie Clips with Actionscript

January 23, 2010

0 Comments

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);

Continue reading...