I have a bunch of components on stage.  I'd like to be able to set
their position on stage depending on some values.  The way it looks
like I have to do it now is add a listener to each component named
"move", and then do a component.move(x,y) to move it...is this the
simplest way?  it looks like the component.y property is read only so
you can't set it, and i dont think  you are supposed to use the
movieclip _y property with components.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to