Play Method

Sprite Control

Begins playback from the current frame. This method is scriptable only.

Syntax

ScriptingspriteObj.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 Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.