Share Posted August 16, 2013 loaderMax can load one each file in queue? example i append imageLoader to queue 3 url Can i load first image and pause other in queue? sry for my bad english love you greensock and thanks for reply Link to comment Share on other sites More sharing options...
Share Posted August 17, 2013 Sure, you can set the maxConnections on the LoaderMax instance to 1 if you just want one to load at a time in sequence. You can pause() any individual loader too (or all of them). You get very fine-grain control. Or you can just create individual loader instances and put them into your own array and manage them as you please. Remember, you don't need to put the loaders into a LoaderMax queue. Link to comment Share on other sites More sharing options...
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