FinalFrame Property

Sprite Control

Sets the sprite to display the designated frame when playback is stopped. Read-write at run time, write accessible only when sprite is stopped.

Syntax

HTML<PARAM NAME="FinalFrame" VALUE="fframeflag">
ScriptingspriteObj.FinalFrame [=fframeflag]

Possible Values

fframeflag
Integer expression identifying the desired frame to be displayed when sprite playback stops. Values can be –1 (display current frame), 0 (return to the initial frame), or any valid frame number, from 1 to n where n represents the last frame in the sprite source. The default value is 0, return to the initial frame.

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