home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / gammabros.swf / scripts / DefineSprite_2712 / frame_23 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  68 b   |  6 lines

  1. if(Math.random() > 0.5)
  2. {
  3.    gotoAndStop("loop");
  4.    play();
  5. }
  6.