home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global MH, Opt, Cnt
- set Opt to the optionDown
- set Cnt to the controlDown
- puppetSound("NavClick")
- puppetSprite(10, 1)
- set MH to the mouseH
- if MH < 50 then
- set the castNum of sprite 10 to the number of cast "DIP.Nav.Sel"
- set the locH of sprite 10 to 23
- set the locV of sprite 10 to 457
- else
- set the castNum of sprite 10 to the number of cast "DIP.Help.Sel"
- set the locH of sprite 10 to 617
- set the locV of sprite 10 to 455
- end if
- updateStage()
- end
-
- on mouseUp
- global moviePath, retMovie, logged, MH, Opt, Cnt, CardsDealt
- set the locH of sprite 10 to -500
- updateStage()
- puppetSprite(10, 0)
- if MH < 50 then
- if Opt then
- keySound("DIVGNAV")
- else
- puppetSound("DemoUnav")
- end if
- return
- else
- keySound("BHELPC")
- end if
- end
-