function phLinks() { for (i=1; i<5; i++) { duplicateMovieClip(ph, "ph" + i, i); var zvd = this["ph"+i]; zvd._x = 100 * i ; trace("???"); } }