Thanks, I'll try Pincho's idea of moving the object.
-----Edit-----
Actually, I'm having a lot of trouble with this consept. If it's really so easy, could someone please show me how to make the code??? I have a real problem actually moving the camera and object together. The current movement has forward moving the camera with "move camera 4.0" and back "move camera -4.0". Turning uses the mouse like this:
cy#=wrapvalue(cy#+mousemovex())
cz#=wrapvalue(cz#+mousemovez())
rotate camera cx#,cy#,cz#
I want to keep this is kind of movement for both the object and the camera. If anyone can show me some code, that would be great. So far, I haven't found any instructions on how to do this.
Bio Fox...four guys, one computer, games like nobody's business.