We are trying to make a ball (or sprite) fall from random locations across the top of the screen. The player will then move a basketball hoop left to right along the bottom to catch the ball.
Once the ball is caught, another should drop from a random location on the top of the screen.
We are having trouble getting the ball to actually drop, then get it to drop from random locations after it hits the hoop.
Thank you. That moves the ball to different places along the top of the screen. Now I need to make it fall from the location and once it hits the bottom, another should drop from a different location.