18/05/2006, 10:11
|
| | | Fecha de Ingreso: enero-2003 Ubicación: San Cristobal, Santa Fe, Argentina
Mensajes: 544
Antigüedad: 21 años, 10 meses Puntos: 7 | |
TMeister:
He corregido el error, yo no me arroja nada con respecto a errores de sintaxis, pero ahora esta pelicula tarda demasiado en ser visualizada y me aparece un mensaje que dice "Un script esta haciendo que Flash funcione lentamente, desea seguir adelante con esta operacion?"
El código del resto de la pelicula es el siguiente:
// [Action in Frame 1]
load = "no";
// [Action in Frame 2]
ifFrameLoaded(8)
{
gotoAndPlay(4);
} // End of ifFrameLoaded
// [Action in Frame 3]
gotoAndPlay(2);
// [Action in Frame 4]
data = 02010101010101007528292928293808732425252525391098 43434343434343350510080811130582303030303042012708 08080808130326081409110814042904070706080715060305 02040300040100000000000000793029302930410182292525 26263500933939393939433043161315141820010100000000 00000100000100000100035217091416102712571818181818 30083310130909101605130304040404070032161516171521 05090407030313060611030202020206030706040405050503 02060800030501000403010000010200593115232620330254 16171717172707300309070707120416050506050510030204 03020103020502080600;
rows = 106;
length = "5.3300";
// [Action in Frame 5] for (i="0"; i<rows; i=i+1) {
this["data"+(i+1)] = data.substring(1+(i*16), 16);
}
fulllen = int(length*1000);
step = fulllen/rows;
data = "0";
load = "yes";
stop();
// [Action in Frame 6]
stop();
// [Action in Frame 7]
stopAllSounds();
stop();
// [Action in Frame 8]
stop();
Se que es pedir demasiado, pero me esta atormentando este error.
Gracias a todos por anticipado y gracias en especial a vos TMeister.
ARIEL. |