Load swf on swf problems

Hi!
I have a basic swf with some buttons and a scrolling textfield.

When I I click a button, it loads another swf that covers more or less half of the first swf.

What annoys me now is that the buttons of the basic swf is clickable “through” the swf that is loaded over them. The same goes for the scroll.

How can I make these functions hidden when they are hidden by my loaded swf?

Thanks for any help.

You could turn the _visible property to make them hidden. Include that into the script for the clickable button. :slight_smile: