_root.attachMovie("MC", "name"+i, i, {_x:_root._xmouse, _y:_root._ymouse}) i++;
_root.name0.onRollOver = function(){ trace("Hellow, world!");}