Hey all,
Are there any gottchas for text showing up in a sprite you draw to a bitmapdata that might make some text fail to show up?
I have a loop that's printing headlines and then text below those headlines. The headlines show up, the text blow it does not. Both uses the same (embedded) font. Bit confused on this.
One thing to note is the headlines have a dropshadow I'm applying. This must be internally converting the text to a bitmap of some sort. I applied the dropshadow to the text that I don't desire to have a dropshadow and it shows up. Is this sounding like a bug?
Thanks for any tips!