Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.23 / 5.00 3,881 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.93 / 5.00 4,634 ViewsI have a movieclip called contain_mc that will contain items that will be loaded from another movieclip called rooms_info that have exported class called rooms_info. that have will add a child called TextField that will take value from a XML File!
the problem is that the TextField that is inside the "room_info()"doesn't show inside the contain_mc!
even though if I add the rooms_info without inserting it into the contain_mc it shows!
Post code.
I don't understand all the gibberish you are talking about. I can only understand ActionScript 3 code.
So post it.
Include the parts where you addChild movie clips, too (they are the most important).
Possible reasons for the problem:
1) The text field is rotated/scaled/skewed and does not have any characters embedded into it.
Solution: select the text field, go to Properties, click Character Embedding... choose Basic Latin.
2) The text field is very small and the text inside it doesn't fit, so it is invisible.
Solutions: extend the text border using Selection tool.
3) You are using device fonts, and scaling/rotating/skewing the text field. When using device fonts, the text itself does not scale/rotate/skew, so it may go out of borders and will be invisible.
Solution: use "Anti-alias for animation"