//General a todos los OA. myDictionary = new LoadVars(); myDictionary.onLoad=loadDictionary; myDictionary.load('../../../textos/diccionario.txt'); function loadDictionary (success) { if (success) { txt_aciertos = myDictionary.aciertos; txt_fallos = myDictionary.fallos; txt_verdadero = myDictionary.verdadero; txt_falso = myDictionary.falso; } }