Hello everyone,
thats my problem! D:
everytime i create a update of my game, i export the .apk with Cocoonjs
i rewrite the old version of the game with the new one (or google play update)
and there are appear some errors in object that were moved from an update to another,
por example:
if the "menu button" is in 32X,32Y
and in the next update the "menu button" is in 40X,40Y.
the game will show 2 menu buttons in the screen.