Stops playback at the current frame and maintains current frame position.
Syntax
Scripting spriteObj.Pause( )
Remarks
Does not rewind the media.
Example
The following example pauses the sprite named SpriteHorse in response to an onclick event.
SUB SpriteHorse_onclick SpriteHorse.Pause() END SUB
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.