Why User Interface Objects doesn't have collision function?

I need collision function to User Interface Objects in my game. Link: flowlab.io/game/view/1408697

User Interface objects don’t have collision functions because they scroll with the screen. If they had collision behaviors/functions, they might activate it several times when bumping into other objects, especially in the user interface. Plus, all user interface objects are non-solid and don’t have any physics, so you cannot give them the ability to enable collisions.

k

what can i do now? I made a system to WoodSymbol object.

The purpose of the UI is to stay with the screen. If you want a collide with an object that does this;

Make an object in the game layer and message the outputs of the camera behavior to this object to its x+ and y+ position.