Hello guys,
any ideas / capx how to made like those pixel coloring game ?
thank you
Can you provide an example, or.a better description of what you are looking for?
hi
yes like this one
First, attached is a super easy cheat way. You can draw by hand, and replace the blocks with coloured ones.
This is a quick solution, but not great for highly complicated images that you might want to load.
https://www.dropbox.com/s/wwjgmd9ldt0nxls/Sample%20Paint%201.c3p?dl=0
A better solution would be to load the values into an array, then build the image on the fly. Then you can check the array for the correct value to colour with. That way you can load via files/JSON etc.
This however might give you some thoughts to mull.
Develop games in your browser. Powerful, performant & highly capable.
First, attached is a super easy cheat way. You can draw by hand, and replace the blocks with coloured ones. This is a quick solution, but not great for highly complicated images that you might want to load. https://www.dropbox.com/s/wwjgmd9ldt0nxls/Sample%20Paint%201.c3p?dl=0 A better solution would be to load the values into an array, then build the image on the fly. Then you can check the array for the correct value to colour with. That way you can load via files/JSON etc. This however might give you some thoughts to mull.
corrupted link and i guess you use c3 ?
i'm using c2
corrupted link and i guess you use c3 ? i'm using c2
You've asked in the C3 forum, might want to ask in the C2 one instead.
Yes, as mentioned you posted in C3
For C2, you can rewrite the events quite easily. Here's a screenshot of the events.
As for the corrupt link, works for me, you can try removing the ?dl=0 but it won't help since it is C3
* thread moved from C3 to C2
matrixreal
Please try to ensure you post in the correct section.
If it happens again, just tag a mod and ask them to move the thread for you.
Cheers
thanks guys
but i'm looking for a way to analyse an image and attribute those colors numbers