The tutorials on the site and examples included with the Editor ( check the Projects folder ) should get you pretty far. Next to that there's of course this forum which might have answers to some of your questions, and the IRC channel ( #ZGameEditor at irc.esper.net ). Since ZGE doesn't have a huge community yet there aren't many tutorials around, but if you need support and got a question, I'm sure people will offer you a helping hand.
Welcome to the club ~
K
Edit - Updated IRC Channel
Last edited by Kjell on Wed Mar 10, 2010 6:39 pm, edited 1 time in total.
Thanks, I am confused by the way the code is shown in the little box (maybe a window can be popped up to see the code in a larger view). Also, How do you make a 3d object follow your mouse?
You can resize the various "panels" of ZGE by dragging the separators between them ( indicated by the red lines in the attached picture ). And the easiest way to make a Model follow the mouse is by using the MouseModelController Component. Attached ( MouseFollow.zgeproj ) is the simplest example possible.
Make sure to read through the Component Reference to find out what functions are at your disposal.