Tagged Questions
1
vote
2answers
2k views
Dynamic text not accepting numbers
I wrote a flash game a while back (CS3) and it used to work but when trying to compile the same FLA file in CS5 does not work.
I've got a dynamic text field called tScore
tScore.text = Score;
...
1
vote
1answer
196 views
Actionscript3; make a dynamic text box show text while hovered
I'm trying to create one of my first actionscript3s...I want to make a dynamic text box (dynText) write a description of what the hovered button (stopButton) does.
No text is shown when I hover the ...
0
votes
4answers
727 views
actionscript 3 track dynamic text change
Is there a way to "listen" to dynamic text? I have this dynamic textfield on the stage and I want to call a function once the the dynamic text has been changed. I tried to add event listener but it ...