Stop Method

Sequencer Control

Stops the sequencer and resets its position to the beginning.

Syntax

VBScriptcall sequencerObj( "actionsetname" ) .Stop( )
JScriptsequencerObj.item( "actionsetname" ).Stop( );

Parameters

actionsetname
Name of the action set.

Example

The following code stops the sequence when the btnEnd button is clicked.

<SCRIPT LANGUAGE=vbscript>
<!--
Sub btnEnd_OnClick
    Call Seq("MoveButton").Stop()
End Sub
-->
</SCRIPT>

The sequencer automatically stops when the page is unloaded.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.