I’m displaying an external image in Flash with the loader object, and then addchild() and that whole thing. Im wondering how, if possible, I could then add that same child to another movie clip. So far, when i do, it doesn’t show up in the original movie clip anymore. Is there a way for me to display an image twice by pulling it from the same source like you would do with html,css?
Do i have to use the bitmapdata object for something like this? Im reading about it and I cant even see the purpose for it.
Thanks guys!
Yes, that’s the way to go. Basically create a new
Bitmapthat uses the sameBitmapData. Here’s an example: