hi:
Im making a full browser flash, but i cant manage to use pixel fonts (keeps getting blurry)
To make the full browser flash i used the tutorial from “gotoandlearn.com” and the script is as follows:
content._x = Stage.width/2;
content._y = Stage.height/2;
var stageL:Object = new Object();
stageL.onResize = function() {
content._x = Stage.width/2;
content._y = Stage.height/2;
};
Stage.addListener(stageL);
I thought that i could use “content._x=Math.floor(Stage.width/2)”,but still does not work.
PLEASE HELP ME.
I WOULD APPRECIATE VERY MUCH YOUR HELP.