Question
Best way to use cpCmndGotoFrame in Javascript?
Hello,
If I wanted to use the cpCmndGotoFrame command in Javascript, is the following the best way to do it? Assume I want to jump to frame 850..
window.cpAPIInterface.setVariableValue('cpCmndGotoFrame',850)
I am asking because I do not see what I am looking for in the Common JS documentation.
Thanks for any help!!
