我想创建我自己的事件。 在ActionScript3中,我可以扩展事件类并创建自己的事件类。 如何使用动作脚本2获得相同的结果?
您可以使用mx.events.EventDispatcher:
http://www.actionscript.org/resources/articles/204/1/Using-EventDispatcher/Page1.html
Best practice for ActionScript 2 events - is there a way to simulate ActionScript 3-style events?