home *** CD-ROM | disk | FTP | other *** search
- var thePage = _global.page;
- _global.menuFlag = false;
- if(thePage == "normal mode")
- {
- _root.gotoAndPlay("game");
- }
- else if(thePage == "arena mode")
- {
- _root.gotoAndPlay("arena");
- }
- else if(thePage == "settings")
- {
- _root.gotoAndPlay("settings");
- }
- else if(thePage == "credits")
- {
- _root.gotoAndPlay("credits");
- }
- else if(thePage == "high scores")
- {
- _root.gotoAndPlay("high scores");
- }
- else if(thePage == "bubbleopedia")
- {
- _root.gotoAndPlay("bubbleopedia");
- }
- else if(thePage == "arenaLocked")
- {
- _root.gotoAndPlay("arenaLocked");
- }
- stop();
-