ex_camera_stop_scroll

Stops all scroll effects for the camera

Syntax

ex_camera_stop_scroll(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns nothing

Description

This function will stop any scroll effects currently playing from the particular camera.

Example

//Stop all scroll effects for camera "global._camera"
ex_camera_stop_scroll(global._camera);

Minimum Supported Version

exCamera 0.5.0