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

  1. on exitFrame
  2.   puppetSprite(2, 1)
  3.   repeat with n = 1 to 41
  4.     set the locH of sprite 2 to 665 - (n * 7)
  5.     set md to (n - 1) mod 4
  6.     set the castNum of sprite 2 to the number of member ("QUIZRA" & string(md))
  7.     puppetSound("├»ΓÇí├ºs")
  8.     updateStage()
  9.     wtime01(1)
  10.   end repeat
  11.   puppetSprite(2, 0)
  12.   puppetSound(0)
  13. end
  14.