Sulla root:

codice:
function annulla()
{
	_root.lastOne.gotoAndStop(1);
}
Sul pulsante:

codice:
on(release){
	_root.annulla();
}