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

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