I have some problem with flash as2 coding.
Problem is this:
my built a flash app that has 3 frames in total. I wrote stop(); in second frame and root stopped on the second frame and movie clip in frame 2 starts to play. I want to _root goto third frame when movie clip reachs the 30th frame.
i use _root.gotoAndStop (3); in movie clips 30th frame but that didn't work.
Please help me.