How do i make events work for group objets

hello! Can anyone tell me what the problem is , I’m making about 15 seperate buttons but the events for the buttons only work when i do it individually and not on group objects , i edited points, collision masks and used "for each object " but the issue persists ,the hover scale wont go down when moving button to button , it only does so when they are individual objects

Welcome! If you’re using trigger once inside a for each event, it won’t work. Once the event returns true it stops working. You can replace the trigger once and condition the event with a variable.

Here’s an example I created using a object variable State with default value “Idle”.

1 Like