In 2014, @ swati-rawat's answer is still sophisticated. I found two more questions, I will report a solution here, since this question is well rated:
in SplitScreenExample , as in BoundCameraExample, replace with:
final AnimatedSprite face = new AnimatedSprite(pX, pY, this.mBoxFaceTextureRegion, this.getVertexBufferObjectManager()); face.animate(100);
in TextBreakExample replace with:
this.mText = new Text(50, 40, this.mFont, "", 1000, new TextOptions(AutoWrap.LETTERS, AUTOWRAP_WIDTH, HorizontalAlign.CENTER, Text.LEADING_DEFAULT), vertexBufferObjectManager);
donnadulcinea
source share