The reason your bullet didn't work comparing mouse coords is because the sprite never had those exact coords to compare with.
Mouse x, and y can have decimal values, as well as the sprite.
Next time try int(), as in:
int(sprite: Y) Equal to int(global('mousey'))