home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gImInHelp, oHelpRoll, oINTERfaceModes
- if not gImInHelp then
- hputmsg("a mousedown from score script 316 calls hcallmodes")
- hCallModes()
- else
- if the castNum of sprite 18 = the number of cast "foundentries base" then
- hHelpmoderoll(18)
- mSetHelpMode(oHelpRoll, 6)
- end if
- end if
- end
-