Collision only happens once
-
I have a passable wall object that I check for collisions on the right and left. The right and left events a separate, one checks for right collision and the other a left collision. The right collision happens every time the player hits the wall from the right. The player turns around and hits the wall from the left. This event only occurs once. Subsequent right hits fire with left hits failing after the first hit…
-
God, I am a total idiot, had a get screen before the left collision. Moved it to after the collision and all is well. 🤪🤪🤪🤪
-
@krdavis Hehe I’m also an idiot often, some of the dumb things I’ve done… :P