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

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