A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Pause Menu

  1. #1
    Junior Member
    Join Date
    Aug 2010
    Posts
    7

    Arrow Pause Menu

    Flash MX - AS2.0

    I'm cresting this game, but I'm trying to figure out how to create a pause where you csn still resume the game where you left off...

    What's the code?
    Where do you put it?
    What do you do?

  2. #2
    It's true..I brought sexy back smith1302's Avatar
    Join Date
    Sep 2005
    Location
    here
    Posts
    343
    make a variable say:
    var pause:Boolean = false;

    When you click the button make pause=true.

    if(pause){
    //your whole game engine
    }

    just make everything happen only when pause is true
    Hey check out my arcade sites!
    Ninja Games | WW2 Games

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