Hello Actionscripter

Do you know how can I tell to more than 1 target ( in my case 10 ) to do the same action, without write the function "tell target" for each target?

For example:
I need to say to target T01, T02 and T03, go and stop in frame 1.
I think I could write the actionscript more or less like this:

on (release) {
tellTarget (this.T01, T02, T03)
{gotoAndStop(1);
}
}


This code didnt work, but I think there are a way more or less like this, wright?
Ppppplease, tell me how!!!

Tks