Re: [Flashcoders] drag along custom path

2009-02-26 Thread Ivan Dembicki
Hello,

http://bezier.ru/wp-content/uploads/2008/06/bezier.swf?demo=2

Package and demo sources: http://bezier.googlecode.com/

-- 
iv
http://www.bezier.ru
http://bezier.googlecode.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] drag along custom path

2009-02-26 Thread Glen Pike

http://keith-hair.net/blog/category/actionscript-3/

Might be a good place to start...

Tom Huynen wrote:

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/flashcoders


  


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 an easy way to do this?
>
> Kind regards,
>
> Tom
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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/flashcoders