gotoandStop gotoAndPlay inside nested movieclip timeline
Hi all
Since adobe flash cc to adobe animate 2018 , there isn't method to go to specific frame by type code inside Movieclip timeline
if i have MovieClip named inMC inside Movieclip named mainMC
in inMC I have 10 frames of tween
in mainMC I have 10 frames in frame 5, i add script
this.stop();
this.inMC.gotoAndStop(4);
the inMC still played, I want to note I can hide inMC if I typed this.inMC.visible=false;!!!!
if I put gotoAndStop code in event click , Movieclip will stop , how to add this code to run immediately on timeline code