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

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