all groups > flash (macromedia) > february 2007 >
You're in the

flash (macromedia)

group:

Function output to text field?


Function output to text field? Opaque17
2/26/2007 10:08:58 PM
flash (macromedia):
How do you send the output of a function to a dynamic text field on the stage
instead of the output panel?

I have used trace(); but that just sends the value to the output panel.

Any help would be greatly appreciated.

Best Regards.
Re: trace function output to text field? derobinson
3/3/2007 1:18:54 AM
try:

instanceNameOfDynamicTextField.text = "this is my trace statement";

good luck!
AddThis Social Bookmark Button