I used the duplicate movie clip to duplicate a m.c-but later on I want to refer to it in a variable-so how can I put the value of the copied m.c into the variable?
here’s my code:
thank you, but now my problem is that whenever it duplicates a m.c it deletes the previous one-so I always only have one m.c on the screen
any ideas why?
thank you
You’re surely assigning the same depth when you call the [font=courier new]MovieClip.duplicateMovieClip()[/font] method! I fixed that in the code I posted above.
here it is-thanks
I’m working with the 33" shelf/frame -the smallest one -on the left side it’s called frame33-and it’s corresponding line is TLine
thanks