Ciao , ho creato questo script con actionscript :
Purtroppo mi da due errori e non capisco dove sono ! ç_çCodice PHP:ore = fscommand2("GetTimeHours");
if(ore > 24 && ore <= 6){
tellTarget("mc"){
gotoAndPlay(2);
}
}if(ore > 6 && ore <= 12){
tellTarget("mc"){
gotoAndPlay(3);
}if(ore > 12 && ore <= 18){
tellTarget("mc"){
gotoAndPlay(1);
}
}if(ore > 18 && ore <= 24){
tellTarget("mc"){
gotoAndPlay(3);
}
}else{
tellTarget("mc"){
gotoAndPlay(2);
}
}
Allego anche la sorgente per chi potesse aiutarmi
http://www.macaweb.altervista.org/_a...sta_ht/tst.fla
Grazie !


Rispondi quotando