Hi All,
I need to change the color of text chunk when using hyperlinks in a text
cast member. Right now i am using the code below to turn of the styles of
the hyperlink but it does not work. Any help would be appreciated.
Ravi
property spriteNum
on beginSprite me
member("email text on practice question").usehypertextStyles = not
member("email text on practice question").usehypertextStyles
end
on hyperlinkClicked me, data, pos
member("email text on practice question").word[12].color = rgb(180,0,0)
updatestage
gotoNetPage (data)
end
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]