Hello I'm trying to create a game were shapes fly in and out of the canvas and I want to add an increment to a shape but how would I display this as I want it to display for example; score: "i" but i will start at 0 and increment every time. I've added a click function where i++ every time but I don't know how to display i.
Thanks in advance.
context.fillText('Score: ' + i, x,y);– Shmiddty Dec 10 '12 at 20:59