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

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