Random white box surrounding text?!

Hey guys,

I’m getting a very strange thing happening when I try to create a textfield, I’m getting a white box over the actual text, instead of showing the text.

The textfield itself is a child of displayObject that has about 6 parent displayObjects - I wouldn’t think this would be the issue, but thought I would mention it incase there is some kind of limit (!?).

Memory and texture usage seems to be fine, so I’m not really sure what’s going on here.

Here is a screen shot of what I’m seeing, instead of the letter “t”.

201174.jpg

Any thoughts greatly appreciated,

Cheers!

It is most likely the nesting-masking limit (it is usually 3 or less). Try removing the mask and see whether it helps.

Thanks yosu, that would make sense. I’ll give it a look and see if it’s the culprit.

It is most likely the nesting-masking limit (it is usually 3 or less). Try removing the mask and see whether it helps.

Thanks yosu, that would make sense. I’ll give it a look and see if it’s the culprit.