GotoSlide()

Syntax:

GotoSlide( Slide )

Parameters:

Slide - The index position of the slide to go to. Slide must be an integer. Slide is zero-based indexed. If Slide is set to -1, the last slide is displayed.

Remarks:

This function will set the currently displayed slide in the specified slideshow to Slide. Calling this function does not make the slideshow play or stop playing, if the slideshow is currently playing it will continue to play from the specified Slide.

image\Script_Button.jpgExamples