Is it possible to color the inside of triangle that made by three balls in canvas?

Ok i see.

You need to clear the canvas before every time draw the triangle

And if you set each of the balls origin to center (as previously suggested) you do not need to add the radius to your x/y values. See my blocks that you marked as a solution, and just include your opacity colour block.

No clock required ?

Try this one: fill_2.aia (4.0 KB)

Transparent colors of the canvas behave cumulatively (within the Clock.Timer event until it is disabled).

Blocks

or simply this:

Hi.thanks

Hi,thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.