ciao, ho un mc che contiene un altro mc composto da textfield dinamico e scrollbar.
il mc contenitore ha questo codice per caricare un file di testo esterno:
il file di testo viene caricato ma:codice:onClipEvent (load) { n = 1; loadVariables("haveit.txt", this); this.news = ""; } onClipEvent (enterFrame) { if (this.caricato) { if (testo.length>=n) { this.news = this.news+substring(testo, n, 1); n++; } else { this.caricato = false; } } } onClipEvent (data) { this.caricato = true; }
1-non c'è l'effetto typewriter
2-la scrollbar si vede ma non funziona
consigli ??


Rispondi quotando
