Hi
I have a problem, in my code i have the following lines
my_anim.x = stage.stageWidth / 2; my_anim.y = stage.stageHeight / 2;
now when i test it (ctrl+enter) the anim is centered corectly, but when i publish it, the animation is a little off. i believe that it has something to do with stage.scaleMode. but i don’t know.
if i use the movie’s resolution in the index.html (width =’30’, height = ‘30’
nothing happens, it loks normal, but if i use 100%(width = ‘100%’ height = ‘100%’
the animation is off.
Thanks, Jolt
Posted 2 months ago











