Hello, hopefully you tell me where i am going wrong with this one: http://kurst.co.uk/transfer/particles/ParticlesTest.swf
There are about 5000 Particles the scene. All are 'MovieClipSprite' objects with a MovieClip material ( drawn using Graphics API ) . Frame rate is suffering ( Max Osx 10.6.3 ) - it's about 6FPT @ 800x600 - and would like to improve it. Questions: Should i be using a different Object / Material to improve performance ? Here is the code: http://kurst.co.uk/transfer/particles/ParticlesTest.as and a Zip - if anyone wants: http://kurst.co.uk/transfer/particles/particlesTest.zip Also developed a helper BasicView class (like the one in Papervision) - not very tested - but might be useful - which is in the Zip and here is the code for it: http://kurst.co.uk/transfer/particles/com/kurst/away3d/BasicView.as Thanks Karim Beyrouti
