Set.dir

From AGI Wiki
Revision as of 18:10, 30 December 2013 by Andrew Branscom (talk | contribs) (Created page with "set.dir   == <br />Syntax == <blockquote><code>set.dir(oA,vDIR);</code></blockquote> == <br />Description == The direction of object oA is changed ot vDIR. vDIR must...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

set.dir

 


Syntax

set.dir(oA,vDIR);


Description

The direction of object oA is changed ot vDIR. vDIR must be between 0 and 8:

MovingObjects.png


You can not set the direction of ego (object 0). Instead, change the value of v6 to the direction you want.

To find out what direction an object is currently travelling in, use the get.dir command.


Sources

AGI Studio Help File


See also