Fork me on GitHub
Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

    • CommentAuthormaurrubio
    • CommentTimeJul 14th 2009
     
    I'm trying to create some particles with flint that can be controlled by actionscript too.

    I had used in other occasion some Particle objects created in Papervision that are pushed into an array, so later i could control their positions and etc. And I'm trying to do basically the same, but using flint to create theses particles.

    So I need to Blast like 50 particles objects that can be controlled individually.

    It it possible to do?
    • CommentAuthormaurrubio
    • CommentTimeJul 14th 2009
     
    Already found the emitter particles array.
    I think the problem is solved for now.