I want to make a little board game using canvas, to get myself acquainted with javascript and canvas. I can draw the board fine and good, but now I want to make specific elements respond to mouse events. Can I do this? Or do I need a canvas element for each board element I want to draw, and register a mouse event on each of those?
Or, more likely, am I hopelessly lost in javascript?
Som background: I'm a system developer, and after getting to know flex and flash, I've decided to try my hand at some javascript. So don't pull any punches!