Ciao a tutti
Vorrei realizzare un semplice slideshow, ma pubblicando rimane fermo sulla 1° immagine.
livello 1: una foto su ogni fotogramma chiave vuoto, per un totale di 3 foto
livello 2: script:
stop();
var nextImage:Timer = new Timer(5000);
nextImage.addEventListener(TimerEvent.TIMER, playNext);
nextImage.start();
function playNext(event:Event):void{
nextFrame();
}
nextImage.stop ();
nextImage.reset();
gotoAndStop(1);
Grazie
Ciao

Rispondi quotando