Jump to content
Search Community

Basic questions

burn test
Moderator Tag

Recommended Posts

Hey,

I have some basic questions.

 

How did I have to setup my code for in the following case:

Backroundimage should be visible immediately wit an round progressbar an textfield vor loading.

All other assets should load via LoaderMax, most cases pictures (jpgs).

 

That I have to put my assets in the LoaderMax is clear. But how did I set the backgroundimage and loaderbar the smartest way?

Link to comment
Share on other sites

I don't really understand what exactly you are asking for.

this tutorial goes over the basic of loading multiple images and tracking the progress.

http://www.snorkl.tv/2011/08/loading-im ... le-images/

 

 

if you want your background image to appear immediately you can just embed it in your swf or have it as the first image in the LoaderMax.

or maybe it will be easier for you to load the bg image with a single ImageLoader and on complete of that load you trigger the LoaderMax to start (so that the progress of the bg image isn't part of the progress of the LoaderMax).

 

the tutorial discusses how to track the progress of each individual image and the overall progress of the entire LoaderMax.

you can use those progress values in a loader bar, textfield or however you wish to display them.

 

It would be best if you attempted to set things up the way you want them and then ask specific questions about the areas that are giving you trouble.

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