Problem with disabling movieclip and it's children

G’day,

Is there anyway to disable a parent MovieClip (mcName.enabled = false) but still allow it’s child(ren) movieclip(s) to retain event handling?

Cheers,
c

hmm … did you try adding some kind of code to the child clips to try it? i haven’t ever tried to do anything like that before. i guess the fastest way to find out is to try.

I don’t think so. I believe if you disable a movie clip you disable everything within it.

:hr: