Welcome to the Creatures Wiki! Log in and join the community.

ZOOM

From Creatures Wiki
Revision as of 04:50, 9 September 2022 by Allekha (talk | contribs) (Created page with "'''ZOOM''' is a CAOS command used by remote cameras to zoom the view in or out. ==Usage== Syntax: ''ZOOM pixels(integer) x(integer) y(integer)'' The view of the remo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ZOOM is a CAOS command used by remote cameras to zoom the view in or out.

Usage

Syntax: ZOOM pixels(integer) x(integer) y(integer)

The view of the remote camera will zoom by pixels (positive zooms in, negative zooms out), centered on x, y. If x or y is set to -1, it will use the center of the camera's viewpoint.

Example

This command is used by the Comms Room camera screens and the C3 creator. Example where p1 is the zoom factor:

zoom _p1_ -1 -1