PDA

View Full Version : collision events trigger


Eunice
01-03-2006, 09:08 AM
I am working on a program in which a collision event triggers an animation. Shall I check collision in each time cycle, or is it possible to use a signal object to control the collision-trigger? What is the best method to trigger an animation by collision detection?

Thanks in advance.

farshizzo
01-03-2006, 10:39 AM
Hi,

There is currently no collision event for objects. So you will have to manually check collisions between the objects you are interested in.