Something that seems to have worked before, but does no longer in current svn is setting the text color first and then setting the text second on a BitmapText instance. In such a case, the color is not being applied to the text. Not sure whether this is desired behavior.
Kind regards,
MHOOO
I have that problem too. Setting the color of a BitmapText doesn’t work anymore. An example can be find in the TestComboMoves class. There are different texts with different colors set but they always appear white.
Any ideas?
The only solution right now is to set the text color after setting the text, it is a known bug
Ok, that works. Thank you!
I just fixed this in SVN, for what it’s worth.
2 Likes
ok, thanks for fixing this.
Regards Moe