Skip to content Skip to sidebar Skip to footer

Android Andengine -- Drag And Drop Stacked Sprites

in my app I have some sprites that i need to drag and drop over the display. i defined the BitmapTextureAtlas and the corresponding TextureRegion, and then i'have created the dragg

Solution 1:

See: MultiTouchExample.java

You probably want to do:

this.mScene.setOnAreaTouchTraversalFrontToBack();

Post a Comment for "Android Andengine -- Drag And Drop Stacked Sprites"