home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Skachky.swf / scripts / frame_17 / DoAction.as
Encoding:
Text File  |  2004-07-11  |  103 b   |  8 lines

  1. end_loops--;
  2. i = 1;
  3. while(4 >= i)
  4. {
  5.    eval("horse" + i)._x += (horse_v[i] + 1) * 10;
  6.    i++;
  7. }
  8.