hi everyone,

I have a dynamic text box on my stage in _level1, named "textcontent" that scrolls.

I have this code for its content:

_level1.textcontent = "blablalbablalabalbaablablablab \r
balbalbablablablablablablaaalablabl \r [email protected] ";

on _level3.

I don't know how to make the part of the code that says, "[email protected]" actually mailto:[email protected].

Also I would like to make all the text white except "[email protected]" which I would like to be blue.

How is this possible? thanks