Difference between revisions of "Player.control"

From AGI Wiki
Jump to navigationJump to search
(Created page with "player.control   == <br />Syntax == <blockquote><code>player.control();</code></blockquote> == <br />Description == Allows the player to move ego (object 0) around w...")
(No difference)

Revision as of 17:54, 30 December 2013

player.control

 


Syntax

player.control();


Description

Allows the player to move ego (object 0) around with the arrow keys, after they have been prevented from doing so by the program.control command.


Sources

AGI Studio Help File


See also