home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gTB
- puppetSound(2, 0)
- puppetSound(2, "pioolb")
- flashLights()
- repeat with i = 11 to 18
- set the visible of sprite i to 0
- end repeat
- set ml to -999
- repeat while the mouseDown
- if (the mouseLine > 0) and (the mouseLine <> ml) then
- set ml to the mouseLine
- set err to mGo(gTB, ml)
- updateDisplay()
- next repeat
- end if
- if the mouseLine < 0 then
- pass()
- end if
- end repeat
- set oldFont to the textFont of member "dummyField"
- set oldSize to the textSize of member "dummyField"
- set the text of field "dummyField" to field "description" & RETURN
- set the textFont of member "dummyField" to oldFont
- set the textSize of member "dummyField" to oldSize
- set the textStyle of member "dummyField" to "bold"
- updateStage()
- end
-
- on flashLights
- repeat with i = 3 to 5
- set the visible of sprite i to 1
- end repeat
- end
-