Hello.
Is there a way where I can count only one score if two sprites overlap one another?
EX: I got two sprites, and I got a touch event, and if one of the sprites touch/ overlap the other sprite, and I tell the program to add 1 to score if they overlap, and stay overlapping... but it just keeps adding 1 to score every tick. Is there a way I can stop that from happening?
Thanks for the help.