Video.SetVisible

Video.SetVisible (

string ObjectName,

boolean Visible = true )

Description

Sets the visibility of a video object.

Note: This action simply controls the visibility of the object and does not affect its play state. For example, if you hide an object while it is playing, it will continue to play even though it's not visible.

Parameters

ObjectName

(string) The name of the video object.

Visible

(boolean) Whether to make the video object visible or invisible:

VALUE

DESCRIPTION

true

Visible. (Default)

false

Invisible.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions