Hi, I am a newbie and I am working my way through an old bit of flash i have but just can't get my head around this.I was hoping someone might show me how to convert this from AS2 to AS3.

on (release) {
if(links.length > 0)
{
getURL(links[clicked++], "_blank");
if(clicked >= links.length)
clicked = 0;
}
}

Thanks