Re: [Flashcoders] Advice on creating nodes on elastic

2008-10-03 Thread mike cann
IMO you dont need a third party engine for this. Elastic is an easy property to model programatically. var bindX : Number = 100; var bindY : Number = 100; var x : Number = bindX: var y : Number = bindY; var nodeVelX : Number = 3; var nodeVelY : Number = 2; function update() : void { nodeVelX

RE: [Flashcoders] Advice on creating nodes on elastic

2008-10-03 Thread Karim Beyrouti
I started working on something similar, and converted some AS2 Code I found to AS3. It's not finished, or well commented - but should give you a good starting point: http://kurst.co.uk/transfer/GGear.rar . I was thinking of making this open source once I got further down the road, but want to

Re: [Flashcoders] Advice on creating nodes on elastic

2008-10-03 Thread Weyert de Boer
You can consider using Birdeye. This should everything you want: http://code.google.com/p/birdeye/ Yours, Weyert ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders