RSS twitter

Posts tagged ‘Animating Movie’

Animating Movie Clips with Actionscript

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