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>rdcoolspot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RDCOOLSPOT()
 This subroutine deactivates the specified GET/READ Hot Spot
------------------------------------------------------------------------------
 Syntax
      RDCOOLSPOT(<nId>) -> NIL
 Arguments
      <nID> - the ID number of the GET/READ Hot Spot to remove from active
           duty. It is given by RDHotSpot.
 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
      RDWarmSpot()

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

      FUNCTION ShowHelp()
      RDCoolSpot(nHelpId)   // Cool off the help hot spot
      <Get/READ code>       // get type of help needed
      RDWarmSpot(nHelpId)   // reactivate before returning
      RETURN NIL


 Source: MOUSEGET.PRG

 Author: Leo Letendre

See Also: RDWARMSPOT() RDREMHOTSPOT() RDHOTSPOT()

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