home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / ESCAPE.EXE / scripts / DefineSprite_57 / frame_1 / DoAction.as
Encoding:
Text File  |  2000-08-17  |  187 b   |  14 lines

  1. if("0" >= eval("/:bullets"))
  2. {
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("/game over");
  6.       play();
  7.    }
  8. }
  9. ss = random("6") + "1";
  10. tellTarget("/bad" add ss)
  11. {
  12.    play();
  13. }
  14.