home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / mac / SAF-TV3 / SAFTV / rr.swf / scripts / DefineSprite_295 / frame_1 / DoAction.as
Text File  |  2002-06-17  |  187b  |  14 lines

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