PDA

View Full Version : How to edit a copy of a MovieClip?


freddan77
09-11-2002, 07:42 AM
I´m trying to make a copy of a movieClip so that I can edit the copy without making any changes to the original mc.

Can´t figure out how to do it though...

Please help!

Jesse
09-11-2002, 07:57 AM
You mean within the Flash editting enviroment or on the fly? You can use duplicateMovieClip to do it on the fly. In the editting environment you just right click and item int he library and select duplicate

freddan77
09-11-2002, 08:54 AM
Thanks a lot.
You´ve saved my day.