Paint Bucket Tool

Hi I want to create a paint bucket tool that fills in a color when I click on the area. I was thinking that I would have to use object:setFillColor to change the tint but since the image has so many different areas I would  have to create several layers and stack them on top of each other. Is there an easier way to do this?

Corona SDK does not support pixel level editing.  You have to fill the whole image (you’re not really filling as much as tinting).  There isn’t really an easier way.

Thanks for the info. I’ll just have to try to automate exporting the layer coordinates from my image editor so that I can just copy and paste it into my code. 

Corona SDK does not support pixel level editing.  You have to fill the whole image (you’re not really filling as much as tinting).  There isn’t really an easier way.

Thanks for the info. I’ll just have to try to automate exporting the layer coordinates from my image editor so that I can just copy and paste it into my code. 

Any news on this, with the new Graphics 2.0 ?

thx!

Any news on this, with the new Graphics 2.0 ?

thx!