Jump to content
Search Community

Custom Load animation

alkrantz test
Moderator Tag

Recommended Posts

Hi guys,

Is it possible to use a custom animation for the progress animation in loaderMax? Sorry if this has been asked on the boards before I didn't have any luck finding it.

Thanks in advance for any help.

-A

Link to comment
Share on other sites

most certainly. please investigate the resources mentioned here:

 

viewtopic.php?f=6&t=5199

 

in general, for a progress bar, you would simply adjust the .width of a MovieClip or Sprite to be the same as the loader's progress (a value between 0 and 1);

you would do this repeatedly with an onProgress eventListener.

 

 

if you have a simple looping animation like a spinner, you would just hide it when the loader fires its onComplete eventListener.

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...