Hi all,
I’m experimenting on reposition my layout when rescaling the browser. The problem I’m stumbling on is with text using pixelfonts.
Let’s say following mc gets following action : mc._x=Stage.width-30;
(the mc holds my pixelated text).
If you resize and the Stage.width aint on positive nummers(705,706,707,… but like 705.3,706,6…for example) the pixelfont gets jaggd you know what I mean. How make the script above take a positive position in so my pixelfont won’t get jaggd.
Hope someone can help out. Grtz