codice:
onClipEvent (enterFrame) {
	if(getTimer() - inizio > 200){
		if (a == true) {
			_root.clip.testoeditoria.scroll += 1;
		}
		if (b == true) {
			_root.clip.testoeditoria.scroll -= 1;
		}
		inizio = getTimer();
	}
}