Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 QuickSkills
Duplicating A Movie Clip  


Download .fla

How to create this.


Actionscript

var i:Number = 0;

duplicate_btn.onPress = function(){
i += 1;
duplicateMovieClip(_root.ball_mc, "ball" + i, i);

ball_mc._x = Math.random()*Stage.width;
ball_mc._y = Math.random()*Stage.height;
ball_mc._xscale = ball_mc._yscale =Math.random()*100;
}



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