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

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