menu btns disable
menu btns disable
Out of context: Reply #7
- Started
- Last post
- 14 Responses
- hiatus0
tried this on the home btn and nothing....
on (rollOver) {
gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
gotoAndPlay("s2");
}on (release){
unloadMovieNum(1)
_parent.gotoAndPlay(63);
butt2_menu.enabled=true;
}