fader on 1 when switch is 1
Posted: 29 Apr 2012 20:10
hi
with a switch button i want to control the value of a fader. if the switch is in -1- in want the fader go on -1-.
i have write the script :
if (switch.x == 1 ) fader.x = 1;
this run but i have to touch the fader for he go on 1. if i don't touch it the fader stay on last value.
how make to move the fader ??? without touch it...
in link an exemple...
thanks
f
with a switch button i want to control the value of a fader. if the switch is in -1- in want the fader go on -1-.
i have write the script :
if (switch.x == 1 ) fader.x = 1;
this run but i have to touch the fader for he go on 1. if i don't touch it the fader stay on last value.
how make to move the fader ??? without touch it...
in link an exemple...
thanks
f