Timer

Hi people…I’m fairly new to actionscript. I am working on a flash/xml thing and I want the image to update after 5 seconds, instead of after the user clicking ‘next’

What syntax should I use to get this to work??

function() {
nextImage();
};