Hi this is my first post to actionscript.org.
I'm developing an isometric interface similar to old games like Landstalker. This is not a point-and-click interface, but rather it uses keyboard directions, so you use the arrow keys to move, and spacebar to jump.
The current version can be seen here:
http://fenstalker.com/content/IsoWorld/
(You may have to click it to get the keyboard interactivity working.)
Your thoughts? The graphic are placeholder of course, and the depth sorting needs some tweaking, but this is close to the final algorithm of the isometric engine I've built. Your feedback on interactivity, perspective, running speed, and other factors is welcome.
Thanks!
-bh