Tell Target is actually v4 specific...i think in Flash 5 it's "with".
What it does is pass commands to a movie clip...you can tell a specified movieclip (or the main timeline) to go to specified frames with this action.
The "cilp"&n is an expression...rather than using a particular movie clip's instace name (clip1 for example) this first determines what the value of n is, and hooks it onto the end of the string "clip". So if it is determined that the value of n is 2, "clip"&n will be read as clip2, and so the tell target will apply to clip2. This is very helpful when you want to tell several movie clips to do the same thing, which is where the loop comes in.
the loop basically just specifies the value of n as "1" to begin with, tells "clip"&n (clip1) to go to a frame, adds 1 to n, and then repeats the process. when n reaches the value of the total number of movie clips, the loop ends, and the script can then continue.
- Mr. Blog
#blogXtacy on BlogNet
_________________________
( o_
/ >) My 84-year-old non-techy mom uses Debian Linux. It ain't that hard.