Hey all,
I have a simple question about swapping out movie clips on the stage:
I have a library with about 10 .png graphics (with transparency) .
I manually placed/sized and colored each item on the stage and made each item into it’s own movieClip object.
Now I want a MovieClip prototype function that allows me to use the command:
[AS]
myClip_mc.swapContents(newIdName);
[/AS]
and voila, the library item referenced by the linkage name “newIdNam” (above) would take the place of the existing mc “myClip_mc”
I just can’t get the color and or color transforms to copy over to the new image.
Any ideas or suggestions? If you would like to see my simple code, let me know—i’ll post it right away.
Thanks in advance,
jase
take a look at this. It might help point you in the right direction:
http://proto.layer51.com/d.aspx?f=970
- 22 August 2005 08:27 PM
-
- Log in or join for free to make a comment.


