Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Goot on Mon 16/08/2004 00:09:02

Title: Is there a GetButtonPic?
Post by: Goot on Mon 16/08/2004 00:09:02
I need to be able to find out the graphic of 6 different buttons. If I have to use integers, it makes everything a lot more complicated. Is there a GetButtonPic function? There doesn't seem to be in the manual.
Title: Re: Is there a GetButtonPic?
Post by: Moox on Mon 16/08/2004 04:14:30
try creating one
Title: Re: Is there a GetButtonPic?
Post by: Goot on Mon 16/08/2004 04:55:49
How would I create one. I'd have to make some sort of database that stored all the button graphics when they were set. It would be easier just to set a bunch of integers. I don't see how you could make a custom GetButtonPic.
Title: Re: Is there a GetButtonPic?
Post by: Gilbert on Mon 16/08/2004 04:57:31
Not possible at the moment I think, you have to use some variables to track it, like what you mentioned.