Hello,
I have a menu that is basically several text links. Should I create a class that extends MovieClip and have the constructor take a string and a click event function, then just create a bunch of them – or is there a better way? I would like them to have a rollover effect, should I somehow make them buttons?