ruffle/core/tests/swfs
David Wendt db41bec91e Implement `MovieClipLoader`'s `addListener`, `removeListener`, and `broadcastMessage` methods.
Interestingly, this constitutes an implementation of `AsBroadcaster`. It appears Macromedia decided to implement event handling on `MovieClipLoader` in a very similar fashion to `AsBroadcaster`, down to invoking `broadcastMessage` and searching a `_listeners` property for listeners.
2020-02-22 00:01:12 -05:00
..
avm1 Implement `MovieClipLoader`'s `addListener`, `removeListener`, and `broadcastMessage` methods. 2020-02-22 00:01:12 -05:00