Hello,
EmitterObject is somewhat different than displayObject.
I cannot simply add touch event on it and control it.
add it to a group and then add event listener on the group doesn’t work either.
I tried to use a transparent (extreme low alpha) display object, and add listener on it.
This works but if the alpha is smaller then 0.004, it can not receive touch event though.
I want to ask if there is better solutions to add touch event on EmitterObject?
Thanks a lot!