25 lines
513 B
HTML
25 lines
513 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>
|
|
|
|
</body>
|
|
</html> |