Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: BOYD1981 on Wed 19/05/2004 17:37:07

Title: a few questions about sliders...
Post by: BOYD1981 on Wed 19/05/2004 17:37:07
this one has me completely stumped, i would like to change the colour and if at all possible the actual graphic of a slider (for the sequel to Boyd's Music Mixer...), i couldn't actually see any proof of sprites while looking through the main ones that sliders used them and i couldn't see any kind of colour codes in any of the code, i've also read all the help file has to offer on sliders and couldn't find anything of much use there.
if anyone could give me any help with doing this it would be greatly appreciated, thanks.

-boyd
Title: Re: a few questions about sliders...
Post by: SSH on Wed 19/05/2004 18:02:08
Well, you could always manually make a slider by scripting an object or GUI button that moves when you drag it, then use the x (or y if you prefer) postion to determine it's setting. Try searching for "dragging" as I'm sure there's been code put on the forums for how to script up dragging things around.
Title: Re: a few questions about sliders...
Post by: Scorpiorus on Wed 19/05/2004 18:35:32
There is a handle image property (see GUI editor) to change handle graphics.
Also, the next official version (2.61) will make it possible to change its background image.