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

  1. on mouseDown
  2.   global gAZButton9
  3.   down(gAZButton9)
  4. end
  5.  
  6. on mouseUp
  7.   global gAZButton9
  8.   if up(gAZButton9) then
  9.     if the machineType = 256 then
  10.       resetScroll("A-Z recipesPC")
  11.     else
  12.       resetScroll("A-Z recipes")
  13.     end if
  14.   end if
  15. end
  16.