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

@@ -0,0 +1,19 @@
<HTML>
<HEAD>
<TITLE>Objects</TITLE></HEAD>
<BODY>
<h1>Objects</h1>
Objects (sometimes as referred to as "screen objects", and not to be confused with "inventory objects") are what provide the animation in AGI games. They can represent various things such as characters,
background animations or still props. Each object has a view assigned to it, and can be placed anywhere on screen and moved around.
<p>
Object 0, commonly referred to as "ego", is special. This is the object that the player moves around using the arrow keys.<p>
<B>Topics</B><p>
<a href="initializing_objects.html">Initializing objects</a><p>
<a href="cycling_objects.html">Cycling objects</a><p>
<a href="positioning_objects.html">Positioning objects</a><p>
<a href="moving_objects.html">Moving objects</a><p>
<a href="controlling_obstacles.html">Controlling obstacles</a><p>
<a href="priorities.html">Priorities</a><p>
<B>See also</B><p>
<a href="object_commands.html">Object/view commands</a><p>
</BODY></HTML>