home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gSoundPath, gFirstText, gLastText
- sound playFile 2, gSoundPath & "stuni.AIF"
- if the memberNum of sprite 11 = gFirstText then
- CLEANUP()
- puppetSound(0)
- go("POP")
- else
- repeat with i = 11 to 12
- set the memberNum of sprite i to the memberNum of sprite i - 1
- end repeat
- end if
- end
-