Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Encontrei esta função na web e achei ela muito legal, porem não consigo usá-la quando estou dentro de um mc, já que ela tem que estar no primeiro frame de timeline principal.this.createEmptyMovieClip("timer",50);timer.onEnterFrame = function(){ if (this.startTime>0) { var diff = getTimer()-this.startTime; if (diff>this.timerLength) { this.target.play(); this.startTime = 0; } }};function pauseFor(theTime){ stop(); timer.timerLength = theTime; timer.startTime = getTimer();}pauseFor(3000)abracos,peter
Carregando comentários...