Pauses playing the movie.
// Assigns a movie texture to the current transform and pauses it immediately
var movTexture : MovieTexture;
function Start () { GetComponent.<Renderer>().material.mainTexture = movTexture; movTexture.Pause(); }
no example available in C#