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

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