[MX] Button inside Movie Clip

Hi every body

I made motion of movie clip iside it a button.
the motion is like this:

from 1 to 10 then stop

when you click the button it tells the movie the contiue from 10 to 20

i attached this script to the button

[AS] on (release) {
tellTarget ("/") {
play();
}
}
[/AS]

when i test the swf, it works great :slight_smile:
the problem is this swf is targeted to an Home swf
so when i click that button, it plays the whole movies
Home and the swf itself :frowning:

thanks for helping me