(text)"button" help

can some one help me with this? ok i wana make it so when you press the button it plays a movie of this thing dropping down. this is my code but it doesnt work ??..

onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
this.onRelease = function() {
dropdown.gotoAndPlay(2); -------this part not wrok ??
}
}

if you need the .fla jsut ask… ok thx in advanced again guys