home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- TextCursorOff()
- set ThisSprite to 18
- puppetSprite(ThisSprite, 1)
- set locHolder to the number of cast "Grtext16"
- set the castNum of sprite ThisSprite to locHolder + 26
- updateStage()
- startTimer()
- repeat while the timer < 10
- nothing()
- end repeat
- puppetSound("grandpa.wav")
- updateStage()
- repeat while soundBusy(1)
- nothing()
- end repeat
- puppetSound(0)
- set the castNum of sprite ThisSprite to locHolder
- updateStage()
- puppetSprite(ThisSprite, 0)
- end
-