home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global FileChoice, gMediaType, nowPlaying
- set gSoundLoop to 0
- if (the clickOn > 10) and (the clickOn < 15) then
- set gSoundLoop to EMPTY
- set gMediaType to "text"
- puppetSound(0)
- HideRandoms()
- puppetSprite(31, 1)
- HideAudioControls()
- set FileChoice to the name of cast the castNum of sprite the clickOn & ".txt"
- set the text of cast the number of cast "textholder" to the text of cast the number of cast FileChoice
- set the visible of sprite 31 to 1
- updateStage()
- set nowPlaying to EMPTY
- end if
- end
-