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

  1. on exitFrame
  2.   puppetSprite(2, 1)
  3.   puppetSprite(3, 1)
  4.   repeat with n = 1 to 36
  5.     set the locH of sprite 2 to (n * 20) + -320
  6.     set the locH of sprite 3 to 959 - (n * 20)
  7.     updateStage()
  8.     wtime(1)
  9.   end repeat
  10.   repeat with n = 0 to 4
  11.     set the locH of sprite 2 to 400 - (n * 20)
  12.     set the locH of sprite 3 to (n * 20) + 239
  13.     updateStage()
  14.     wtime(1)
  15.   end repeat
  16. end
  17.