About Store Forum Documentation Contact



Post Reply 
Getting current value of GUI Slider?
Author Message
phleshdef Offline
Member

Post: #1
Getting current value of GUI Slider?
Is this possible? I don't see any kind of property or method on the Slider control that returns the current value of the slider.
03-20-2013 05:21 AM
Find all posts by this user Quote this message in a reply
Rabishan Offline
Member

Post: #2
RE: Getting current value of GUI Slider?
you can acess as
Slider slider;
slider() will return slider value.
03-20-2013 06:20 AM
Find all posts by this user Quote this message in a reply
phleshdef Offline
Member

Post: #3
RE: Getting current value of GUI Slider?
Thank you much.
03-20-2013 07:02 AM
Find all posts by this user Quote this message in a reply
Post Reply