home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2001 #8 / Net_POWER_08.iso / play_08.exe / scripts / frame_126 / DoAction.as < prev   
Encoding:
Text File  |  2001-07-01  |  114 b   |  11 lines

  1. xpos = 117.4;
  2. barspeed = 2;
  3. c = 1;
  4. do
  5. {
  6.    setProperty(c * 100, _visible, 1);
  7.    c++;
  8. }
  9. while(c < 10);
  10.  
  11.