PDA

View Full Version : Symbols move independently when flash is resized


CoDaXe
10-18-2005, 04:37 AM
take a look at this site
http://www.loworks.org/

email sent to owner

"I am currently working on a project for one of my classes and I would really like to get the system you have setup. By system I mean how everything doesn’t just shrink when you resize the window. The two things top right actually move to stay in view while other things simply get cut off.

Would you mind giving me a hint on how you make this happen?
What Flash size should I work on?
Thanks
"

if anyone has any ideas

Paerez
10-18-2005, 09:54 PM
Check out the Stage Class.
Stage.noScale = true;
Also, use the Stage.onResize event to move your objects to a good place based on the Stage.width and Stage.height.