Files
RCBASIC4/doc/doc_files/startactortransition.html
2024-10-27 11:52:28 -04:00

29 lines
706 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>StartActorTransition [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub StartActorTransition( actor, frame, transition_time ) </h2></p>
<p>
Starts an actor transition from its current frame in an animation to a specified frame
</p>
<ul>
<li>
frame - The frame to transition to
</li>
<li>
transition_time - The amount of time to transition
</li>
</ul>
<br><p>Related:
<a href="stopactortransition.html">StopActorTransition</a>
<a href="actorisintransition.html">ActorIsInTransition</a>
</p>
<p>
</body>
</html>