Re: [Flashcoders] drag along custom path

2009-02-25 Thread Taka Kojima
Mouse.startDrag() Mouse.stopDrag() startDrag() takes boundaries as an argument, just look it up in help, it's pretty straightforward. - Taka On Wed, Feb 25, 2009 at 6:52 PM, Tom Huynen wrote: > Hi guys, > > I'm trying to drag a sprite along a rectangle with rounded corners. Does > anybody know

[Flashcoders] drag along custom path

2009-02-25 Thread Tom Huynen
Hi guys, I'm trying to drag a sprite along a rectangle with rounded corners. Does anybody know an easy way to do this? Kind regards, Tom ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashc

Re: [Flashcoders] Gumbo and E4x

2009-02-25 Thread Jiri
Maybe try this._interface_xml..*.(@type == name)@label Jiri Lori Hutchek wrote: Hey All, I have a simple xml search that I'm doing to retrieve some attributes. But when trying to use gumbo no results are returned. I know this is working in the Flex 3 SDK. Is this a bug or have they change