Game Development Community

Moving any object?

by Neil Marshall · in Torque Game Engine · 08/25/2006 (1:28 pm) · 0 replies

Is there any easy way of removing control from the camera and giving it to a static shape so that it can be moved around the room?

I tried %client.player.setControlObject(%myObj); but nothing happens other then I lose control of the player until I clear the controlling object again.