I am new to flash MX, i stoped making flash movies back in flash 4, hehe…
So this is new stuff is kind of hard.
basicly here is what I need:
I created a small movie clip (loops)
i made a tween that makes it go from 1 end to the other end, but I can’t make the clip stop / or goto a diffrent frame withen the clip when it reaches the other side, anyone help with this?
If in doubt, open up the movieclip with the AS in it, click on the frame with the Actions and open up the Actions panel. Make sure you’re in Normal Mode too. Now, you can use the little targetting icon on the panel to locate the path to the clip you want, and then add the .gotoAndPlay() (sorry about my earlier typo) afterwards.
Also, make sure that all your clips are named on the Stage!
I´ve checked all this stuff before, I gave the mc an instance name, made the proper target with the right action, but the movie won´t stop on frame 1. And I don´t know why.
I placed copies of the same mc in different layers, gave them unique instace name, and by AS told them in frame 65 to stop on frame 1 of theyr own timelines. All of them stoped except the one in the tween layer. Why is that?
ok i downloaded your file and fixed it but the really wierd thing is i dont know how this happened but in frame 65 of the walking guy theres an action there that cant be erased i switched from normal to expert mode and it still would show the action in the layer but it wont show no actions at all thats weird. Anyways i erased frame 65 of the walking guy did a f6 on frame 65 and inserted a new layer with these action on frame 65
stop();
_root.walk.gotoAndStop(1);
Try it it should work but remember to delete frame 65 of the walkin guy otehrwise it wont work