code:
myMc.myBtn.onRelease = function() {
play();
}



ive got that applied to a frame on my main timeline and for some reason it just wont work..

Ive checked all instance names over and over for spelling mistakes etc..

if i use it inside the movie clip (dropping the myMC bit and adding _parent. before play) it works fine.. and if i use the same script on a different movie clip it also works fine..

what the hell is going on?