Hi everyone,
I have a logo that I want to be aligned always on the top left of the screen and a banner that must always remain on the bottom center of the screen no matter how big the browser will stretch,
i tried:
Stage.scaleMode = “noScale”;
for the bottom banner:
Stage.align = (“B”);
for the top banner
Stage.align = (“TL”);
it works only for the entire stage and i want it to be applied only for the few objects (in my case it is the logo on the left top and the banner on the center bottom)
also i found really interesting simmilar tutorial here: http://www.kprotutorials.com/flash/fullscreen/index.html
but i tried to integrate it into my thing but its just doesnt work
can any one help me on this?
Thank you