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

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