codice:
onClipEvent (enterFrame) {
	if (premuto)
	{
		this[nome].nextFrame();
	}
}
quanti frame ha il this[nome]?