I hate Flash!
I hate Flash!
Out of context: Reply #19
- Started
- Last post
- 20 Responses
- Mojo0
Hey, I think it could be down to pixel alignment. I had similair problems when the x or y of the text box wasn't a whole number.
e.g. textbox._x = 3.2 would have problems
but textbox._x = 3 would be fine.Try it.