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

  1. on mouseDown
  2.   global gAZButton13
  3.   down(gAZButton13)
  4. end
  5.  
  6. on mouseUp
  7.   global gAZButton13
  8.   if up(gAZButton13) then
  9.     resetScroll("dish type4")
  10.   end if
  11. end
  12.