My Account
How to create this.
var numBalls:Number = 30;
for(i=0;i<numBalls;i++){ var ball = this.attachMovie("ball","ball" +i,i); ball._x = Math.random()*Stage.width; ball._y = Math.random()*Stage.height; }
b.randy = Math.round(Math.random()*Stage.height);
b.onEnterFrame =
© 2008 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy Home | About Quantunet | FAQ's | Contact Us