ActionScript Move MovieClip Effects

Posted by Ozzy on Stack Overflow See other posts from Stack Overflow or by Ozzy
Published on 2010-03-27T18:09:43Z Indexed on 2010/03/27 18:13 UTC
Read the original article Hit count: 305

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about actionscript

Related posts about move