Warning 1090 in AS3...?
I need help with this AS3 code...
shinyButton.onRollOver = function() {
this.glitter.play();
};
I keep getting this error-
Warning: 1090: Migration issue: The onRollOver event handler is not triggered automatically by Flash Player at run time in ActionScript 3.0. You must first register this handler for the event using addEventListener ( 'mouseOver', callback_handler).
Please help ASAP.
Thanks.
