al clip io ho associato questo:

clip.onRollOver = function {
gotoAndPlay(2);
}

clip.onRelease = function {
gotoAndPlay(3);
}