Ciao , ho creato questo script con actionscript :
Codice PHP:
ore fscommand2("GetTimeHours");

if(
ore 24 && ore <= 6){
     
tellTarget("mc"){
  
gotoAndPlay(2);
}
}if(
ore && 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);
         }

Purtroppo mi da due errori e non capisco dove sono ! ç_ç
Allego anche la sorgente per chi potesse aiutarmi
http://www.macaweb.altervista.org/_a...sta_ht/tst.fla
Grazie !