Forum Discussion
Matt_Kurtin
9 months agoCommunity Member
No Luck Using New JavaScript Functionality in Storyline to Update Object State
Using Execute JavaScript with following code:
const radButton = object('6r0NAZwt4OW');
radButton.state = "R5";
Aware of issues with built-in states other than "Normal" and avoiding use those. ...
Matt_Kurtin
9 months agoCommunity Member
Also found stops working if have more than one shape in any of the states. Seems odd to have this many restrictions on how it could be used