I have this .fla file I am working on (attached to this post)....
Basically it's a "smokey" intro animation which reveals my logo. I am trying to get it to resize to the movie window automatically without distorting everything, and maintain the size of my logo in the middle.
In flash it looks perfect, but when I export it to a swf, my logo resizes based on the window and throws everything off. Anyone know how to fix this?
UPDATE:
I solved this myself.
I had to convert the image to a movieclip, then add this action script to the first frame:
Stage.scaleMode = "noScale";






Bookmarks