Movie::GetVisible

Movie::GetVisible
virtual bool GetVisible() const = 0;
Description

GetVisible obtains the visibility state of a movie clip set by SetVisible

This method makes the movie visible/invisible. An invisible movie does not advance and does not render.

Return Value

A Boolean value of 1 if the movie clip is visible, otherwise 0.