Hello, guys!

I'm trying to make the SpringCam fly above the target on some
altitude, not just behind. Is there some method to do so?

There is a zrot property in SpringCam class. Why not to add the same
for X and Y?
I added the same methods for X and Y in my own extended class and I
reached out the effect I need.

Btw, I think there is a bug in zrot setter:

public function set zrot(n:Number):void {
      _zrot = n;
      if(_zrot < 0.001)  n = 0;
}

Maybe we must set _zrot to 0, not n?

Reply via email to