home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_438 / DoAction.as
Text File  |  2008-09-12  |  110b  |  9 lines

  1. totalBTN = 6;
  2. i = 1;
  3. while(i <= totalBTN)
  4. {
  5.    eval("btn" + i).enabled = false;
  6.    i++;
  7. }
  8. cheat = "";
  9.