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

  1. on exitFrame
  2.   repeat with n = 5 to 8
  3.     puppetSprite(n, 1)
  4.   end repeat
  5.   repeat with n = 1 to 16
  6.     set the locH of sprite 5 to (n * 19) + 168
  7.     set the locV of sprite 6 to 356 - integer(n * 14.5)
  8.     set the locH of sprite 7 to 472 - (n * 19)
  9.     set the locV of sprite 8 to integer(n * 14.5) + 124
  10.     updateStage()
  11.     wtime01(1)
  12.   end repeat
  13. end
  14.