Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: gho777 on Sat 05/05/2007 20:40:42

Title: how do i make two or more chars move at the same time?
Post by: gho777 on Sat 05/05/2007 20:40:42
sorry if it is too basic, but i'm pretty new at this an i didn't found an answer in the tutorial/manual
Title: Re: how do i make two or more chars move at the same time?
Post by: Captain Lexington on Sat 05/05/2007 20:59:51
Just make all (or all but one) of the movements non-blocking. In scripting, this is the eBlock/eNoBlock paramter. In the interaction editor, I believe this is the option 'wait until move is finished,' which you set to true or false.