#22003/3/17 9:27:11
_root.createEmptyMovieClip("abc_mc",1);
abc_mc.lineStyle(100,0x99ccff);
abc_mc.moveTo(0,0);
abc_mc.lineTo(100,0);
abc_mc.lineTo(100,100);
abc_mc.lineTo(0,100);
abc_mc.lineTo(0,0);
abc_mc.onEnterFrame=function(){
my_color=new color(this)
my_color.setRGB(random(10000));
this._x=random(100)
this._x=random(100)
}