Help With Complex Button Instance

New Information! Precedence!
I’ve been doing some digging. I’ve actually ran into an issue with presidence between movie clips and button instances. The physical arrangement is completely irrelivent, although I’ve also discovered that if a movie clip is nested in a button instance it will not be able to “hear” the specific mouse events at all. It simply gets stripped.

Maybe there is an issue with precidence in relation to the onRollOver event. The onRollOut event, after all, is what makes rewind = true.

I’ve also discovered that there is precedence between multiple movie clips as well. This one, on the other hand, is determined by its position in the layer. The first being, well, the first.

This being said, is there any way for me to work around this matter of precedence? I’ve thought of possible changeing the location of the buttons in relation to the movie clip (makeing them independent, not nested somehow.)

Ah, such fun. (The original issue)
I have been attempting to create a menu system useing rollover and rollout commands to control a rewind function. The only problem is that because of this rewind function on the rollout command, the buttons stop functioning completely.

You can’t see it, but there is a stage movie clip linked to the buttons in the menu at the center of the stage. No qualms there. Without the rollout instance on the menu to rewind, it works like a charm. Only… It doesnt rewind, it just stays stuck out. Which is pretty bad.

I’ve tried to use a callframe method to get around this, but that doesnt seem to work either. Not to mention it gives a poorer result when I try that method. I hate tweening to get an effect most of the time… It just doesnt work as cleanly.

Any help?

(P.S. In the swf buttons 3 and 4 are not quite complete yet, so I’d advise just trying to click 1 & 2 :beer: )

P.S.S. I would like to point out that the preloaders script and movement are all bAkedSOda’s, not mine. :slight_smile:

Update:
After long last I’ve been able to zip the ■■■■ source file.
Now can I get some help? :red:

I appologize if the code isn’t exactly the cleanest at the moment, I’ve been experimenting along the way and there may be some small reminants of other things I’ve done. :slight_smile:

-Cheers! :?)