Problem with Perspective

i’m trying to add the http://code.coronalabs.com/code/perspective-virtual-camera-system to my game. I’m add everything i need, but for some reason, the camera never follows the actor ( hero  in that case ). The console does not display any error.

Here is the code, from the scene: http://pastebin.com/dW1iwQkp

Found the Problem, the Camera:add, must be called after the objects are add to the group.

Found the Problem, the Camera:add, must be called after the objects are add to the group.