nDì..
script:
codice:
loadVariables ("counter.php", "dummy");
MC "dummy"
codice:
onClipEvent(data){
	numero = Number(numero)
	_root.visite.n_2 = numero
	_root.visite.parti = true
	_root.connecting._visible = false
}
MC che contiene il campo di text dinamico
codice:
onClipEvent(load){
	_visible = false
	n_1 = 0
	vel = 22
	txt = n_1
}
onClipEvent(enterFrame){
	if(parti){
		_visible = true
		n_1 = Number(txt)
		diff = ((n_2 - n_1)/vel)
		n_3 += diff
		txt = int(n_3)
	}
}
in F6 AS 1.0 ok!
in F7 AS 2.0 niente da fare..

come adattare..
Thanks to all byee :adhone: