home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / hsqdemo.dxr / 00357.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  186 b   |  11 lines

  1. on exitFrame
  2.   repeat with n = 1 to 16
  3.     startTimer()
  4.     set the locH of sprite 6 to (n * 19) + 168
  5.     updateStage()
  6.     wtime01(3)
  7.   end repeat
  8.   puppetSprite(6, 0)
  9.   wtime(10)
  10. end
  11.