Well, you switch back to 2d mode. When running DarkBasic with nothing typed in the editor, the default screen settings are the following:
sync off
backdrop off
show mouse
always active off
autocam on
fog off
I'm not sure if this does switch back to 2D mode, but try it out. Also, I recommend not to use sprites or paste image commands, because DirectX doesn't support them since version 6, I think. Try to use plain objects, they are much better. Here is a quick conversion from 2D to 3D:
sprite_number=1
image_x=320
image_y=240
image_size_x=64
image_size_y=64
make object plain sprite_number,image_size_x,image_size_y
position object sprite_number,image_x-320,240-image_y,400
lock object on sprite_number
Hope this helps!
TheComet

Make the path of your enemies easier with Waypoint Pro!