Game Development Community

Collision Problems

by Westwood College Ohare (#0007) · in Torque Game Engine · 05/13/2007 (12:06 pm) · 1 replies

Im making a bowling game where a motorcycle driving player goes thru obsticles before reaching his pins. But when he reaches the pins and hits them. The pins disappear... I cant figure out y or what i did to allow this to happen. Before i messed and didnt back up my code....... the pins would just stand still as if they were statues.
Ne1 know what problem i could be facing?

#1
05/13/2007 (3:33 pm)
What is the class name of the pins?

Do you and have an "onCollision" function? If so, do you have a line of code like this, "%obj.delete()"?