I'm trying to do the most simplest thing ever! I just want to change the text of a textbox using actionscript.
I AM USING FLASH PROFESSIONAL CC!!!
I have a dynamic text with
Instance name: 'txtHello"
Text: "Hello"
in the actionscript i wrote:
txtHello.text="hi"
When the program runs, you expect the word 'hi' to show up instead of 'hello.' What actually happens is only the h comes up. I did this with longer text and most of it dosen't show. Sometimes, nothing show. Sometimes letters here and there show up.
Please help!!!!
looked at many tutorials for other versions of flash (e.g. cs5) and what I am doing should work. Is this a problem with Flash CC. Does this work when you do it?
This is simple task so whats going on!!!