Hello again,
I want to make a level in which you catch fruits that come falling from the sky. I want to know how u can make the different fruit fall randomly from the sky from random positions.
Any idea how I can do this?
Create the objects from the act method of the world. Create a random number and check if it is zero, if yes, create a random fruit with a random x value and a y value of 0 (or a bit negative).