Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
As it can be destroyed by the enemy, we will wrap up its creation inside its own method. That makes this process reusable.
CreateBall into our game class.Method CreateBall:Int ()
CreateImage method. It will be placed in the lower center of the canvas:ball = eng.CreateImage(atlas,64,0,32,32,cw/2,ch-50)
ball.SetRadius(16) ball.SetScale(1.5)
ball.SetFriction(0.8)
ball.SetLayer(layerGame)
grpBall, so that it can collide with the enemies and the tiles:ball.SetColGroup(grpBall) ball.SetColWith(grpEnemy, True) ball.SetColWith(grpTile, True)