Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Superman95 on Fri 09/09/2005 04:35:44

Title: Gauges
Post by: Superman95 on Fri 09/09/2005 04:35:44
I want to create a HUD that uses gauges.  It seemed to me the gui was the way to go, but there isn't a gauge control.  And I couldn't figure out how to adapt the the slider to do that.  I searched the forum but didn't find anything.  As anyone done this?
Title: Re: Gauges
Post by: strazer on Fri 09/09/2005 05:39:34
Use a GUI button with a graphic of the fully charged bar, set the button's .ClipImage property to "true" and adjust the button's width using the .Width property.