home *** CD-ROM | disk | FTP | other *** search
/ .net 1997 May / net 32 / NET32PC.iso / mac / NET32PPC / NET32PPC.dxr / 00388_platfrom text.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  241 b   |  12 lines

  1. on echomousepos
  2.   global echomouseP
  3.   if echomouseP then
  4.     put "mouse line=" & the mouseLine & " item=" & the mouseItem & " char=" & the mouseChar
  5.   end if
  6. end
  7.  
  8. on mouseDown
  9.   echomousepos()
  10.   hyperlink(the mouseChar, "platform list")
  11. end
  12.