My enemies have the Platform behavior on them (this is a side platform game). When the Player hits them with his weapon, I want the enemies to get pushed back, pause a little, and then pursue walking towards Player again.
Right now, when they get hit, I use the move forward -50 event, but the issue is that this forces them into walls. What's the correct way to push them back?