onframeseek Event

Sprite Control

Occurs after the FrameSeek method has been invoked and the current playback frame has been changed.

Syntax

VBScriptSub spriteObj_onframeseek( newframe )
<!--script-->
End Sub
JScript<SCRIPT LANGUAGE="JavaScript" FOR=spriteObj EVENT=onframeseek( newframe ) >
<!--script-->
</SCRIPT>

Possible Values

newframe
New frame to which the current playback position has been set.

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