Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    Errore caricamento file di testo

    Dov'è l'errore???
    codice:
    loadVariablesNum("news.txt", 0);
    _root.onData = function() {
    	testo.html = true;
    	testo.autoSize = "left";
    	testo.htmlText = inizio;
    	h = testo._height;
    };
    _root.onEnterFrame = function() {
    	if ((testo._y + h) > 123) {
    		testo._y -=  1;
    	} else {
    		testo._y = 210;
    	}
    };
    stop();

  2. #2
    up

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.