home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / wakeboarding.swf / scripts / frame_12 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  159 b   |  16 lines

  1. _quality = "BEST";
  2. score = 0;
  3. lives = 3;
  4. if(!mute)
  5. {
  6.    sfx.gotoAndPlay("bgloop");
  7. }
  8. if(playerNum == 2)
  9. {
  10.    nextFrame();
  11. }
  12. else
  13. {
  14.    stop();
  15. }
  16.