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

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