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

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