home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / sheep3.swf / scripts / frame_36 / DoAction.as
Encoding:
Text File  |  2005-11-18  |  109 b   |  7 lines

  1. if(Number(eval("/:level")) == 11)
  2. {
  3.    r = random(5) + 1;
  4.    set("/:x" add r,9);
  5.    gotoAndPlay(12);
  6. }
  7.