I want to create an envirionment where one object is able to fall through another, however when it does fall through it I still need to activate a function, so I need to test for collisions still (unless there is another way of doing this) whilst still letting it pass through the object in question. If possible I would like to do this in javascript.
Thanks, Tom.