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

  1. on mouseDown
  2.   global gPastaButton
  3.   radioDown(gPastaButton)
  4. end
  5.  
  6. on mouseUp
  7.   global gPastaButton
  8.   if radioUp(gPastaButton) then
  9.     PastaIndex()
  10.   end if
  11. end
  12.