Issues with multiple lined dynamic text fields

when a button is hovered over, i want a dynamic text box to display a message. my frist question: what is the actionscrip that will do this and where do i need to put it. secondly, how do i tell it to print a multilined text. for inscnace, you hover over a button and in a text box appears

picture 1
9/9/04
description

…simple, but i dont know how. thansks.

I’m not sure how to make a multilined variable, but I can give you the code for the rollover.


on(rollOver)
{
    _root.textvar = "put phrase here";
}

Then Make a dynamic text box and make the variable that it uses in the properties box, “textvar”.

-Chris


on(rollOver)
{
    _root.textvar**.text** = "put phrase here";
}

http://www.kirupaforum.com/forums/showthread.php?t=71789