Copy link to clipboard
Copied
Is there a way to change the button state in advanced actions using a variable eg. the current slide number?
So I could do something like
Change state of
button_1
To
"state_" + cpInfoCurrentSlide
Copy link to clipboard
Copied
It is possible to create the value of a variable from a string like 'state_' and the number in cpInfoCurrentSlide, but you cannot use that variable in the Change State command for a state. Maybe you should log a feature request, would be a nice extension of the state feature.