Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: fiaschetta on Thu 09/03/2006 17:49:02

Title: The charcter always in movement
Post by: fiaschetta on Thu 09/03/2006 17:49:02
I have a characther.. I want which he is always in movement with for example the VIEW 4..
Title: Re: The charcter always in movement
Post by: Khris on Thu 09/03/2006 22:13:15
Look up Character.Animate().

Beginners FAQ (http://americangirlscouts.org/agswiki/index.php/Category:AGS_Beginners%27_FAQ)
http://www.adventuregamestudio.co.uk/manual

EDIT: bfaq link corrected.
Title: Re: The charcter always in movement
Post by: fiaschetta on Fri 10/03/2006 04:51:43
I don't find it.
Title: Re: The charcter always in movement
Post by: Gilbert on Fri 10/03/2006 05:11:09
There's a manual provided with the AGS package, which may be easier to search.

Also, which version of AGS are you using? If it's before V2.7 the function was AnimateCharacter().
Title: Re: The charcter always in movement
Post by: Khris on Fri 10/03/2006 08:20:52
It's right here (http://www.adventuregamestudio.co.uk/manual/Character.Animate.htm).
Title: Re: The charcter always in movement
Post by: Ashen on Fri 10/03/2006 16:24:04
You could also use Character.SetIdleView (http://www.adventuregamestudio.co.uk/manual/Character.SetIdleView.htm) with a delay of 0, as mentioned in the BFAQ (http://americangirlscouts.org/agswiki/index.php/Scripting%2C_Code_%26_Interaction#Having_a_character_continuously_animated_in_the_background)

Side note: khrismuc, could you update the BFAQ link you used, to the Wiki Page (http://americangirlscouts.org/agswiki/index.php/Category:AGS_Beginners%27_FAQ)? The xylot one isn't updated anymore. Cheers.