| Text2Curve Home | Help Index | Previous | Next |
Flash Player 7.
my_text2curve.userText : String;
Property; the text to be placed along the curve.
This property corresponds to Text to Show parameter in Component Inspector.
The following example changes the text to "Hello, World!". Then redraw() method is used to update the picture:
// my_text2curve is name of Text2Curve object or component instance my_text2curve.userText = "Hello, World"; my_text2curve.redraw();
| Previous | Next | ||