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

  1. on exitFrame
  2.   puppetSprite(4, 1)
  3.   repeat with n = 1 to 12
  4.     set the locV of sprite 4 to 502 - (n * 5)
  5.     updateStage()
  6.     wtime(1)
  7.   end repeat
  8.   repeat with n = 1 to 2
  9.     set the locV of sprite 4 to (n * 5) + 442
  10.     updateStage()
  11.     wtime(1)
  12.   end repeat
  13. end
  14.