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

  1. on mouseDown
  2.   global gPlannerButton
  3.   down(gPlannerButton)
  4. end
  5.  
  6. on mouseUp
  7.   global gPlannerButton, gSendPlanner
  8.   set gSendPlanner to up(gPlannerButton)
  9. end
  10.