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

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