My Account
var floor = 225; var Vy = 20;
ball_mc.onEnterFrame = function() { this._y += Vy;
if (this._y > floor) { Vy = -Vy; } };
© 2008 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy Home | About Quantunet | FAQ's | Contact Us