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

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