Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Kinoko on Thu 04/03/2004 02:22:09

Title: DisplaySpeechBackground with talking anim.
Post by: Kinoko on Thu 04/03/2004 02:22:09
Is it possible to have a character talking in the background of a room and also have their talking animation going?
Title: Re:DisplaySpeechBackground with talking anim.
Post by: Gilbert on Thu 04/03/2004 02:28:51
I think you need to animation the characters yourself in that case, just check out the character animating functions like SetCharacterView(), AnimateCharacter(), etc.
Title: Re:DisplaySpeechBackground with talking anim.
Post by: Scorpiorus on Fri 05/03/2004 21:20:42
Also check out http://www.adventuregamestudio.co.uk/yabb/index.php?board=2;action=display;threadid=11868. But if you just need it only once in a certain place then using  AnimateCharacter(), as Gilbert suggested, seems more reasonable and easy way to go.