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/position_v.html Normal file
View File

@@ -0,0 +1,22 @@
<HTML>
<HEAD>
<TITLE>position.v</TITLE></HEAD>
<BODY>
<h1>position.v</h1>
<B>Category</B><p>
<a href="object_commands.html">Object/view commands</a><p>
<B>Syntax</B><p>
<p>
position.v(oA,vX,vY);<p>
<B>Description</B><p>
<p>
The position on the screen of object oA is changed to vX,vY. The position command should only be used if the object is not on screen (either it has not been drawn yet, or it has been erased). To
change the position of an object that is already on screen, use the <a href="reposition_to_v.html">reposition.to.v</a> command.
<p>
<B>See also</B><p>
<a href="position.html">position</a><p>
<a href="reposition_to.html">reposition.to</a><p>
<a href="reposition_to_v.html">reposition.to.v</a><p>
<a href="reposition.html">reposition</a><p>
<a href="positioning_objects.html">Positioning objects</a><p>
</BODY></HTML>