home *** CD-ROM | disk | FTP | other *** search
/ Star Trek Starfleet Academy Mini Omnipedia / MINI_OMNI.ISO / pc / omni_v2.dxr / 00316.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  333 b   |  13 lines

  1. on mouseDown
  2.   global gImInHelp, oHelpRoll, oINTERfaceModes
  3.   if not gImInHelp then
  4.     hputmsg("a mousedown from score script 316 calls hcallmodes")
  5.     hCallModes()
  6.   else
  7.     if the castNum of sprite 18 = the number of cast "foundentries base" then
  8.       hHelpmoderoll(18)
  9.       mSetHelpMode(oHelpRoll, 6)
  10.     end if
  11.   end if
  12. end
  13.