My student is making a hockey game. When the hockey player spawns the puck, it by default goes right. When the player is facing left however, the puck still goes right. How can I make the puck go left?
I know condition 1 has to be space bar pressed (to shoot puck), and condition 2 has to be that the player is mirrored (to face left). What action or sub events do I need to add?
Thank you!