Game Development Community

Moving Objects

by Levi Putna · in Torque Game Engine · 05/12/2007 (8:43 pm) · 2 replies

Hey all,

Has anyone go a solution to allow the player to move along with moving objects instead of the object sliding out from under there feet? i used an on collision event to move the player along with the object, this worked fine except when he player walks on the moving object i get very jerky movements.

This has been bugging all week, has anyone got a simple solution?

#1
05/14/2007 (10:14 am)
Have you checked this thread out: Platforms Players Can Ride on
#2
05/15/2007 (5:18 am)
Yes i stumbled across this thread just after positing here, but i have had little success implementing it's content.

I was hoping there would be a scripting solution to this problem rather than an engine solution. but i guess that is where i went wrong in my attempt at a solution.

Thanks.