OnSlide function for GuiSliderCtrl
by Kevin Epps · in Torque Game Builder · 03/21/2007 (5:23 pm) · 2 replies
Is there a onSlide function or something like that, where you could call a function as you move the slider, instead of the Command value, that waits until the mouse button's up?
About the author
#2
03/22/2007 (6:43 am)
Ok. That worked great. Luckily I already had seperate functions that handled the values. Thanks! I didn't realize AltCommand did that!
Torque Owner Guy Lewis
note: unlike to command callback the altcommand callback will not pass the calling object (%this). so you will have to use an alternate method to get the object and read its value.