First of all, let me congratulate you for this really helpful forum, I'm worried about the script setInterval..., it happens that I have this:
1. Movie clip 1
1.1 Movie clip 1.1
1.1.1 Movie clip 1.1.1
1.1.2 Movie clip 1.1.2
1.2 Movie clip 1.2
Kinda mess right?, well I have 1 main movie clip and two movie clips and inside it, one of them has two more clips (1.1.1 and 1.1.2), each of these clilps (1.1.1 and 1.1.2) have an actionscript code like this:
x=setInterval( function,10000 )
The problem is that when I return, from movie clip 1.1.1, to the movie clip 1 the INTERVAL keeps working on... and it wouldn't allow me nor any user to visualize the SWF file because it will keep looping as the INTERVAL time indicates, every 10 seconds.
I don't know how to avoid that looping thing or to stop it looping.
Would you help me out with it?
thanks.