Can't press a widget's button when there's 2 widgets on the screen

Hey! I recently added a feture where when the enemy hits the player, the screen get bloody (I used a widget for that).
What happends is that when the player is reading a note while there’s the blood widget on the screen, he can’t press the button to go back. So basically I think, because the blood widget is just an image covering the whole screen, the button I’m trying to press is not working.

Hey there, try setting the Visibility of the image to Hit Test Visibile or Self Hit Test Visible so it doesn’t absorb mouse clicks. That or set the image Z Index to a lower value, but with that the bloodstains will be behind the letter.