Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 QuickSkills
Randomly Attaching Instances (onpress)  


Download .fla

How to create this.


Actionscript

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