Hey... I can't think of a technical way to describe this so here I go...

I have a scene with rain... and I want lightning to strike (an MC to play) randomly... I want the gap between flashes to be no shorter than 20 seconds and no longer then 30 seconds...

Now... I know how to generate a random number between 20 and 30 but how do I use this as some sort of timer like this...

gotoandplay IN randomNumber seconds (1);

It's vaige... but you get the idea?

Thanks in advanced... Robb