Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In the last chapter, we talked about how to integrate the physics engine into your code. We also started implementing physical bodies to the brick objects and now we'll need to do the same with other active game objects such as the paddle and the ball. Let's continue with this last half of the tutorial. We will continue using our main.lua file from the Breakout project folder.
Corona display objects can be turned into simulated physical objects using one line of code.