Spawn object like Ridiculous Fishing game ?

How to spawn multiple objects like Ridiculous Fishing game ?

https://www.youtube.com/watch?v=-s0EA_jcfJs

Create a pool of display objects, move them off screen.  Change the sprite offscreen, and then start moving them.

I did the same with a couple of apps I recently created, if you are interested.

https://itunes.apple.com/us/app/tappy-holidays-falling-balls/id944823540?ls=1&mt=8

https://itunes.apple.com/us/app/tappy-valentines-day/id954865484?mt=8

For these apps, I just modified the gravity to move the objects faster.  In this case it worked well since there is no other game objects other than the objects you need to tap.

Create a pool of display objects, move them off screen.  Change the sprite offscreen, and then start moving them.

I did the same with a couple of apps I recently created, if you are interested.

https://itunes.apple.com/us/app/tappy-holidays-falling-balls/id944823540?ls=1&mt=8

https://itunes.apple.com/us/app/tappy-valentines-day/id954865484?mt=8

For these apps, I just modified the gravity to move the objects faster.  In this case it worked well since there is no other game objects other than the objects you need to tap.