I am trying to make a ball jump and fall, while being able to move left and right in the air. I can get it to go up and down smoothly, but I cant figure out how to set the angle properly to move at an angle in the air. I am trying to use the inverse tangent of the movement and the vertical falling component to find the angle, but due to greenfoot being positive x orianted and clockwise, I cannot figure out how to convert the inverse tangent angle to the proper angle needed for the movement. I am new to greenfoot as Im using it for a coding project for school. Any help woyuld be greatly apreciated.