home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / bowling.swf / scripts / frame_54 / DoAction.as
Encoding:
Text File  |  2005-09-26  |  269 b   |  20 lines

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