Game Development Community

Object Movement Bugging

by Edith Cowan University (#0002) · in Torque Game Engine · 05/11/2009 (9:29 pm) · 3 replies

I am having a couple of problems moving moving an object in the torque game engine 1.5
The object's position is moving withing the engine, but it is not updating the object visually.
The object updates it's position when i click on it in the world editor.

#1
05/13/2009 (1:55 am)
What type of object is it?
#3
05/13/2009 (10:05 pm)
TSStatic is usually "STATIC".
What are you moving? Is it on a path?
Take a look at this simple PathShape, for some ideas.