I’m making a Mario level and when Goomba2 collides with the Left object, it’s supposed to go the other way, but it just gets stuck.
I can give any data that’s needed. Thanks!
NoahMach
I’m making a Mario level and when Goomba2 collides with the Left object, it’s supposed to go the other way, but it just gets stuck.
I can give any data that’s needed. Thanks!
NoahMach
Hi there,
The “add instant force” event only happens when the Goomba is colliding with the Left sprite.
Create a condition to check if the direction variable is “left” and move the event there
That worked! That probably was an easy question but I haven’t messed much with the force conditions. Thank you so much @reina!