This is more complicated than some of you may think. Ok my problem is:
I have a button inside of a movie clip. I make the actionscript for it:
on(release){
play()
}
and all it does is play the button over and hit animation, i want it to make the movie play not the button. Can someone please help me with my problem?