Hi guys,
I’m struggling to keep this scene still. There is a button inside this animation (animation inside a movieclip) that links back to a frame in the scene. It is suppose to stop there according to the code. But when I click the button, it goes back to the frame but instead of stopping, it plays the scene from that frame. Any idea what could be wrong? I’ve tried splitting the scene in two and putting the animation in a separate scene and also tried putting the button outside of the animation’s movieclip, but nothing seems to work.
Button code:
on (release) {
_root.gotoAndStop(“frame label”);
}
Also, there is a stop action in a keyframe above the frame label.
Thanks for any help,
nkaps7