home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 Reader Awards / macformat-098.iso / MF Data / Behaviours / 00030_Script_OpenGl < prev    next >
Encoding:
Text File  |  2000-11-01  |  235 b   |  11 lines

  1. on mouseEnter
  2.   put the text of member("opengl","Texts") into member ("InfoText","Texts")
  3. end
  4.  
  5. on mouseDown
  6. gotonetpage "http://www.apple.com/opengl/"
  7. end
  8.  
  9. on mouseLeave
  10.   put empty into member("InfoText","Texts")
  11. end