home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / no1_demo / dnorp11.dxr / script_8.ls < prev    next >
Encoding:
Text File  |  1996-10-31  |  443 b   |  16 lines

  1. on exitFrame
  2.   startTimer()
  3.   set mh to (the locH of sprite 2 - the locH of sprite 10) / 10
  4.   set mv to (the locV of sprite 2 - the locV of sprite 10) / 10
  5.   repeat while the timer < 50
  6.   end repeat
  7.   repeat with n = 1 to 10
  8.     startTimer()
  9.     set the locH of sprite 10 to the locH of sprite 10 + mh
  10.     set the locV of sprite 10 to the locV of sprite 10 + mv
  11.     updateStage()
  12.     repeat while the timer < 2
  13.     end repeat
  14.   end repeat
  15. end
  16.