initial 1.3.0

This commit is contained in:
2019-05-01 17:46:38 -04:00
commit ad86bc2a30
418 changed files with 34837 additions and 0 deletions

22
help/start_motion.html Normal file
View File

@@ -0,0 +1,22 @@
<HTML>
<HEAD>
<TITLE>start.motion</TITLE></HEAD>
<BODY>
<h1>start.motion</h1>
<B>Category</B><p>
<a href="object_commands.html">Object/view commands</a><p>
<B>Syntax</B><p>
<p>
start.motion(oA);<p>
<B>Description</B><p>
<p>
I am not quite sure what this command does. The name implies that object oA starts to move, but this does not seem to work (instead you have to use <a href="set_dir.html">set.dir</a> to set the direction of the
object to something other than 0).
<p>
If oA is ego (object 0), the <a href="player_control.html">player.control</a> command is issued by the interpreter.<p>
<B>See also</B><p>
<a href="stop_motion.html">stop.motion</a><p>
<a href="set_dir.html">set.dir</a><p>
<a href="player_control.html">player.control</a><p>
<a href="moving_objects.html">Moving objects</a><p>
</BODY></HTML>