onClipEvent (enterFrame) { _root.cuad_mc._x += 5; if (_root.cuad_mc._x>=500) { _root.cuad_mc._x = 0; } }