ASBroadcaster?

Hello all.

I’ve read senocular’s Listeners and ASBroadcaster tutorial, as well as the link to ASBroadcaster inside the Best of Senocular thread, but I still can’t seem to figure this out.

How does one go about creating an AS 2.0 Class and making it a broadcaster?

I have 3 files, two empty classes, King.as, and Servant.as, and I’m trying to get them to interact using ASBroadcaster and .broadcastMessage() in the third file, test.fla.

I’ve tried initializing both the King class, and an instance of the King class, (as a broadcaster) and I still don’t know what to do.

Any suggestions?

Thanks for any help you can provide.