0
votes
1answer
75 views

TextField appears on stage when it's not a child of DisplayContainer?

Really need some help understanding whats going on after textFields[i].text = thisWord.charAt(i); I understand it updates a value at that particular index, I just can't figure out why it affects: ...
0
votes
2answers
145 views

How to add movieclip inside textfield

I would like to add a movieclip to a textfield. The objective is to be able to scroll the movie clip, since the uiscrollbar only works for textfield, i think my solution to scrolling the movie clip is ...
1
vote
1answer
5k views

AS3 Change textfield inside movieclip added from libray

I'm trying to do the following: I have an empty movieClip in my stage called zonaCentral_mc. I use a function that has this code: zonaCentral_DescripcionProceso = new ...
2
votes
2answers
574 views

Access of undefined property for timeline addChild code :(

I'm trying to do a simple test to figure out another bug, but I'm getting Access of undefined property tsLogo for addChild(tsLogo); I don't get it because this is simple timeline code on the first ...