Così funziona anche il tasto nel mc stesso.

on(release)
{
if(_root.schedaPalermo_mc._visible)
{
_root.schedaPalermo_mc._visible = false;
}
else
{
_root.schedaPalermo_mc._visible = true;
}
}

Ciao e grazie comunque