Hello,

1. I working on an animation consisting of 2 layers.
Layer 1: has a movie clip "xyz"
Layer 2: has buttons

2. I am using startDrag Method to the movie clip "xyz" which is constrained to a rectangle so that the movie clip can be dragged vertically only. The movie clip "xyz" is not overlapping the buttons.

3. When I use the startDrag Method i found that the buttons dont work. I even tried by placing the buttons Layer on top of the movie clip "xyz" layer. This also does not work. I want the buttons and StartDrag Method to work simultaneouly.

Any solutions of this???