ScriptSpot

Forum topic · General Scripting

Changing slider value

By babisouk · 2012-08-07

Description

Hi,
I want to change the value of a slider inside a rollout with a button. How should I script this?

I tried : at time slidertime-1 animate on ikfkswitch.value 0
But I get this error: Unknown property: "value" in 0.0

Thanks in advance.

Comments (2)

babisouk · 2012-08-07

Thanks!

-- set slider value to

miauu · 2012-08-07


-- set slider value to 100
slider001.value = 100