I finally got to make a sprite shoot what im using as the bullet but its being shot to the right of it. I want it to be shot towards the top of the screen how would i do this?
Bullet direction can be set(in degrees) through the "Set angle of motion" action, which objects with the bullet behavior have under the "Bullet" action category. So 0 is right, 90 is down, 180 is left, and 270 is up.
Develop games in your browser. Powerful, performant & highly capable.
Thank you so much! Really appreciate it!