[center][color=orange][url=“http://www.kirupa.com/developer/mx2004/transitions.htm”]http://www.kirupa.com/developer/mx2004/transitions.htm[/color][/center]
l have utilized from this tutorial for making transition effect between external swfs. it was very good tutorial for improving myself and l am very thankful for the author. but the codes only working normal button sembols but not a movi clip which has nested layer including hit area. l would like to use this turorial with animated buttons not normal buttons. so how can l do it
thatis the code. l also put my mc into a button sembol then l pasted the code this button but it didnt work. it worked ıonly normal button. l have been trying to find a solution for nearly 3 days so there is no one to ask.
l would like to design a site like this http://templates247.com/t208/ or like this [url=“http://templates247.com/t206/”]http://templates247.com/t206/ so l need to know how can l use this code in a animated button. thanks everyone l will pry for them
on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = “section4”;
container.loadMovie(“section4.swf”);
} else if (_root.currMovie != “section4”) {
if (container._currentframe >= container.midframe) {
_root.currMovie = “section4”;
container.play();
}
}
}