Salve
ho un problema che mi rode:
ho un movie nella prima scena che ha queste actions collegate
i = "1";
alpha = "0.8";
maxlight = "20";
while (Number(i)<=Number(maxlight)) {
duplicateMovieClip("ray0", "ray" add i, 800-i);
setProperty("/ray" add i, _xscale, getProperty("/ray" add (i-1), _xscale)+i*alpha);
setProperty("/ray" add i, _yscale, getProperty("/ray" add (i-1), _yscale)+i*alpha);
setProperty("/ray" add i, _alpha, 10-i*(0.5/50));
i = Number(i)+1;
}
setProperty("ray0", _visible, "0");
però quando c'è il passaggio alla scena 2
l'effetto dato dalle actions continua mentre vorrei si fermasse
come posso fare ?

Rispondi quotando
