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
After testing I found that the code above works if I do not have an image in any of the states. When I add any image in any of the states (even ones I am not trying to set the state to), the code above stops working.