Game Development Community

Can't select RIGID for colision response in TGB. Please help

by Dan T. · in Torque Game Engine · 09/25/2006 (2:24 am) · 2 replies

Hi there,
I'm trying to create a quick 2D game in Torque but I'm having a few problems...

I read in the documentation that the Collision Reaction for an object can be
set to RIGID. Unfortunately the only options I can select are BOUNCE, CLAMP,
STICKY, KILL & CUSTOM.

Am I doing something wrong? (Probably...)
Do I need to set this using code?

Please help!

Thanks,
Dan.

#1
09/25/2006 (10:59 am)
Yeah, it's still there, just set it in code. It was taken out of the editor to keep people from playing with it without knowing what they're doing, then complaining it didn't work right.
#2
09/26/2006 (11:30 am)
Thanks - works like a charm! :)