Quantunet.com

My Account

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


Download .fla

How to create this.


Actionscript

var i:Number = 0;

onMouseDown = function (){
var bubble = this.attachMovie("bubble","bubble" +i ,i);
i +=1;
bubble._x = _xmouse;
bubble._y = _ymouse;
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