Skip to main content
AP_AW
Inspiring
July 13, 2016
Question

Change button state with variable

  • July 13, 2016
  • 1 reply
  • 134 views

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

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    July 13, 2016

    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.