Problem to execute a script
Posted: 05 Feb 2012 17:50
Hello out there.
Got a Problem to execute a script.
I wanna set the x value of a Fader to 0 when hit a button.
The script tells me no problem, but nothing happen if i hit the Button!
my Script:
and my hierarchy is in the picture!
Whats going wrong?
Got a Problem to execute a script.
I wanna set the x value of a Fader to 0 when hit a button.
The script tells me no problem, but nothing happen if i hit the Button!
my Script:
Code: Select all
decl n= 0;
setattribute(Container5.Fader74, 'x', n);
Whats going wrong?