I am trying to create a drawing game that has multiple canvases on the same page. I tried many different ways but Easel was the easiest. I am open to other options if this is not possible with Easel.
I really just don't know where to start. The first canvas works but when I add a second one and change all the variables to different names (stage -> stage2), it still won't draw on the second canvas. I have tried to create it to one function and pass the canvas ID as the parameter so it runs the drawing function for each canvas but that doesn't work either.
Anything helps. Thank you!