Because you cannot drag a button, only movie clips.
To solve that, create a button inside a movie clip and paste the actions on the button:[AS]on(press) {
startDrag(this,false);
}
on(release) {
stopDrag();
}[/AS]
Okey, but u know how I do to make a button inside this movie tht will set the alpha of the movie to 0.
I tried to make a button inside the movie, but i cant press it once previewing…