View Single Post
  #1  
Old 01-03-2006, 09:08 AM
Eunice Eunice is offline
Member
 
Join Date: Oct 2005
Posts: 21
collision events trigger

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.
Reply With Quote