andengine
AndEngine - Sprites remaining on screen...sometimes
I\'m attempting to create an Android game using AndEngine and have been having some successes. I\'m trying to make a Target Tap clone which basically involv开发者_开发百科es tapping a number of differ[详细]
2023-03-14 09:15 分类:问答OpenGL losing surface after in-app billing is activated
This is a derivative question of a question I have posted here: In App BIlling trouble with Pending Intents and switching activities[详细]
2023-03-14 05:33 分类:问答In App BIlling trouble with Pending Intents and switching activities
Ok so I have been trying to fix this for days, and I\'m not coming here looking for someone to do my work for me as I have been troubleshooting and fixed every single error message in the LogCat.I am[详细]
2023-03-12 20:05 分类:问答Optimization of AndEngine game
I am using java + AndEngine in my game. During the game i have some freezes, i looked for the information and found some steps how to optimize game performance:[详细]
2023-03-09 12:23 分类:问答Box2d collisions (android AndEnigne)
I learn AndEngine and trying to make a simple game. I use physics engine box2d and need to make 2 objects in physicsworld that will be able to pass through him self and won\'t be able to penetrate res[详细]
2023-03-07 13:33 分类:问答Android - problem with Math.atan2
So in my android game I\'m making with andengine, I have it set up so as I touch and drag the player sprite, it continously rotates so that the character is always facing the direction it is traveling[详细]
2023-03-06 21:23 分类:问答Java: Getting proper context of "this" in anonymous action handler
I noticed a peice of code I was looking at, that the author used: clas开发者_运维技巧s MainClass[详细]
2023-03-02 19:24 分类:问答AndEngine: Problem with registering and unregistering physics connector
Here\'s the problem: I have a figure, that has both sprite and body. This figure is dragable, and on the touch event\'s Action Down I need body to be disconnected so it could not collide with other bo[详细]
2023-03-02 14:34 分类:问答AndEngine and Android: OnAreaTouched in a for loop not remaining unique
I\'m using andengine for android for the first time. I\'m creating a simple list of text that simply needs 开发者_StackOverflow社区to be able to call the same method but send a different variable accr[详细]
2023-03-01 15:16 分类:问答AndEngine physics joint
I use AndEngine for Android, when i create a scene i place there two physics objects, and i want them to be alway开发者_StackOverflow中文版s at the same distance when they are moving.[详细]
2023-02-27 04:40 分类:问答