Hi,
I want to have control on my movie with setInterval(). I have three MCs in their own layers which would appear on the stage in turn.
In frame one I have a fadeIn function for MC1 which works ok.
I want that MC2 appears after 3 seconds and MC3 after 6 seconds.
Where do I put setInterval functions for MC2 and MC3? I mean which frame in their own layer?
Thanks,
mx-guest2004