The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
0answers
26 views

How to increase the score when two sprites intersect in cocos2d android

I have a sprite(image) when it collide with another score should be increament by 10, related code is given in the update method, but instead of this it increases randomly. here's my code. public ...