Jump to content

Input on a cached Group (Phaser 2.6.2)


grinmonk
 Share

Recommended Posts

this.inputEnableChildren = true;
this.onChildInputDown.add(() => this.onClick.dispatch(this));

I use the code above to track input on my Group. But when I cache the Group:

this.cacheAsBitmap = true;

...the signal stops working. Is there a way to handle input on a cached Group?

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...