ciao a tutti... ho un problema...
ho fatto questo timer ma nn funziona...

mi da questo errore:
codice:
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 4: 'else' encountered without matching 'if'
     else {

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 2: Statement block must be terminated by '}'
     if (tt==0) {

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 6: Syntax error.
     }
lo script è questo...

codice:
tt=10;
if (tt==0) {
	getURL("http://www.tieightdesign.it");
else {
	tt=(tt)-1;
}
ke ho sbagliato?

tnx 10000
ciau ciau