I started out with some example code from Dark Basic Lite, from Help->Examples->BASIC3D->Sliding Collision.
It works fine in the Lite edition, and probably in the full version too.
I use the same commands for moving up and down as in that example (code below), but it does not work in DBPro..
DB Lite Code
if upkey()=1 then move object 11,2+speed
if downkey()=1 then move object 11,-2-speed
The new code is exactly the same. Please help me.
The object I am controling is a sphere, zdepth disabled,and textured. When I use a .X file instead of this sphere, I can use that code, and it works... Please help..
;