Platform character shooting in 1 direction

I have decided to add a shooting mechanism to my next game and it is working pretty well until i have my character turn to fire the other way say if she fire right it looks fine but if she turns to fire left the bullet still fire right how can I make the bullet fire left ways.

My events

thanks for any help

It depends on how you turn your character. I’m going on the assumption you are flipping the character horizontally to move left. In which case, you need to flip the bullet sprite, and add a force of -500.

Sorted it out thought I would post the solution in case anyone else has this issue

Now that’s freaky timing :smiley:

1 Like