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

26 lines
520 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>CreateSpriteAnimation [RCBasic Doc] </title>
</head>
<body>
<p><h2>Function CreateSpriteAnimation(sprite, anim_length, speed) </h2></p>
<p>
Returns a new sprite animation id
</p>
<ul>
<li>
anim_length - number of frames in the animation
</li>
<li>
speed - frames per second for the animation
</li>
</ul>
<p>
</p>
</body>
</html>