Hi. I'm just starting to learn Construct 2. Switching from XNA.
Basically what I am trying to do is create a 8x8 object I'll call "PixelGrid". I need to be able to keep track of and update each PixelCell's settings such as color in the PixelGrid. Right now I'm using the Canvas plugin. My question is:
Is there a way to manipulate the pixels of a sprite? If not, do you think using the Canvas Plugin + Array to do this is a good way to go? Any suggestions?
Thanks!