home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / RadioactiveSnakesFromMa.swf / scripts / DefineSprite_119 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-20  |  169 b   |  10 lines

  1. if(_root.players > 1 and _root.setup == 1)
  2. {
  3.    _parent.dbut.text = "NEXT PLAYER >>";
  4. }
  5. else
  6. {
  7.    _parent.dbut.text = "START GAME";
  8. }
  9. gotoAndStop(_root.setup);
  10.