Offline docs would be good, noticed this when the server went down the other night.
Josh what are your plans regarding the Box version including book? Can we buy the book seperate?
The Camera in the demo has the 3rdperson script attached. I could not find where it was set either. Are you ment to set in Editor but bugged?
I set a Camera with basic controls in the App Script at the moment, I didn't need a 3rd person camera.
So if I have this right to make games for mobile you would have to use C++ or LUA, Could you make a complete game with LUA?
I used BlitzMax with LE2 but I assume you could only do PC games with that.
In Blitzmax I have
pointentity (fw.Main.camera,marine:TEntity,3,1.0,0.0)
and it works fine.
In Lua according to the wiki its
entity:Point( entity, axis, rate , roll )