codice:
rit = false;
this.onEnterFrame = function() {
	if(this._currentframe == 1){
		_root.cont.rit = false;
		// fai partire l'altro movieclip
	}
	if (_root.cont.rit == true) {
		this.prevFrame();
	}
}