I need too know how flip my character, gun and bullet direction all at the same time

I have a game where the player carries a gun around and tries to fire it at the boss. Everything works fine until I try to attack him facing the opposite way. The player and gun will switch, but the bullet fires at the original point hitting the player in the back of the head. [MY FLOWLAB GAME] (Flowlab Game Creator - Gavin's game)

If you know how flip works just make something send a message to all the things at the same time making them all flip.

you could attach the gun to the player. then put mouse move x and y to x and y point at.

okay i’ll try that thanks

You should make your player a moveable object, otherwise, the player won’t work.