Hello Guys.
I’m quitte new to the forum, so be gentle
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
If you know some tutorial or could help me out I’d be really thankfull