home *** CD-ROM | disk | FTP | other *** search
- function onMenuButtonStart(nStage)
- {
- m_nStage = nStage;
- this.gotoAndStop("LGame");
- }
- function onMenuButtonRanking()
- {
- SoundButton.start();
- this.getURL(m_szViewURL,"_blank");
- }
- function onReadmeButton()
- {
- this.gotoAndStop("LMenu");
- }
- function onGameButtonOver()
- {
- this.gotoAndStop("LMenu");
- }
- var m_szViewURL = "http://www.beastex.com/cgi-bin/beastex/cocoflash/spa/rankview.cgi";
- var m_nStage;
- var m_bTutorial = true;
- var SoundButton = new Sound(_root);
- SoundButton.attachSound("SoundButton");
-