local bmp = Bitmap.new(Texture.new("ball.png", true)) bmp:setPosition(100, 100) stage:addChild(bmp)