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