home *** CD-ROM | disk | FTP | other *** search
- if(_root.playgame == 1)
- {
- _root.playgame = 0;
- _root.gotoAndStop("game");
- }
- else if(_root.instruc == 1)
- {
- _root.instruc = 0;
- _root.gotoAndStop("instructions");
- }
- else if(_root.chat == 1)
- {
- _root.chat = 0;
- _root.gotoAndStop("chatroom");
- }
- else if(_root.createcas == 1)
- {
- _root.createacas = 0;
- play();
- }
- else if(_root.opt == 1)
- {
- _root.opt = 0;
- gotoAndStop(78);
- }
-