home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global timerate, timeoption
- puppetSound("click")
- updateStage()
- set the blend of sprite 35 to 100
- set the locH of sprite 35 to the locH of sprite 35 + 3
- set the locV of sprite 35 to the locV of sprite 35 + 3
- updateStage()
- startTimer()
- repeat while the timer < 16
- end repeat
- set the locH of sprite 35 to the locH of sprite 35 - 3
- set the locV of sprite 35 to the locV of sprite 35 - 3
- updateStage()
- set the blend of sprite 35 to 60
- updateStage()
- set the visible of sprite 35 to 0
- set the visible of sprite 38 to 0
- set the visible of sprite 12 to 0
- set the visible of sprite 11 to 0
- updateStage()
- set the castNum of sprite 1 to 219
- updateStage()
- set the blend of sprite 35 to 100
- updateStage()
- set the text of cast "quest" to "Change question timer speed"
- set the text of cast "answer1" to "Slow"
- set the text of cast "answer2" to "Medium"
- set the text of cast "answer3" to "Fast"
- updateStage()
- set timeoption to 1
- end
-