#make the camera move
5 messages · Page 1 of 1 (latest)
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