I've created a sprite called
spr_menu_1_normal, is it possible to do the following?
+ Code Snippetif getpointerpressed() = 1
if getspritehit (getpointerx(), getpointery()) = spr_menu_1_normal
...
...
endif
endif
I've tried and it doesn't seem to register the click on that sprite. If I comment out the "
if getspritehit..." line then the (global) click registers.