i = 0; setProperty ("fl", _visible, 0); xx = getProperty("fl",_x); 19.In the second key frame give action: if(i < 35) { duplicateMovieClip ("/fl", "fl" add i, i); setProperty ( "fl" add i, _alpha,i*8); setProperty ( "fl" add i, _x,random(3) + xx); i = i + 1; }