You can use either a skybox or a skysphere... All you have to do to make a skybox/sphere is...
1) Load The Image you want to texture the skybox/sphere with.
"Load Image "filename.bmp",[img#]
2) Create A Sphere Or Cube With A Negative Object Size.
"Make Object Cube -5000,[obj#]" or "Make Object Sphere -5000,[Obj#]"
3) Texture your skybox/skysphere with the image you loaded.
"Texture Object [Obj#],[Img#]
4) Set The skysphere so it is not light or fog sensetive.
"Set Object [Obj#],1,1,1,1,0,0"
SET OBJECT Object Number, Wire, Transparent, Cull, Filter, Light, Fog, Ambient
5) Near the end of the main loop, position the skybox/sphere at the cameras position.
"Position Object [Obj#],Camera Position X(),Camera Position Y(),Camera Position Z()"
Well... I hope I helped...
Previously known as "Game_Creator".
The question is, why am I talking to myself? ...... And more importantly, why am I waiting for a reply?