ActionScript Move MovieClip Effects
- by Ozzy
Hi all. I have a movieclip.
Its current y is 0, and i want to move it to y 100
How im currently doing it is
onenterframe { Y += 2 }
how would i do it that it starts off slow and ends slow but speeds up in the middle?