tengo el siguiente código en un movie clip en AS2

on (press) {
startDrag ("");
}
on (release) {
stopDrag ();
qarea = this.hitTest("_root.uno");
if (qarea){
setproperty(this,_visible,false);
score++;
}
}

la variable score no aumenta alguien sabe como corregir el problema??