[Solved] How to zoom camera?

Hi there,

i would like to make a zoom camera effect. I’m making a top down space game, and when my ship go faster, i would like to unzoom the camera and viceversa with low speed.

don’t want to make it manually, what a madness.

maybe a nintendo SNES mode 7? some tricks with resolution/layer effect or whatelse?

thanks,

if current speed = 500 then
change the zoom to 0.7
if current speed = 250 then
change the zoom to 1

there is a zoom action. search for it

1 Like

Look for a tutorial about the “lerp” function or “smooth camera”, it will help you achieve a nice and slow zoom/unzoom.

2 Likes

really so easy? looking for it

looking for it

*ahem *ahem

1 Like

Yes it is very easy.

1 Like

Done. Stunning. 110 % what i was searching.

Thanks Mixen, thanks Gruk.

2 Likes