#make the camera move

5 messages · Page 1 of 1 (latest)

mossy basalt
#

is there a way i can like make the camera "dance", like to make some especific movements for the camera to do, i was trying with the sequence but but dont know if the angle of the camera will change or the zoom i can change it

uneven kelp
#

Hi, yes, you can program specific movements with the camera.

You would typically do this by creating a camera object, and then programming that object to have the movement you want. You then have the object set the camera view to its position in its step event. You can also give your camera object a state machine so that you can transition between different styles of camera movement as-needed.

#

And yes, you can zoom as well.

#

Zooming would be done with camera_set_view_size

#

And moving the camera would be done with camera_set_view_pos