Files
RCBASIC4/doc/files/createspriteanimation.txt
2026-02-26 15:33:51 -06:00

11 lines
263 B
Plaintext

#title CreateSpriteAnimation [RCBasic Doc]
#header Function CreateSpriteAnimation(sprite, anim_length, speed)
Returns a new sprite animation id
#list ul
#li anim_length - number of frames in the animation
#li speed - frames per second for the animation
#/list