|
FAQs
Here are the answers to your burning questions ;o) :
How can I load a level, produced with Easy Level into my DBPro Project?
Just include the “levelloader.dba” source code with #include into your project. Then you can load your level with the new function loadlevel(“Example1”). The level file and the level folder has to be in the main folder of your project.
How to control the camera in 3D-mode?
Mainly with the Cursor-control-keys together with SHIFT and CTRL:
CURSOR-up = moves camera forward (+SHIFT = camera “pitches” down) CURSOR-down = moves camera backwards (+SHIFT = camera “pitches” up) CURSOR-right = turns camera right (+SHIFT = ”rolls” camera to the right) CURSOR-left = turns camera left (+SHIFT = ”rolls” camera to the left)
+CTRL makes movements faster!
Is it possible to move things up and down in the lite version?
Yes, you can move objects/walls up and down by changing the "Y-Pos."-value. To do that please select an object/wall by double-click in the 3D view or by a double-click on the object-tree (in 2D view). The selected object will appear red then. Change the "Y-Pos."-value and click on the little hook beside it. That's it.

...will be continued!
|