A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Can I place Stage.showMenu anywhere?

  1. #1
    Member
    Join Date
    Sep 2003
    Location
    Third Planet From The Sun
    Posts
    42

    Can I place Stage.showMenu anywhere?

    I know it needs to be on the first frame of my movie but can I place the Stage.showMenu = false; in the same frame as my preloader script as shown below? Or does the Stage.showMenu have to be on it's own frame or in the actual movie?
    Code:
    if (_framesloaded>=_totalframes) {
        gotoAndPlay("Scene 1", 1);
    } else {
        gotoAndPlay("Loader", 1);
    }
    Stage.showMenu = false;

  2. #2
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    did you even try it before asking ??
    why not try it 1st and see if it works !
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

  3. #3
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    did you even try it before asking ??
    why not try it 1st and see if it works !
    yes it will work
    sorry for the double post!!!!!!!!!!!!!!!!!!!!!!!
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

  4. #4
    Member
    Join Date
    Sep 2003
    Location
    Third Planet From The Sun
    Posts
    42
    Yes it does work but is it the proper way? The loader scene goes first so I figured it would be the best place to put it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center