Begins playback from the current frame. This method is scriptable only.
Syntax
Scripting spriteObj.Play( )
Example
The following example starts playing the sprite named SpriteHorse in response to an onclick event.
SUB Play_onclick SpriteHorse.Play() END SUB
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.