home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / utility.dxr / 00109_UINGREDT.PIC.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  188 b   |  13 lines

  1. on mouseDown
  2.   global gEquivalentsButton
  3.   down(gEquivalentsButton)
  4. end
  5.  
  6. on mouseUp
  7.   global gEquivalentsButton
  8.   helpOff()
  9.   if up(gEquivalentsButton) then
  10.     equivalents()
  11.   end if
  12. end
  13.