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

19
help/obj_in_box.html Normal file
View File

@@ -0,0 +1,19 @@
<HTML>
<HEAD>
<TITLE>obj.in.box</TITLE></HEAD>
<BODY>
<h1>obj.in.box</h1>
<B>Category</B><p>
<a href="test_commands.html">Test commands</a> / <a href="object_commands.html">Object/view commands</a><p>
<p>
<B>Syntax</B><p>
<p>
if (obj.in.box(oA,X1,Y1,X2,Y2)) { .....<p>
<B>Description</B><p>
<p>
Returns true if all of the bottom row of pixels of object oA are within the region (X1,Y1,X2,Y2).<p>
<B>See also</B><p>
<a href="posn.html">posn</a><p>
<a href="right_posn.html">right.posn</a><p>
<a href="center_posn.html">center.posn</a><p>
</BODY></HTML>