home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_451 / DoAction.as
Encoding:
Text File  |  2008-09-12  |  90 b   |  8 lines

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