nS_AnimateImage(image%, mode%, speed#, startframe#, endframe#)Function

Description:
Automatically animate an image

Animation modes:
nS_ANIM_STOP = Don't animate the image, display start frame
nS_ANIM_LOOP = Loop from start frame to endframe infinitely
nS_ANIM_PINGPONG = Play from start frame to endframe, then from endframe to start frame, then stop
nS_ANIM_ONESHOT = Play from start frame to end frame and then stop
nS_ANIM_PINGPONGLOOP = Same as ping pong, but loop it

Parameters:
image% = Image handle
mode% = Animation mode
speed# = Speed of the animation
startframe# = Frame to start
endframe# = Frame to end
Return value:
None



Documentation generated by Cod2Doc on 24 Oct 2005.