View Single Post
  #1  
Old 11-09-2010, 10:36 AM
jassel41 jassel41 is offline
Member
 
Join Date: Nov 2009
Posts: 24
Collision Exception

Hi,

I was wondering if there was a way to allow collision with an object while monitoring it for the rest.

For example, in the Getting Your Feet Wet tutorial, the projector light is an object and if collision is on then the view cannot go through the light source. I want to set it up so that the view can travel through only the light but not the other objects.

I tried having a collision event and it checks to see if the collided object is the light source then it turns off collision, any other object collision is turned back on. The problem here is that if the user tried to exit the room next to the light source they would be able to travel through the wall.

Any suggestions?

Thank you in advance,
Jassel41
Reply With Quote