23 lines
529 B
HTML
23 lines
529 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetSpriteAnimation [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetSpriteAnimation(sprite, animation, num_loops) </h2></p>
|
|
<p>
|
|
Sets the current animation for a sprite
|
|
</p>
|
|
<p>
|
|
Note: Once an animation is set, it will automatically start
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="getspriteanimation.html">GetSpriteAnimation</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |