home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / oddech / flashgame / bowling / install / bowling.exe / scripts / frame_54 / DoAction.as
Text File  |  2002-11-05  |  248b  |  19 lines

  1. stop();
  2. i = "1";
  3. while("10" >= i)
  4. {
  5.    if(eval("K" add i) == "1")
  6.    {
  7.       tellTarget("K" add i)
  8.       {
  9.          gotoAndStop("opusc");
  10.          play();
  11.       }
  12.    }
  13.    i += "1";
  14. }
  15. tellTarget("/przerwa3")
  16. {
  17.    gotoAndPlay(1);
  18. }
  19.