click to skip intro video

My game has an intro video that is set up using guitexture in pro. I would love to know how i could make the user skip the video by clicking on the screen or just pressing a button on joystick?

void Update()
{
If (Input.anyKey) SkipMovie();
}