RE: [Flashcoders] MovieClip Instance _x and _y

2007-03-13 Thread Jason Lutes
Instance _x and _y MovieClip.getBounds() Attila ___ 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

[Flashcoders] MovieClip Instance _x and _y

2007-03-12 Thread Jason Lutes
Is there a way determine clip position that doesn't presume the location of the registration point relative to clip content, or doesn't care where nested clip content is positioned relative to the registration point? For example, if I need to programmatically position a clip along the left edge of

Re: [Flashcoders] MovieClip Instance _x and _y

2007-03-12 Thread R�kos Attila
MovieClip.getBounds() Attila ___ 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

Re: [Flashcoders] MovieClip Instance _x and _y

2007-03-12 Thread Pedro Taranto
you can build the absolute position adding the _parent nested positions --Pedro Taranto Jason Lutes escreveu: Is there a way determine clip position that doesn't presume the location of the registration point relative to clip content, or doesn't care where nested clip content is positioned