hey,
basically, sayd I have two movieclips, how can I use one to clear and interval in the other?
I have tried using:
_root.mclip.clearInterval(invervalID);
and
clearInterval( _root.mclip.invervalID);
but neither seem to work. what am I doing wrong?
Cheers!