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

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