da qui io kapisko ke c'è un controllo al frame 1 del livello1 ma anke un gotoAndPlay(1); quindi per me rimane sempre fermo lilivello 1 frame1:
car = _root.getBytesLoaded();
tot = _root.getBytesTotal();
if (car==tot) {
gotoAndPlay(3);
}
livello 1 frame1:
gotoAndPlay(1);