|
-
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|