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

  1. if(railbg1._x < -300)
  2. {
  3.    railbg1._x = railbg._x + 600;
  4.    railfg1._x = railfg._x + 600;
  5. }
  6. else if(railbg._x < -300)
  7. {
  8.    railbg._x = railbg1._x + 600;
  9.    railfg._x = railfg1._x + 600;
  10. }
  11. if(race_running)
  12. {
  13.    gotoAndPlay(15);
  14. }
  15. else
  16. {
  17.    end_loops = 80;
  18. }
  19.