I’m use to the old method in AS2 where each createEmptyMovieClip had its own instance name. Such as, “Mc”+i.
How would I specify the movieclips in AS3? I just have this one instance var mc:MovieClip = new MovieClip();.
What I want to do is when the current button is rolled over I want tot do something with the preceeding and proceeding links as well.