Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
Can someone help me out with the following issue please......
I have a button created and a slider.I have a variable created V_abc.I need to create a trigger to set this variable to 0 when ever it is called and then put this trigger in the button.Basically when ever the button is clicked the slider should reset to 0.Can u help me how to do this???????
See attached sample
go to button properties -> trigger -> external (last possibility you have in the triggers) -> set variable.
I hope this helps.
regards,
MT
Go to Button Properties
Action tab
Add >> External >> Set Variable
Variable
VariableName
Value
=if(VariableName=0,0,1)
See attached sample
thanks a lot everyone