Advertisement

07.09.2007 at 03:22PM PDT, ID: 22684629
[x]
Attachment Details

AS3 duplicateMovie

Asked by yarek in Macromedia Flash

Tags: as3, duplicate, movieclip

I have an movieClip with an instance cercle on my stage.
I want to duplicate it. I tried:

var mc_mc:MovieClip=new MovieClip();
mc_mc.addChild(this.cercle);
mc_mc.x=100;
this.addChild(mc_mc);


var mc2_mc:MovieClip=new MovieClip();
mc2_mc.addChild(this.cercle);
mc2_mc.x=100;
this.addChild(mc2_mc);

NOT GOOD: any way to duplicate movieClips in AS3 ?
Start Free Trial
[+][-]07.09.2007 at 09:10PM PDT, ID: 19450700

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Macromedia Flash
Tags: as3, duplicate, movieclip
Sign Up Now!
Solution Provided By: aneeshchopra
Participating Experts: 1
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32