home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DemonicDefence3.swf / scripts / DefineSprite_186 / frame_76 / DoAction.as
Encoding:
Text File  |  2005-09-27  |  416 b   |  26 lines

  1. if(_root.playgame == 1)
  2. {
  3.    _root.playgame = 0;
  4.    _root.gotoAndStop("game");
  5. }
  6. else if(_root.instruc == 1)
  7. {
  8.    _root.instruc = 0;
  9.    _root.gotoAndStop("instructions");
  10. }
  11. else if(_root.chat == 1)
  12. {
  13.    _root.chat = 0;
  14.    _root.gotoAndStop("chatroom");
  15. }
  16. else if(_root.createcas == 1)
  17. {
  18.    _root.createacas = 0;
  19.    play();
  20. }
  21. else if(_root.opt == 1)
  22. {
  23.    _root.opt = 0;
  24.    gotoAndStop(78);
  25. }
  26.