Files
RCBASIC4/doc/files/setactorframe.html
2024-12-14 15:28:03 -05:00

23 lines
566 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetActorFrame [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub SetActorFrame( actor, frame ) </h2></p>
<p>
Sets the current frame of an actor
</p>
<p>
Note: This function will set the actor's animation to 0 which is a default 1 frame animation that is created when the actor is created.
</p>
<br><p>Related:
<a href="getactorframe.html">GetActorFrame</a>
</p>
<p>
</body>
</html>