Question about this game I seen on YouTube (Tower Blocks)

https://www.youtube.com/watch?v=6_AKhLFkE6E

The screen continues upward as the blocks stack on top of each other. I was wondering how to make that happen. I know some games, like the endless runner ones use a scrolling background to give the illusion of the character moving. This looks like it actually scrolls upward, since when the block drops down it falls all the way to the bottom.

How would I make this happen?

They’re just moving the display group containing the blocks (and the background). If you move the objects down, it looks like the camera is moving up.

Check out the Perspective library, which could be helpful in achieving the effect: http://code.coronalabs.com/code/perspective-virtual-camera-system

They’re just moving the display group containing the blocks (and the background). If you move the objects down, it looks like the camera is moving up.

Check out the Perspective library, which could be helpful in achieving the effect: http://code.coronalabs.com/code/perspective-virtual-camera-system