Anyone working on a point and click adventure game? I'd be keen to share thoughts code etc..
Here is my favorite developer in this genre http://www.psionic3d.co.uk/
As an artist the graphics are no problem for me. The code however is another story.
I'm starting out without a library in order to more thoroughly learn the code function behind it all.
Currently looking at mouse event handlers on the canvas element.
I can get canvas coordinates and get a hit test on an element but I don't have the experience
yet to animate an object to a specific location on click - namely an inventory.
The first code I wrote myself is a scene changer. It might help another newbie out there.
http://harrywatson.altervista.org/momo/index.html
Any insights, comments, would be appreciated