Hi!
What happened to those properties from v3.6 to v4.1?
I could not find them on Camera not Controller objects.
// v3.6 but !v4.1
camera.zoom = 3; //4;
camera.focus = 100; //default is 100 for most realism and least distorsion
camera.addOnRollOver(function():void { camera.roll(180); } );