Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Meistari F on Tue 15/05/2007 22:16:17

Title: How can I make GUI talking animation frame with speech text?
Post by: Meistari F on Tue 15/05/2007 22:16:17
Hello my friends.

I want to learn how to make a GUI just like that.

But I am having a problem with that speech GUI button.

(http://www.mgroves.com/images/jifl2.gif)

Let say if I click on some of the saleware from that list just like in that image the guy in the portrait will show some animation in that GUI just like it happens in Sierra/with frame style.

I just want to know how this is done.  :)




Title: Re: How can I make GUI talking animation frame with speech text? (solved)
Post by: Meistari F on Wed 16/05/2007 02:54:50
Nevermind that now. I have solve that problem by myself. ;D

For those who want the code.

btnimage.Animate(View,loop, repeatstyle);

Name the GUI button btnimage and it will work.