OK.. so I'm returning to my project after being a complete beginner when it comes to coding and
I'm trying to re-learn how my code works and how to add a new function that I was having problems
with before I quit last time .. I'm trying to figure out how to shoot up and down.
Right now, if I remember correctly all the code checks for is if the x axis of the sprite is flipped or not,
and will shoot accordingly. though I want to add to that so that when I hold W it shoots up, and when
I hold S it shoots down...
right now I'm using fireball.set_fireball_direction(1) .. and fireball.set_fireball_direction(-1)
.. but that only affects the x axis, and I cant figure out how to modify that line of code so that
it shoots up or down instead.. is there a simple line of code that allows me to modify it to switch to the y axis?
or rotate it 90 degrees or something?
