On X pressed, I want the menu to go back to the previous. But, I want to make sure there are no 'Bunny' sprites on the screen first for it to work.
Inverting 'Is on-screen' doesn't work apparently, so my next thought was to use the 'Is on Layer' to check if it's currently on the layer or not. Is there a way to tell the system to check all the layers in one event rather than doing:
'Is on Layer 0'
'Is on Layer 1'
'Is on Layer 2'
'Is on Layer 3' etc.
If you have any other solutions to my issue besides the 'Is on layer' event, I'd love to know!
EDIT: This idea doesn't work anyway. Now I'd really love to know your other ideas :/