is it possible to have a infinite menu bar active as buttons or is it solely just a animation to hold pics and text…
basically i wanted the buttons within the infinte menu bar to be able when pressed to load an external movie or just to go to a particular frame within the swf!!!
now how do you make that target that loads the .swf to disapear basically…
in other words unload movie…so that it goes away when i press another button for example!!
i have a main swf and in that swf i have two buttons, button 1 and button 2. now when i click on button 1 it loads an external movie, no problem up to this point.
now within that external movie that loaded i have the infinite menu, the infinite menu contains a arsenal of buttons. now i want thos buttons when pressed to be able to load small external movies, this was easy with the code u gave me…
no problem up to this point. now if we go back to the main swf button 2, i want this button when pressed to close the small external movies of the inifinite menu buttons.
is this possible? if so how?
i tried to unload movie and even what u suggested removing movieclip…
on (release) {
_root.container.removeMovieClip();
}
but i think the problem is getting button 2 to recognise the small external movies of the buttons within the inifinite menu.