I am developing a game with Andengine and I have a problem. I want to use PerformClick() function on sprites that have touch areas but sprites have no methods like PerformClick(). How can I simulate a click action in Andengine?
Any help would be appreciated thanks
you can define a sprite like a button like this:
Hope it can help you!