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

  1. on mouseDown
  2.   global gPastaButton7
  3.   down(gPastaButton7)
  4. end
  5.  
  6. on mouseUp
  7.   global gPastaButton7
  8.   if up(gPastaButton7) then
  9.     resetScroll("From the Oven")
  10.   end if
  11. end
  12.