Hello, I need to know how to fix the spawn angle of motion of my bullet sprite, I already set the event:
Every tick -> set bullet angle of motion to 90
When "Character" is on colision with "Switch" -> Spawn Bullet
but when it spawns, the bullet moves to the right and then fixes to down, I want the bullet to move only down
how do I do that?