My Account
How to create this.
var i = 0;
attach_btn.onPress = function (){ var bubble = _root.attachMovie("bubble","bubble" +i ,i); i +=1; bubble._x = Math.random()*Stage.width; bubble._y = Math.random()*Stage.height; bubble._alpha = 60; };
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