Aug 16, 2003 #1 The Programmer Jul 30, 2001 92 CA My friend is learning Flash MX, but he didn't want to sign up on the forums, so I'm asking this question for him: How to you output variables in Flash MX? Pretty simple. I'm betting there's just a short little command/function or something to do it. Thanks.
My friend is learning Flash MX, but he didn't want to sign up on the forums, so I'm asking this question for him: How to you output variables in Flash MX? Pretty simple. I'm betting there's just a short little command/function or something to do it. Thanks.
Aug 16, 2003 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA Output to a text file? A db? You can easily read variables from a text file, but to output them you'll most probably need some server side scripting. Regards, Upvote 0 Downvote
Output to a text file? A db? You can easily read variables from a text file, but to output them you'll most probably need some server side scripting. Regards,
Aug 16, 2003 Thread starter #3 The Programmer Jul 30, 2001 92 CA No, not output to a text file (I guess my wording was bad). I just mean write a variable on the screen, like the user's score or something. Upvote 0 Downvote
No, not output to a text file (I guess my wording was bad). I just mean write a variable on the screen, like the user's score or something.
Aug 16, 2003 #4 oldnewbie Technical User Dec 6, 2000 9,142 CA A dynamic textfield with the variable's name set in the Var box, or in MX as... my_textfield.text = the_variable; Maybe this... http://www.kirupa.com/developer/flash5/displayingtextfield.htm Regards, Upvote 0 Downvote
A dynamic textfield with the variable's name set in the Var box, or in MX as... my_textfield.text = the_variable; Maybe this... http://www.kirupa.com/developer/flash5/displayingtextfield.htm Regards,