# Please HELP... l am getting crazzy

**URL:** https://forum.kirupa.com/t/please-help-l-am-getting-crazzy/155517
**Category:** Uncategorized
**Created:** [July 18, 2005, 3:10pm UTC](https://forum.kirupa.com/t/please-help-l-am-getting-crazzy/155517 "2005-07-18T15:10:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cenapibo](https://avatars.discourse-cdn.com/v4/letter/c/bbce88/32.png) [@cenapibo](https://forum.kirupa.com/u/cenapibo)
#### Post date: [July 18, 2005, 3:10pm UTC](https://forum.kirupa.com/t/please-help-l-am-getting-crazzy/155517/1 "2005-07-18T15:10:56Z")

</div>

[center][[color=orange]**[url=“http://www.kirupa.com/developer/mx2004/transitions.htm”]http://www.kirupa.com/developer/mx2004/transitions.htm**[/color]](http://www.kirupa.com/developer/mx2004/transitions.htm)[/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/](http://templates247.com/t208/) 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();  
}  
}  
}
