Forum de discussion
Forum « Flash et Shockwave » (archives)
Re: une action puis une autre
Envoyé: 6 janvier 2005, 11h06 par dada
Comme çà, çà marche pas ?
---------------------------------------
Rewind = function(cible) {
cible.prevFrame();
if (cible._currentframe == 11) {
clearInterval(tempo);
loadMovie("home.swf",_root);
}
}
_root.clipentreprise.references.onRelease = function() {
tempo = setInterval(Rewind, 30, _root.clipentreprise);
}
----------------------------------------
dada
Réponses
|