My Account
Download .fla
var angle = 0; var amplitude = 50;
onEnterFrame = function (){ ball_mc._y = Stage.height/2 + amplitude*Math.sin((angle*Math.PI)/180); angle += 5; }
© 2007 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy Home | About Quantunet | FAQ's | Contact Us