K, here's the deal, i'm quite fresh in Flash and got a problem. I need to be able to change a variable with a button that is within a movieclip. These variables keep track of wheter a window is open or not so that they would not overlap. Anyhow I declared the variable in the mainframe. (it's a one frame site with many clips.) When a normal button is pushed it plays a movieClip (which is another menu) and changes its variable to 1. So when another button is clicked I can check if the menu is open or not and the menu can be closed before a new one is opened and they don't overlap. Now this new menu is a movieclip with buttons that Also need to change variables, but they seem to be using these variable as if they are declared private in that button, and so I can't alter the actual var declared in the mainframe. How do I work around this. Also can I not change public variables within normal movieclips? so that the var would e.a. change in frame 10. when I do this it seems to alter again a private var and not the one declared in the frame. Can anyone PLEASE help me. Site 's got a deadline by tonight ![Frown :( :(](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Thx
Thx