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

  1. on mouseDown
  2.   global gAZButton6
  3.   down(gAZButton6)
  4. end
  5.  
  6. on mouseUp
  7.   global gAZButton6
  8.   if up(gAZButton6) then
  9.     resetScroll("P-R recipes")
  10.   end if
  11. end
  12.