Movie::Restart

Movie::Restart
virtual void Restart(bool advance0 = true) = 0;
Description

Restart restarts the movie from the beginning. 

Restarting the clip involves cleaning up the display list, moving playhead to frame 0 and changing the play state to Playing. The looped state returned by the HasLooped function is also reset.

Parameters
Parameters 
Description 
bool advance0 = true 
Advance the first frame (true by default). A false value will not advance the first frame.