MovieClip follow menu items

Hello Guys.
Iā€™m quitte new to the forum, so be gentle :wink:

Iā€™m making a Website, where the the menu will have a luminous movieclip which follows the menu items around and stays there.

This is what I have so far:


stage.addEventListener(MouseEvent.MOUSE_MOVE, mouseMove);
function mouseMove(event:MouseEvent) {
	menubar_mc.x = menubar_mc.parent.mouseX;
}

I actualy have no ideia how to make this in AS3 :frowning:
If you know some tutorial or could help me out Iā€™d be really thankfull :wink: