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 (one of them is using single “when collide” block with “if-else” statement inside).
1 Like