Sliders

This page will show you how to use sliders.

Here is an example:

function SliderChange(State)
print("Slider changed to: "..State)
end

Page1:newSlider("Slider",SliderChange,50,100,30) -- Title, Callback, Min, Max, StartPoint

The StartPoint value seems to be broken.

Last updated

Was this helpful?