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

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