I have a movie clip of a deck of cards, 56 frames long. I have given each card a specific frame. I put this animation in a new folder on the timeline. Now, on my top layer I can’t figure out what to write to make the deck goto a specific frame and stop.
The target path to the deck is: _level0.2_1_mc
I tried the code _level0.2_1_mc.gotoAndStop(25);, but it didn’t work.
However I have a movie clip outside of the folder on the timeline named deck1_mc, and the code deck1_mc.gotoAndStop(23); works.