Groups | Blog | Home
all groups > flash actionscript > march 2005 >

flash actionscript : Duplicate MC, then Drag the Dup MC - Stuck


jeaneen
3/19/2005 7:16:48 PM
I got the duplicating/removing of a Movie Clip (MC) down -- now I'm having issues with getting the new MC to drag & drop. If someone could help me it would be awesome!!

Thank you.

kglad
3/20/2005 3:55:21 PM
ivar=0;
rclip=mc.duplicateMovieClip("mc"+ivar,ivar);
rclip.onPress=function(){
this.startDrag();
}
rclip.onRelease=function(){
this.stopDrag();
AddThis Social Bookmark Button