Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: viktor on Tue 25/05/2004 18:50:05

Title: cursors
Post by: viktor on Tue 25/05/2004 18:50:05
 I have a nother question. I set the hide Gui when character is being animated. But I want my cursor to be active how do I do that.
Title: Re: repeating actions
Post by: Scorpiorus on Tue 25/05/2004 19:10:59
Since there is no option in the Interaction Editor to repeat character animation you have to use scripting:

AnimateCharacterEx (CHARID, loop, delay, repeat, direction, blocking);

Ex:

AnimateCharacterEx (EGO, 0, 5, 1, 0, 1);