Firstly, I create Canvas Project with Adobe Animate CC. But I have a problem with action code.
I have 2 symbols on stage. How can I get access the symbol on main movie clip?
var _this = this;
_this.Text.on('click', function(){
_this.gotoAndPlay('sym2');
});
I need to edit this code to access symbol on main movie clip: