PDA

View Full Version : [MX] duplicateMovieClip and MC with jpg


Freezer
12-17-2002, 03:58 PM
Hi.
I tried to duplicate an Mc with a jpg inside but it doesn't work.
I would like to show an image normally and the same bigger and blended beside and I don't wanna load the same pic two times.
What can I do?

farafiro
12-18-2002, 08:10 AM
here is the duplicating codemc.duplicateMovieClip("mcCopy",10)but also u r gonna need a new _x and _y for the duplicated MC

Freezer
12-20-2002, 11:04 AM
I used Debugger to verify.
First an mc is created, a jpg loaded inside.
I can see it.
When i try to duplicate the Mc no new istance is created.
I tried removing code for loading the image on the original Mc and the new mc is normally duplicated.

farafiro
12-22-2002, 07:22 AM
can u post the code or the file??