Zoom out camera in Side-Scroller

Just wondering how I can start off with certain triggered areas to zoom the camera out.

Hey cloudnine1098,

I’ve created a simple solution for you to start with. Simply add a trigger volume to your level and add a tag under Actor. This is using the Side Scroller Project example.

Peace

SilentX would you have a solution to zoom out camera from a player who flies(presses jump) to zoom out… – Which I used your method.

But how would I zoom back to normal when player releases fly/jump button?

Thanks

You would have to subtract what you’ve added to the World Location of the camera. Depending how you want to do it. You can also zoom back in when the player has landed. Using the Event On Landed.

Hello Peter,

How would you go if you had 2 players - since I cannot split the volume?

Thank you!