Allora ho scritto il seguente codice:

onClipEvent (mouseDown) {
if(this.hitTest(_root._xmouse,_root._ymouse,true))
{
gotoAndPlay (10);
}
}

...ma non fa nulla