home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global helpon
- puppetSound("click")
- set the blend of sprite 45 to 100
- set the locH of sprite 45 to the locH of sprite 45 + 2
- set the locV of sprite 45 to the locV of sprite 45 + 2
- startTimer()
- updateStage()
- repeat while the timer < 12
- nothing()
- end repeat
- set the locH of sprite 45 to the locH of sprite 45 - 2
- set the locV of sprite 45 to the locV of sprite 45 - 2
- updateStage()
- set the blend of sprite 45 to 60
- updateStage()
- set helpon to 1
- set the text of cast "quest" to "Click on the options below for help"
- set the text of cast "answer1" to "Setting the timer"
- set the text of cast "answer2" to "Answering questions"
- set the text of cast "answer3" to "The Rules"
- updateStage()
- end
-