back to krasimirtsonev.com
to blog's home page

Duplicate loaded images in AS3

During the creation of the latest changes in my portfolio site, I needed to duplicate a loaded image that has to be placed as a material in papervison3d's cube. We don't have duplicateMovieClip in AS3, so we have to use another technique.

The answer is to use the Loader object after the loading completes.



To duplicate a Display object you could use the following function:
Sharing ...
Commenting ...
blog comments powered by Disqus