16
Jul 10

#52


16
Jul 10

#51


07
Jun 10

#50.25


04
Jun 10

#49


18
May 10

#48


08
May 10

#47


04
May 10

#46


18
Apr 10

#45

Accleration, decelration and going the other way AS2

Acceleration:

Speed= Speed + acc
this._x = this._x + Speed

or

Speed = Speed * 1.1

Deceleration 

Speed = Speed * .75

Reverse Direction

Speed = Speed * -1 or acc = acc * -1


17
Apr 10

#44.25


17
Apr 10

#44