Jump to content
Search Community

Loading Queue Content into MCs?

soupking test
Moderator Tag

Recommended Posts

I have a LoaderMax queue that I set up (thanks to help from people here I might add)...

 

It's working fine. However, now that I'm using arrays trying to include scripted masking animation and depth swapping etc. I need to position each of these content displays in a depth with preferably and instance that I can reference.

 

Right now all 4 images from the loader are going into a container_mc. But I need to separate them out to be their own MC or...something. Right?

 

How does, or what's a standard way, a queue breaks down into instances?

 

All I have is queue.load()

Link to comment
Share on other sites

G'day Soup,

 

I'm pretty sure you can get each loader appended to your loaderMax queue to load into its own container by using the container property. So you can setup multiple loaders all with different containers and still trigger it all with the LoaderMax main loader.

 

		var iLoad:ImageLoader = new ImageLoader("myfile.jpg", new ImageLoaderVars()
		.name("myImage1")
		.container(myContainer1)
		)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...