friendlygiraffe Posted June 19, 2012 Posted June 19, 2012 I've done a search for this , but can't seem to find an easy solution Is is possible to use an ImageLoader image more than once? I am adding an imageLoader to the stage in multiple classes, but it only appears at the last instance: addChild(LoaderMax.getContent('fs_icon'));
Carl Posted June 20, 2012 Posted June 20, 2012 Yes, but what you are doing is re-using the same image. The same thing would happen if you did multiple addChild()s with a MovieClip or any other DisplayObject. I think this post spells out pretty clearly what you need to do: http://forums.greensock.com/topic/5602-using-an-image-from-an-xml-file-more-then-once/#entry19468
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now