Set Interval On Glint?

Hi Guys,

I have a glint effect on a current animation for my friends heading the thing is i have this code entered on below

stop();
timer = setInterval(pause, 10000);
//where 10000 is 10 seconds or 60000, 1 minute.

this worked before but now for some reason the animation is not repeating after the allocated time. Any reason why this is happening?

Cheers,

Lewnyflash:kir: