Hi...

I have multiple movie clips, named in numeric sequence-MC1, MC2, etc...I would like to use a loop counter to target these, but I don't know the correct F5 syntax for targeting movieclips by concatenating a string name and a variable number...

In F4 it would be:

Set Variable ("i"=1)
Loop While (i<=6)
Begin Tell Target ("/MC" & i)
Go To and Stop (5)
End Tell Target
Set Variable ("i"=i+1)
End Loop

Can someone help me translate this into F5? Gracias...

K.