Pause clip problem!

Hi there

have a movie with empty clip that I use to attach movie clips to (7 clips in all) when each one is finished playing it loads up the next and unloads itself.

Problem = creating a pause button to pause current clip

Q: how do I script the button to find which clip is playing, target it and pause it?

Any help much appreciated
:q:

sorted!

every mc place _root.current = this;

then target button with _root.current.stop();

let´s say that you´re loading them on level 1:

_level1.stop();

Yeh! good one…

:q: