Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Beatrix Krümmer-Frau
I was lucky to addend Grant Skinner on FITC Amsterdam and he spoke about good/fast coding practice with Actionscript or: Quick as Flash. You can find it here: http://www.gskinner.com/talks/quickNL/ Interesting was his PerformanceTestClass. Some pre information about it I wrote on my blog:

Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Steven Sacks
http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Steven Sacks
http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/ And just in general: http://lab.polygonal.de/ Michael's examples are the fastest versions of various algorithms, such as collision detection, tangent approximation, etc. There is much to learn from his blog.

Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Karl DeSaulniers
Gold! Thanks Steve. Karl On May 3, 2010, at 2:16 PM, Steven Sacks wrote: http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/ And just in general: http://lab.polygonal.de/ Michael's examples are the fastest versions of various algorithms, such as collision detection,

Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Karl DeSaulniers
Gold! Thanks Steve. Karl On May 3, 2010, at 2:13 PM, Steven Sacks wrote: http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Best Practices and optimization

2010-05-02 Thread Kerry Thompson
Karl DeSaulniers wrote: Is there a document or website or page on adobe that I can go to that has all the best practices for coding in AS2 and AS3? There are a couple on the Adobe Web site. ActionScript 2 best practices are at http://www.adobe.com/devnet/flash/articles/as_bestpractices.html.

Re: [Flashcoders] Best Practices and optimization

2010-05-02 Thread Karl DeSaulniers
Thanks for your response Kerry. On May 2, 2010, at 4:44 PM, Kerry Thompson wrote: Karl DeSaulniers wrote: Is there a document or website or page on adobe that I can go to that has all the best practices for coding in AS2 and AS3? There are a couple on the Adobe Web site. ActionScript 2

[Flashcoders] Best Practices and optimization

2010-05-01 Thread Karl DeSaulniers
Hello, Sorry if this is a repeat. I lost all my old emails. Is there a document or website or page on adobe that I can go to that has all the best practices for coding in AS2 and AS3? Something that gives real life scenarios? My thought is that most of the flash sites that are memory hogs are