[size=1]i have button inside a movie clip and doesn’t load my movie,
here is the code
on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = “section1”;
container.loadMovie(“section1.swf”);
} else if (_root.currMovie != “section1”) {
if (container._currentframe>=container.midframe) {
_root.currMovie = “section1”;
container.play();
}
}
}
i’dlike this button to work inside movie clip
Thank you and sorry for my english [/size]