My goal is this: For a simple game, creating a numeric code on a home page, the code is created when the user enters and exits other swfs and is displayed when the user returns to the home page.
The user exits these other screens using on (release). when the user clicks the button in exiting this screen a predetermined number is saved using shared objects. The user then goes to a home page (using loadmovie to a new swf in level 0), upon entering the home page the shared object number that was just saved is displayed in the home page. I am trying to have the user entering various different pages then as they leave each page and return to the home page a number is displayed on the home page, this is building a code, which the user will need to advance.
or if there is simplier way which would simply turn on each number that would work too - I am just trying to figure out a way for the user to enter multiple different screens using onLoadmovie, returning to a home page, which then displays a number (code) - once the user gets all the numbers for the code then use it advance to the next level.
sorry for the long-winded inquiry!
thanks
The user exits these other screens using on (release). when the user clicks the button in exiting this screen a predetermined number is saved using shared objects. The user then goes to a home page (using loadmovie to a new swf in level 0), upon entering the home page the shared object number that was just saved is displayed in the home page. I am trying to have the user entering various different pages then as they leave each page and return to the home page a number is displayed on the home page, this is building a code, which the user will need to advance.
or if there is simplier way which would simply turn on each number that would work too - I am just trying to figure out a way for the user to enter multiple different screens using onLoadmovie, returning to a home page, which then displays a number (code) - once the user gets all the numbers for the code then use it advance to the next level.
sorry for the long-winded inquiry!
thanks