Set.dir

From AGI Wiki
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 traveling in, use the get.dir command.


Sources

AGI Studio Help File


See also