Forum Discussion
VicovandenEv121
10 months agoCommunity Member
Change state by new JS API
How can I change the state of an object using the Storyline Advanced JS API?
Tried putting this in a Execute Javascript Trigger:
object('6RWzLNBS5La').state= 10;
(10 is the name of the state)
https://www.articulatesupport.com/article/Storyline-360-Advanced-JavaScript-API
It should work if you put the 10 in quotation marks :)
object('6RWzLNBS5La').state= "10";
4 Replies
No RepliesBe the first to reply
Related Content
- 7 months ago
- 11 months ago
- 3 months ago
- 4 months ago
- 1 year ago