RE: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread Mike Mountain
Hi John I did an AS1 version ages ago - but I don't even know if I still have the source - your best bet would probably to look for a Java or Processing version then convert that Cheers M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread Matthias Dittgen
you could start probably start here: http://www.vergenet.net/~conrad/boids/ http://www.vergenet.net/~conrad/boids/pseudocode.html Have fun, Matthias ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread John Grden
Yeah thanks Mike - I found a guy in Japan that listed his applets as free, and asked for the source. I'll let you know if that comes through. If you found the as1 version, would you be willing to share? On 12/7/06, Mike Mountain [EMAIL PROTECTED] wrote: Hi John I did an AS1 version ages ago

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread Jim Armstrong
John Grden wrote: I've seen several entries about people who've toyed with it, but no posts with actual code. has anyone done the 3D conversion? any links to 2d or 3d source would be much appreciated ;) If memory serves, the Flash player team has a Boids test (written by Jethro Villegas) in

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread John Grden
thanks Jim, yeah, that link to red3d.com was my starting point and I had scene posts about the adobe tests with as2/as3 versions. I was hoping someone knew if those were posted somewhere as I couldn't locate a link. I'll email someone over there and see what I can scare up! thanks Jim On

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread John Grden
awesome, that page implemented the javascript version of it ;) Thanks Matthais! On 12/7/06, Matthias Dittgen [EMAIL PROTECTED] wrote: you could start probably start here: http://www.vergenet.net/~conrad/boids/ http://www.vergenet.net/~conrad/boids/pseudocode.html Have fun, Matthias

RE: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread Trevor Burton
To: Flashcoders mailing list Subject: Re: [Flashcoders] Boids algorithm in as2 or as3? awesome, that page implemented the javascript version of it ;) Thanks Matthais! On 12/7/06, Matthias Dittgen [EMAIL PROTECTED] wrote: you could start probably start here: http://www.vergenet.net/~conrad/boids/ http

Re: [Flashcoders] Boids algorithm in as2 or as3?

2006-12-07 Thread John Grden
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Grden Sent: 07 December 2006 18:19 To: Flashcoders mailing list Subject: Re: [Flashcoders] Boids algorithm in as2 or as3? awesome, that page implemented the javascript version of it ;) Thanks Matthais! On 12/7/06, Matthias Dittgen