Stops the sequencer and resets its position to the beginning.
Syntax
VBScript call sequencerObj( "actionsetname" ) .Stop( ) JScript sequencerObj.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
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.