Accessing a canvas created in another function?
- by Adam
I created a canvas in a function, and in his function I have a CLICK eventlistener. On the click I want to manipulate what's inside the canvas.
Will referencing the canvas using the Dictionary class work?