andengine
AndEngine disable pool
Good day, i have an application build with andEngine, There is no such big amount of objects to use pool of objects, but as i found AndEngine put the Sprite to the pool by default.[详细]
2023-04-04 08:44 分类:问答How to display text with two-color background?
I need to create an app for android, where the 2-color text will be displayed on the 2-color background. See picture on the left. Then, the line should be moved with animation and result image should[详细]
2023-04-04 03:40 分类:问答AndEngine Sprite/Box2D Body removal removes a particluar body (as it should), but removes all instances of the sprite?
I am making a game using Andengine/Box2D physics addon. I experienced the random crashes due to the addition/movement/deletion of box2d bodies during the world step calculation, so I have implemented[详细]
2023-04-03 22:20 分类:问答How to get Resources from drawable folder - AndEngine
I am working on a game and I want to set the layout of game such that it works on Multiple device screens. So, instead of fetching images from asset\'s folder, I making looking for some way to fetch i[详细]
2023-04-03 06:02 分类:问答Removing an object when collision happens
I’m still new to Java and Android programming and I am having so much trouble Removing an object when collision happens.[详细]
2023-04-03 04:35 分类:问答AndEngine classes - problems with opening declarations: Source not found
Im working with AndEngine in eclipse (which is a 2d physics/tiling engine) Everything works fine yet when i try to open declaration to classes I get Source not found[详细]
2023-04-02 15:32 分类:问答How to move an Sprite in Fling/Swipe direction(Diagonally) using AndEngine
I am working on a game in AndEngine. In 开发者_JAVA百科that I am able to move an Object in Right to Left, Top to Bottom and vice-versa. But, my issue is that how can I move the Sprite object in the Di[详细]
2023-04-02 14:11 分类:问答AndEngine Error after loading map: Invalid Index (onUpdate) FATAL EXCEPTION: UpdateThread
I been working with AndEngine and got the maps the test maps to load correctly, yet when i try to load the map i created with the same textures the map loads but then i get a AndroidRuntime error[详细]
2023-04-02 11:15 分类:问答Activity Not Responding half the times it is launched
Something strange here: my Activity half of the time it is launched freezes and i get an ARN from the system.[详细]
2023-04-02 11:13 分类:问答AndEngine Sprite/Box2D Body removal crashes my program with no error/exception information?
I am making a skateboarding game with obstacles you have to jump over using box2D and AndEngine. I am trying to make it so that when the player collides with an object, the object is removed and an ex[详细]
2023-04-01 22:10 分类:问答