Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 Knowledgebase
Vertical Motion Bounce On Floor  

Download .fla

Actionscript

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