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

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