Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Knox on Wed 22/12/2010 20:02:22

Title: Animating the HandleGraphic property and manipulating its Zorder
Post by: Knox on Wed 22/12/2010 20:02:22
Hi,

Is there anyway we can animate a slider's handle graphic with a view? I can use the .Animate on buttons, but not a slider's handle graphic. Basically I just want it so that when the handle of the slider is selected and as long as the mouse is held down, its view is animating.

If not, Im guessing I can always just put a gui of the animation behind the handle graphic...but I dont think I have access to the ZOrder of the handle graphic property (something like mySlider.HandleGraphic.ZOrder)...so how could one position an animated gui or button behing a slider's handle graphic but still over its background image?