Heia, can someone help with programming something for me, please? I require some code that paints an area a colour.
Let's say there's a map of Europe, if you click one of the countries, it fills up the area with a colour.
So, if I were to pick Poland for example, it'd slide a colour from left to right until the country (excluding the border) is said colour.
I am hoping that the code will say what colour to fill up & and colour to avoid filling up (so it stops at a colour and only fill within the border).
for example
IF COLOUR==000 THEN AVOID IF COLOUR==255255255 THEN FILLSorry if the concept explanation is poor. Thank you!