NVM! I just made this one:

camera.x = my.x - 200 * cos(my.pan);
camera.y = my.y - 200 * sin(my.pan);
camera.z = my.z + 100;
camera.pan = my.pan;
camera.tilt = -10;
and added it onto the bottom of my moving action.