Invisible onRollOut

Hey there… :slight_smile:

I’ve got a little controlpanel with 5 buttons inside - everything inside a movieclip.

I launch my controlpanel with: controlpanel._visible = true;

When the user presses one of the buttons inside the panel, an action is launched and the visibility is set to false again - but I would also like it to turn invisible if the user just rollOut of the panel instead.

How can this be done - I’ve been messing around with some hitTest, but no luck… :frowning: