Duplicate loaded images in AS3
posted in /home/ActionScript on 2010-08-30 |
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:
The answer is to use the Loader object after the loading completes.
To duplicate a Display object you could use the following function:
Delicious