home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / DefineSprite_280 / frame_49 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  150 b   |  7 lines

  1. _root.hero.gotoAndStop("dead");
  2. _root.hero.fall.gotoAndPlay(10);
  3. _root.alive = "no";
  4. _root.gameover.gotoAndPlay(2);
  5. _root.stop = "yes";
  6. stop();
  7.