-
How to Reset Position with a Checkbox?
How can i reset a position using a checkbox?
I saw that some guy use an expression like the example expression that i shared.
But the problem is, when i deactivate the checkbox then return to the default value.
So is there another expression to Reset the position to 0 with a checkbox????
ACTION = effect("RESET")("Checkbox")if (ACTION == 1){
[0,0]
}
else {
value
}
Sorry, there were no replies found.