borneoboy
very simple solution for shooting both sides is to create a player variable called "Facing"
Always (Every tick) set the value of Facing to 1 if your player is facing RIGHT
and set to -1 if facing LEFT
Shoot a bullet
then Bullet: Set Bullet Speed to 300*Bullet.Facing
it should shoot left when player is facing left, shoot right when player is facing right