So I’m making a menu item class so I can build my menus dynamically with “menuitem1:MenuItem = new MenuItem();”
That then duplicates my menu movie clip and changes the text inside it, now I’ve got it to fire off things on rollover and stuff but I’m having trouble getting the mx tween and filters classes to work on individual items.
I know its just a OO sort of issue because I got them to apply the effect to a static element, I just can’t figure out how to attach the tween to the menu item I just generated.
Can’t find anything online apart from just the basic “Heres how to use the tween class on a static clip”
Thanks in advance!