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

20
help/draw_pic.html Normal file
View File

@@ -0,0 +1,20 @@
<HTML>
<HEAD>
<TITLE>draw.pic</TITLE></HEAD>
<BODY>
<h1>draw.pic</h1>
<B>Category</B><p>
<a href="picture_commands.html">Picture commands</a><p>
<B>Syntax</B><p>
<p>
draw.pic(vA);<p>
<B>Description</B><p>
<p>
Picture vA is drawn. Only the visual and priority screens in memory updated - not the actual screen itself. To update the screen, use the <a href="show_pic.html">show.pic</a> command. Make sure the picture is loaded
into memory before drawing it.
<p>
<B>See also</B><p>
<a href="overlay_pic.html">overlay.pic</a><p>
<a href="load_pic.html">load.pic</a><p>
<a href="drawing_pictures.html">Drawing pictures</a><p>
</BODY></HTML>