Share Posted November 7, 2013 Hi, I'm trying to implement a retry method so I want to append a new loader in the queue every time I receive the Error event. Will the queue "use" this new loader? Do I have to re-call the load method on the queue? How the progress will be updated? Thanks. Link to comment Share on other sites More sharing options...
Share Posted November 7, 2013 Yup. Please consult the docs for the autoLoad property. http://www.greensock.com/as/docs/tween/com/greensock/loading/LoaderMax.html Have you tried just calling load() again on the failed loader? I think that would be a much safer approach than repeatedly creating new loaders. Link to comment Share on other sites More sharing options...
Author Share Posted November 8, 2013 Thx, i'll try that. 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