Sorry for the confusion, the "metronome" timing function is the one that has an icon that is a picture of a metronome. I have attached an example that shows the whole thing in operation.
A couple notes: All this example does is build a string based on the value of the count. However, the stuff that you will really be wanting to do probibly will have the ability to generate errors. Therefore, have used an error cluster to establish a data dependency between everything else. The single frame sequence at the end is to make sure that the timer doesn't run until all the timed events finish.
Finally, yes you could alternately use the output of the tick count function as the input to the dividers, but you would have to remember when setti
ng the divisors that the tick count outputs counts in milliseconds--not seconds. Also, everytime the counter rollsover to 0 all three events will fire.
With the code I am sending you, the first time through the loop all the events will execute, also the first loop time will be less than a second because the code is essentially synchronizing itself to the computer's clock.
Finally, if you need help with anything else just call. In addition, if you need someone to take on a complete development project that you don't have time to do, let me know as I do a lot of contract work remotely over the internet.
Mike...