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

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