I am looking make it so buttons are set to invisible while they are overlapping a sprite.
(Since buttons are always on top)
This would then need to remove the invisible, or set buttons to visible while not overlapping.
I figured a
While
Spite is overlapping Buttons
=
buttons are invisible
but this makes an infinite loop :( any pointers?