[FMX] Variables in for

I have 6-7 movieclips and depending which level should change the state of x movieclips. Their names are te1, te2, te3…etc. I tried with following code but it doesn’t work. Suggestions?

for(i=0; i<level; i++) {
_root.pbar.te*.gotoAndStop(“full”);
}