Programming a maze

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