Game Development Community

ActionMaps... what the??

by Brett Fattori · in Torque Game Engine · 07/29/2003 (2:04 pm) · 1 replies

Why does it seem that when I unbind a control, then try to re-bind it, it doesn't take? I've unbound my mouse0 device's xaxis (which works properly) but when I try to bind it, it doesn't take.

I tried ActionMap.push() but that didn't do anything. What's going on here?

- Brett

#1
08/10/2003 (8:13 pm)
Found my problem.. Silly me, I wasn't initializing some values in my HeliVehicle class. It was causing the rigid body physics to go haywire.

All fixed now.

- Brett