|
Hello, I tried to make a horizontal slider (with C#). But when I run the game. I can't move the slider. Anyone knows why that is? Code below:
(comments are locked)
|
|
Hi, HorizontalSlider returns a value. static function HorizontalSlider (position : Rect, value : float, leftValue : float, rightValue : float) : float this should work:
(comments are locked)
|
|
You need to feed the return value back into your variable:
A lot of the GUI controls work that way.
(comments are locked)
|
|
thnx .. worked for me .. was having the same problem
(comments are locked)
|
