URL: https://www.overclockers.at/coding-stuff/pause_in_flash_mx_104602/page_1 - zur Vollversion wechseln!
ich will bei einem Flash film eine pause von ca 3 secunden einfügen und dann soll der film weiterlaufen.
dieses script hab ich gefunden aber es funkt leider nit
stop();
// was myinterval...
myInterval = setInterval(function () {
// go next frame and stop
nextFrame();
// or go next frame and play
// gotoAndPlay("frameLabel");
clearInterval(myInterval);
}, 4000);
kann mir wer helfen?
tia
vermutlich wirst schon eine lösung gefunden haben... 
falls du noch keine hast probiers so:
Code:stop(); setInterval(goto, 3000); //3000=3sekunden MovieClip.prototype.goto = function() { _root.gotoAndPlay(30); clearInterval; };

overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2026