home *** CD-ROM | disk | FTP | other *** search
- on buttonHilite
- global gAbort
- puppetSound(0)
- set gAbort to 0
- put clickOn()
- set tempName2 to the name of cast the castNum of sprite clickOn()
- set tempName to chars(tempName2, 1, length(tempName2) - 5)
- set tempUp to the number of cast tempName2
- set tempDown to the number of cast (tempName & "_DN")
- set the castNum of sprite clickOn() to tempDown
- updateStage()
- sound stop 1
- sound stop 2
- puppetSound("clickSound")
- updateStage()
- repeat while the stillDown
- if rollOver(clickOn()) then
- if the castNum of sprite clickOn() <> tempDown then
- set the castNum of sprite clickOn() to tempDown
- updateStage()
- set gAbort to 0
- end if
- next repeat
- end if
- set the castNum of sprite clickOn() to tempUp
- updateStage()
- set gAbort to 1
- go(the frame)
- end repeat
- if not gAbort then
- puppetSound("clickSound")
- updateStage()
- repeat while soundBusy(1)
- nothing()
- end repeat
- updateStage()
- puppetSound(0)
- end if
- set the castNum of sprite clickOn() to tempUp
- updateStage()
- end
-