Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Mouse interface routines - <b>brcoolspot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BRCOOLSPOT()
 This subroutine deactivates the specified MBROWSE Hot Spot
------------------------------------------------------------------------------
 Syntax
      BRCOOLSPOT(<nId>) -> NIL
 Arguments
      <nID> - the ID number of the MBROWSE Hot Spot to remove from active
           duty. It is given by BRHotSpot.
 Returns
      NIL
 Description
      This routine deactivates the specified hot spot without removing it
      from the list of hot spots. It can later be reactivated with
      BRWarmSpot()

 Examples
      nHelpId=BRHotSpot(1,1,1,10,{|| ShowHelp()}

      FUNCTION ShowHelp()
      BRCoolSpot(nHelpId)   // Cool off the help hot spot
      <BROWSE code>       // get type of help needed
      BRWarmSpot(nHelpId)   // reactivate before returning
      RETURN NIL


 Source: MOUSBROW.PRG

 Author: Leo Letendre

See Also: BRWARMSPOT() BRREMHOTSPOT() BRHOTSPOT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson