home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / valo.swf / scripts / frame_188 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  154 b   |  12 lines

  1. onEnterFrame = function()
  2. {
  3.    if(game.currentMap > 100)
  4.    {
  5.       gotoAndStop("gameover");
  6.    }
  7.    else
  8.    {
  9.       gotoAndPlay(186);
  10.    }
  11. };
  12.