home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / internet / flashland / tipy / hry / flashbreak4.swf / scripts / frame_4 / DoAction.as
Text File  |  2000-01-01  |  79b  |  7 lines

  1. if(balls < "1")
  2. {
  3.    endgame = "1";
  4.    gotoAndStop(6);
  5. }
  6. gotoAndPlay(3);
  7.