2D Game Engine for adventure game

Hello, I’m Java coder for business but I want to do a game engine and i’m a newbie in that way.
I want to make an engine for an adventure game such like rhem or myst like where all slides are precalculated images and the user move by clicking in one part of the image.
I think its certainly possible in java but i don’t know how to begin
Is that kind of engine exist yet ?
Is it possible to make a 360° vision ?
Is it possible to include movies ?

Thanks
Ulysse

Ok, so you want to make a java FPS without guns?

;D ;D
My only gun is my brain :smiley:
So yes but not in RT3D because in RT3D we must decrease graphics beauty in order to have speed game. With precalculated image we can have somme beautifuls landscapes, and above all lots of details which are necessary for puzzles.
you can see here some screenshots from Riven, a game from the Myst series
http://www.mystworlds.com/fr/screenshots_riven.php

I would look into the java.awt.geom package. There are a lot of things you can use there and then use the .contains() method included with them to see if you have clicked something. You can make a simple editor that lets you drag click locations onto spots in the image, then they cause different stuff from there.

Is this sort of thing any use to you?