Movie::SetVisible

Movie::SetVisible
virtual void SetVisible(bool visible) = 0;
Description

SetVisible sets the visibility state of a movie clip. This method makes the movie visible/invisible. An invisible movie does not advance and does not render.

Parameters
Parameters 
Description 
bool visible 
A new value of the visible state for the movie clip. 1 means that the movie is visible, 0 means that it is hidden.