ex_camera_is_scrolling

Returns whether the camera is currently performing a scroll effect

Syntax

ex_camera_is_scrolling(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns true if the camera is performing a scroll effect

Description

This function returns whether the camera is currently performing a scroll effect.

Example

//Check if the camera is currently scrolling and if not go to next room
if (!ex_camera_is_scrolling(global._camera)) {
    room_goto_next();
}

Minimum Supported Version

exCamera 0.6.0