Scripting Help
Posted: 24 Sep 2016 06:16
Hi there, I'm quite new to scripting and I am trying to do something but I cannot get it to work. I am trying to make a Fader change color once it reaches a certain value. I've tried doing something like this.
Code: Select all
if(Fader.x>30)setattribute(Fader,'color',26642);