Hi
How can we program the camera so that when it collides with the walls it returns to position 1 and when it collides with elipsoide a text comes out. The second event works but the first does not.
Thank you for your help
Hi @Bcodesal,
Please take a look at another thread to see how event handlers work in CoSpaces. The most important there is that only one collision handler of a particular type can be active at the same time on a given item. You can find a workaround for this in the thread linked above as well.
2 Likes