I’ve got some code which is generating a menu from an admin panel.
Therefore the text is not an object on the stage, but code in the actionscript.
I am looking for a way to apply an effect for rollover states to all generated text.
it could be something as simple as the text vibrating.
or the text blurring.
any suggestions would be appreciated
gallery_mc[“menu_item”+MILayer].onRollOver = function() {
//this is where the filter or effect should happen, but I’m not sure how to
//make a filter happen without attaching it to an object or symbol
};