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