#12004/12/9 20:17:27
for (i=1; i<=28; i++) {
duplicateMovieClip("xh", "xh"+i, i);
setProperty("xh"+i, _x, random(630));
setProperty("xh"+i, _y, random(100)-100);
setProperty("xh"+i, _xscale, random(40)+30);
setProperty("xh"+i, _yscale, getProperty(eval("xh"+i), _xscale));
}
// end of for
_root.xh._visible = 0;