home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / gyroball.swf / scripts / DefineSprite_74 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-22  |  96 b   |  10 lines

  1. _visible = true;
  2. if(!_root.gameOver)
  3. {
  4.    play();
  5. }
  6. else
  7. {
  8.    this._visible = false;
  9. }
  10.