Flint Particle System version 1.0.3 released
5th June 2008
I released version 1.0.3 of the Flint Particle System today. This is a minor change to add some additional features including some keyboard control of the particle systems, applying palette maps to renderers, and actions that only affect particles in certain areas of the screen. More info on the Flint Website.
Read more articles about Some other stuff, Flash, Flex, Actionscript 3, Flint Particle System

6 Comments add your own
Hey, I see in this latest release you’ve added keyboard events to control the particles. I’m looking for a library to help with starfield generation in a subspace-type game (i.e. the ship is stationary and movement is simulated by the starfield reacting to keyboard input). Is your particle system the right tool for me to look into?
Oh, and as always, thanks for sharing your expertise free and open source.
britg | 6th June 2008 at 2:14 am
Yes, you could do this with Flint. If you get stuck, ask on the Flint website forum.
richard | 6th June 2008 at 7:40 am
ok great - thanks. I went ahead and posted there as I figured it was probably the right place to ask anyways.
britg | 6th June 2008 at 2:04 pm
How to
Using the examples in flex to generate swf?
It is possible I put in mxml files?
For now I just learned to work with mxml to generate swf
Same this example, only 1 file is the *.
http://www.swfgeek.net/exps/Flint/srcview/index.html
was generated and the swf
http://www.swfgeek.net/exps/Flint/LogoFireworks.html
How is this done?
MArcio | 19th July 2008 at 5:32 am
Based on the sample file FireAndSmoke.as
I made the following
————–
—————
But appears the following error
TypeError: Error #1034: Type Coercion failed: cannot convert org.flintparticles.renderers::BitmapRenderer@4b98f71 to mx.core.IUIComponent.
at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::addingChild()
at mx.core::Container/addChildAt()
at mx.core::Container/addChild()
at particle/FireAndSmoke()[
MArcio | 19th July 2008 at 6:20 am
Hi Marco
The examples can be compiled in Flex as Actionscript only projects. Flint itself doesn’t have a Flex component so there’s no way to create a particle system using MXML. That doesn’t mean you can’t use Flint in a Flex project, just that you have to use Actionscript to create the particle system.
At some point I will create a Flex component for rendering a Flint particle system, but there are currently other priorities that I’m working on (specifically the 3D version of Flint).
If you have other questions about Flint, they’re more appropriate in the Flint forum at http://flintparticles.org/forum/.
richard | 19th July 2008 at 6:53 pm
Leave a Comment
XHTML: you can use these tags - <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>Subscribe to the comments via RSS Feed