hi Peter
something like this should be ok

on mousewithin
        pointClicked = the mouseLoc
        currentMember = sprite(theSprite).member
        charNum = sprite(theSprite).pointToChar(pointClicked)
  theHyper = mainText.char[charNum..charNum].hyperlinkRange
  
  if theHyper = [0,0] then nothing
  else
   yourText.char[theHyper[1]..theHyper[2]].color = rgb(0, 0, 0)
    end if
end

hope that helps
Si

> ----------
> From:         Peter Rosa
> Reply To:     [EMAIL PROTECTED]
> Sent:         Friday, December 3, 1999 12:13 PM
> To:   [EMAIL PROTECTED]
> Subject:      <lingo-l> Hyperlinks colors
> Importance:   High
> 
> Hello everybody,
> 
> may be, my problem was solved a lot of times but I can not find the
> solution
> 
> In director 8.0 on PC platform I need to change the standard
> hyperlink's
> colors (e.g. NORMAL=blue, CLICKED=red) because of the color scheme of
> my
> old-styled project. Is it possible ?
> An how could I change the color of the link currently under the mouse
> ?
> 
> Thanks a lot for any advice.
> 
> Best regards
> Peter Rosa
> [EMAIL PROTECTED]
> 
> 
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/lingo-l.cgi  To post messages to the list,
> email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo.  Thanks!]
> 
> 
> 

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to