Game Development Community

Camera mounting help (Edited)

by demasoni · in Torque Game Builder · 08/28/2008 (8:37 am) · 1 replies

Hi
i am writing a platformer game.
problem is when i mount the camera to actor (in my actorbehavior) the actor sprite have convulsion! (when actor is running every thing is good ,even on sloped platform! but when actor is jumping there is convulsion) but when i remove mount command (static camera) ,game is smooth!
sceneWindow2D.mount(%this.owner, "0 0", 0, true);
what is the problem?

#1
08/30/2008 (1:14 am)
MountForce do not work too!