if you have the full program then go to tutorials in the user manual, or try some of the tutorials people have put up on the net, an d read the manual, you don`t have to memorise it but you will at least get some idea of what you can do, for a very fast demo place an object in your project folder then do
load object "objectname.x",1
do
if leftkey() then turn object left 1,1
if rightkey() then turn object right 1,1
sync
loop
into the editor and run it, that gives you a very simple model veiwer
, to make a game you need to load the models then give them the instructions they need to behave in a credible manner, start off easy (make a ball bounce around the screen 1st) and before you know it you will be amazeing your mates with your home-made games, cheers
Mentor.