Jump to content

tweening a button


Gods
 Share

Recommended Posts

My guess is that you are not passing a callback context to this line:

this.button.events.onInputDown.add(this.clicked);

Try it like this and see how it goes:

this.button.events.onInputDown.add(this.clicked, this);
Link to comment
Share on other sites

  • 2 weeks later...
 Share

  • Recently Browsing   0 members

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