views:

172

answers:

1

hi all,

I am very new to flash. I've built a movie clip, inside this movie clip there is a button. There button does not respond to clicks (when I hover over it my cursor remains the same). I know it's not a problem with the button, since when I put the button directy in the main scene it works just great. Any ideas??

Btw, I am using flash cs4 with action script 3

+1  A: 

Ensure that your movieclip's mouseChildren property is set to true.

Tegeril
@Tegeril, thank you! I don't know why, this is a default setting?
vondip