home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / flag_bricks.swf / scripts / DefineSprite_279_gameOverTextAnim / frame_26 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  124 b   |  8 lines

  1. stop();
  2. var wait = setInterval(function()
  3. {
  4.    classRef.showGameOverScreen();
  5.    clearInterval(wait);
  6. }
  7. ,2000,this);
  8.