Camera with zoom?

I found this perspective.lua library which I basically want to zoom into my player if they pick up an item as well as zoom/pan for cutscene purposes…perspective seems to cover the panning part, but how would I go about zooming 10-25 generated objects? 

xScale, yScale

I want to zoom in not resize the character

use xScale, yScale on the entire group, either transition or step by step in enterframe. make sure you adjust the x and y of the group as well so it zooms directly to the center of the stage being viewed.

also be sure your images are big enough so they don’t become blurry when zooming in.

xScale, yScale

I want to zoom in not resize the character

use xScale, yScale on the entire group, either transition or step by step in enterframe. make sure you adjust the x and y of the group as well so it zooms directly to the center of the stage being viewed.

also be sure your images are big enough so they don’t become blurry when zooming in.