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

    • CommentAuthorjonee
    • CommentTimeNov 14th 2008 edited
     
    Hi, i have a BitmapRenderer or PixelRenderer with an emitter. Both renderers uses a bitmap, is there any way to fillRect the bitmapData of the bitmap?
    The problem is that when i use any BitmapFilter like Blur, for example, and then use the stop() method, i can erase the particles, but i can't erase the blured particles.
    • CommentAuthorRichard
    • CommentTimeNov 17th 2008
     
    No, but there should be. I've added a property (bitmapData) to the renderer so you can access the bitmapData object directly - this is in the svn repository. Alternatively, if you remove the blur filter from the renderer and do one more update cycle, all the blurred particles will be removed.