Falling Objects

I am trying to make an app, and my app requires 2 objects to fall.

One on the left side of the screen and One on the right side of the screen.

Both just going straight down, and in no particular order.

Just at random times I would like the objects to fall, but never at the same time.

I am wanting to dodge the objects as they fall, and if one of them hits you,

I want the game to end (maybe an explosion)

Please help!

What are you searching for exactly? If you are asking for how to make 2 objects fall, you can either use physics library or change y position of the objects in every frame with a Runtime listener.

What are you searching for exactly? If you are asking for how to make 2 objects fall, you can either use physics library or change y position of the objects in every frame with a Runtime listener.