home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #3 / BLENDER.iso / pc / files / musrev.dxr / 00358.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  329 b   |  14 lines

  1. on mouseUp
  2.   global gSoundPath, gFirstText, gLastText
  3.   sound playFile 2, gSoundPath & "stuni.AIF"
  4.   if the memberNum of sprite 11 = gFirstText then
  5.     CLEANUP()
  6.     puppetSound(0)
  7.     go("POP")
  8.   else
  9.     repeat with i = 11 to 12
  10.       set the memberNum of sprite i to the memberNum of sprite i - 1
  11.     end repeat
  12.   end if
  13. end
  14.