Inherited a class from EventDispatcher in Flash but custom event not received

后端 未结 4 1892
一向
一向 2020-12-18 17:03

I have a custom event that is dispatched when a slider is moved but I receive no event from inherited dispatcher class I created whereas I followed the same syntax as soluti

4条回答
  •  情深已故
    2020-12-18 17:40

    Is hello being traced?

    It looks like maybe there is a vague reference as to which dispatcher is calling the disptachEvent() method. Try specifying slider.dispatchEvent() and use slider.addEventListener() to listen for your custom event.

提交回复
热议问题