home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gTTestBPointsList
- set the hilite of member "TTB1a" to 1
- set the hilite of member "TTB1b" to 0
- set the hilite of member "TTB1c" to 0
- set the hilite of member "TTB1d" to 0
- setAt(gTTestBPointsList, 1, 4)
- end
-
- on mouseDown
- if (soundBusy(2) = 0) and (soundBusy(3) = 0) then
- sound stop 1
- puppetSound("butsnd", 1)
- end if
- end
-