Problem to play mc at frame 1
Hi!
on the main stage I have 2 clips 'mc' and 'bttn'. inside 'bttn' there is a button located at frame 356.
when it click it call a function to load an external clip into root into 'mc'.
external clip runs after click the button but it doesn't starts at frame 1, but rather it already stop at the end frame.
I tried several things like mc.gotoAndPlay(1); etc, but nothing work it just always starts from the end frame.
I think it has to do that button is located at frame 356 and the external clip only has 30 frames so by the time button is clicked it's already far away from where external clip stops
but how do i fix this?
thank you
