Moving camera between positions

Hi,
I’m trying to make a simple 3rd person shooter
( you can play what i have made so far just here, online mode is not working so don’t try it)
http://raws.adc.rmit.edu.au/~s3238700/

you’ll notice that when u press e the rabbit bring up his weapon to ‘aim’
what i want to happen as well is the camera to slide over to a new position, closer to the rabbit, over his right shoulder (also less FoV). is there an easy way that i can make a camera change between 2 positions like this easily?

I would do it with I-Tween, easy to set up and you will have nice control over the movements of your camera.

Regards, Robert

You might want to check out this iTween experiment to help get you on the right “path” (heh pun intended): iTween for Unity by Bob Berkebile (pixelplacement)