onEnterFrame = function() {
// faccio ruotare cerchio
this.cerchio._rotation -= 10;
}