My Account
Download
var t:Number = 0; var dt:Number = 0.2; var a:Number = 1.2;
ball_mc._x = 10;
ball_mc.onEnterFrame = function(){ ball_mc._x += a*Math.exp(t/2)*t*dt t += dt; };
© 2007 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy Home | About Quantunet | FAQ's | Contact Us