home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / DrivingOverJakob.swf / scripts / DefineSprite_88 / frame_3 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  217 b   |  8 lines

  1. current_size = getProperty("ban", _xscale);
  2. setProperty("ban", _xscale, Number(current_size) + 20);
  3. setProperty("ban", _yscale, Number(current_size) + 20);
  4. if(300 < Number(current_size))
  5. {
  6.    gotoAndStop(1);
  7. }
  8.