Tagged Questions

AndEngine is a free 2D OpenGL Game Engine for the Android platform and includes the Box2D physics engine. There is a fairly active community forum and the code itself is well designed and extensible.

learn more… | top users | synonyms

14
votes
5answers
432 views

Game Development, strange image effect while moving camera

I'm developing Side Scroll 2D Game, using AndEngine I'm using their SVG extension (I'm using vector graphic) But I discovered strange and ugly effect, while moving my player (while camera is ...
5
votes
1answer
356 views

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. I looked around the web and found that I should never handle removing BOX2D ...
5
votes
1answer
327 views

How to animate an explosion that blows the surrounding bodies away? [closed]

I am trying to put a bomb in some place and when it explodes every thing around it will fly away and the speed depends on how close the object to the bomb. something like when the black bird explodes ...
4
votes
1answer
457 views

How to move an Sprite in Fling/Swipe direction(Diagonally) using AndEngine

I am working on a game in AndEngine. In 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 Direction of ...
4
votes
1answer
145 views

What are Steps to grab the samples from AndEngine Repository

I had tried to grab the samples of AndEngine using Mercurial eclipse plugins, but that was firing some sort of error to me again and again. So, can someone please let me know what could be the ...
3
votes
1answer
177 views

Using PathModifier or MoveYModifier to simulate sprite jumping

I am using this method in AndEngine to determine the scene being touched by the user. @Override public boolean onSceneTouchEvent(Scene pScene, TouchEvent pSceneTouchEvent) { ...
3
votes
1answer
46 views

How to rotate a sinusoid on the axis

I'm programming a game in 2D. What I achieved is to move a sprite on the basis of a custom path. The path may be represented mathematically as: y = sin (x) ..So the movement is a wave. I wanna to ...
3
votes
1answer
173 views

Andengine weird texture issue

I'm trying to develop a game using Andengine. It's been a while since I last worked with andengine, so I downloaded the latest andengine.jar. The Texture class changed to BitmapTextureAtlas So I used ...
3
votes
1answer
228 views

Create a random, sine graph like landscape sprite

Lets say I have this sprite: And I created a random landscape during runtime: And then, I want to tile the area below the line with the sprite: This is the game ground, therefore it should ...
3
votes
1answer
162 views

How to implement glColorPointer in AndEngine Rectangle class

Would anyone share an example on how to implement GradienRectangle that would have different colors for each vertex? I've tried to call glColorPointer from GL10 passing float buffer and GL11 using ...
3
votes
3answers
718 views

Should I use cocos2D or andengine?

What is the project the more active/Stable? Can you say me the deep diference between cocos2D and andengine?
3
votes
1answer
238 views

Android Andengine poor texture quality

The problem: poor texture quality in android app written with Andengine(wraps opengl), especially on gradients which appear as steps in few colours. Problem occurs on real and virtual device ...
3
votes
3answers
259 views

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 it ...
3
votes
1answer
107 views

Can I make a Body immune to Gravity?

I want a PhysicsWorld where only some elements are affected by gravity (as set by the Accelerometer). I've tried setting the mass of some objects to 0, but this doesn't work. Is there any way of ...
3
votes
1answer
369 views

body.setTransform does not work inside contact listener (andEngine and box2d)

I'm trying to move player body while contact with teleport but setTransform isn't executed.This is my contact listener mPhysicsWorld.setContactListener(new ContactListener() { @Override ...
3
votes
2answers
323 views

min3D in a live wallpaper service?

I have been playing around with the min3D libraries a bit lately learning how to use the openGL functionality of Android (it's been frustrating lol). I am trying to modify the GLWallpaperService @ ...
3
votes
1answer
588 views

andengine apply force

does anyone know why applyforce only works on one of my sprites? Also when I press the other sprites it also applies force to the one individual sprite. The nextTile method works fine. enter code ...
3
votes
3answers
425 views

Problems when put large image in screen (Andengine)

I am using andengine to develop a game . The game is running in LANDSCAPE and emulator resolution is 320*480. when I place the background image as size (320*480) . The images is cleared. But when i ...
3
votes
4answers
3k views

What is wrong with my code PhysicsRemoveExample.java (AndEngine)?

Trying to make the example PhysicsRemoveExample.java from here. I get this message when the program starts: Sorry! The application PhysicsRemoveExample(process ...
2
votes
2answers
41 views

Load Animation with Texture Packer in andengine

I use Texture Packer. I have .pvr.ccz file there are 10 frames. I need to create an AnimatedSprite with this animation, but TexturePacker extension return only TextureRegion files. How I can create ...
2
votes
2answers
151 views

Why does my tab bar break my AndEngine activity?

My Android app has a tab bar that uses an Intent to launch the content in each tab, as in Android's API Demos example. I've put an AndEngine activity under one of the tabs. My first question is: is ...
2
votes
1answer
114 views

Save game state after pause. AndEngine

i've found that after resuming the game all the engine is reloaded and application is reinitialized. I want to save engine state and in "onResume" resume the game proccess. I've tried to save all ...
2
votes
3answers
129 views

Port Andengine game to other platform?

I'm planning on writing a multiplayer game with Android as my primary focus as far as OS/platform, but I would like the ability to port the game to at least the web. I'm looking into Andengine as I'm ...
2
votes
2answers
93 views

Power Button Creating Issue in AndEngine Game [closed]

I developed a game in andEngine which is almost final. Only problem I am facing now is that when during GamePlay if power button is pressed and Game is resumed again It starts from star. Suppose I am ...
2
votes
1answer
100 views

TimerHandler in andengine spawing sprites at a interval

I am using this TimerHandler in andEngine to spawn sprites at certain times.. mScene.registerUpdateHandler(new TimerHandler(0.02f, true, new ITimerCallback() { @Override ...
2
votes
2answers
106 views

Making a sprite jump when user taps on the screen?

I am using andengine to implement a sprite being able to be dragged across the screen using this. So what i want to do is when the user taps any where on the screen make the sprite jump. or move up ...
2
votes
2answers
162 views

AndEngine error on loading library

I have a problem while running the examples from andengine. The error I'm getting is at this line: System.loadLibrary( "andenginephysicsbox2dextension" ); Couldn't load andenginephysics2dextension. ...
2
votes
1answer
75 views

Make throws errors for the Andengine multiplayer extension, but they don't show up in the Intellij IDEA editor window

I am trying to run the Andengine examples in the IntelliJ IDEA. I managed to import all the necessary extensions and the editor window doesn't show any errors anymore, but when I try to run the ...
2
votes
1answer
332 views

Android AndEngine Physics - images issue

I'm working on a little game/project and I decide to use AndEngine for it because basically the Add/Remove Physics functionality in that engine was all I need. But it seems that I have a little ...
2
votes
3answers
175 views

Move object by Bezier Curve, combine with Rotation

My engine (AndEngine) provides the modifier to move an object by Bezier Curve path, just by providing 3 or 4 points co-ordinate. In my game, I move some birds with determined 3 points. However, it ...
2
votes
1answer
111 views

Tiled Editor map to optimization

I am using AndEngine to create a project game for school. I am creating a Tiled map using Tiled. The problem i am having is that i cant figure out the size of the map it should be to fit all devices. ...
2
votes
1answer
156 views

How to use prismatic joint in Box2d for android

I am new to Box2d and have a situation where I have two bodies. One is static and the other is dynamic. I want my dynamic body to go down wards and come back and hit the other body along same line. I ...
2
votes
1answer
1k views

Andengine vs libgdx

Has any one got recommendations (technical, functional, or otherwise) for one of these game engines over the other? I've worked through a couple of tutorials for each of them, and they both seem ...
2
votes
1answer
178 views

Confused about Andengine Coordinate system(s)

When I create a sprite at (0,0) and it is centered on the screen and I ask the camera what it's center is (getCenterX and getCenterY) it says (640,400). I am pretty new with Andengine so there's ...
2
votes
1answer
185 views

Stackoverflow when trying to run the Text example in the AndEngineExampleLauncher

Hey Game Engine Folks, This is a question for those who worked with AndEngine for Android. I've a problem getting the Text example of the AndEngineExampleLauncher working! It throws the following ...
2
votes
1answer
134 views

android, andengine, pureMVC framework integration

I want to use pureMVC framework for my android application. I also want to use Android andengine in this application. How can I integrate them? Is there any way to do that? If yes, can you send me ...
2
votes
1answer
141 views

How should I implement ITouchArea.convertSceneToLocalCoordinates() for AndEngine?

I'm using AndEngine and I'm creating a class that manages a bunch of sprites. The class needs to perform some actions when the user touches it, so I made it implement the ITouchArea interface. I ...
2
votes
1answer
94 views

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. Every ~0.6 ...
2
votes
2answers
183 views

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 ...
2
votes
1answer
679 views

AndEngine: collision of two sprites

I am developing a small Android game. Before I started using AndEngine, I used the Canvas object and draw everything on it. For testing if two bitmaps collides with each other I checked if their ...
2
votes
1answer
79 views

Need suggestions for a very basic maze like algorithm

I am after some help and suggestions for how I would dynamically create the walls for a level, similar to the ones used in the retro game Tank Battalion I am creating a game for Android most likely ...
2
votes
1answer
1k views

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 ...
2
votes
2answers
125 views

Why aren't I getting One Bullet One Hit?

In my collision detection code, bullets are deactivated once they have been involved in a collision: for(int j = 0; j < enemies.size(); j++){ //check for collision if(bullets[i].isActive() ...
2
votes
0answers
163 views

Andengine with Trial Effect

Currently I am developing a game using andengine. In my game I have to bring trial effect which follows finger like fruit ninja. I have tried Rendering with BaseGameActivity and LayoutGameActivity ...
2
votes
2answers
584 views

Move a ball with the accelerometer (simple example)

Where to find a simple example to move a ball using accelerometer(Andengine) . I make that using onKeyDown events. int x=20; iny y=10; //ballSprite.setPostion(x,y); Eg: when pressed leftKey ...
2
votes
1answer
218 views

Debug Draw in andengine

I am trying for debug draw in andengine but till now i did not got solution for debug draw for Box2d in andengine.if you have any solution please kindly share your solution. EDIT: I need to visualize ...
2
votes
2answers
190 views

Android>>AndEngine: What does an error of this LogCAT form mean?

I suspect a threading or issue with various arraylist access. Well, I no longer get 'easy' concurrency exceptions, only the same error message in the following form. I've read somewhere that this ...
2
votes
4answers
1k views

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: Avoid GC (garbage collector) to be ...
2
votes
1answer
87 views

Java: Getting proper context of “this” in anonymous action handler

I noticed a peice of code I was looking at, that the author used: class MainClass { protected int someVar = 1; private SomeClass someClass = new SomeClass(this, new SomeActionListener() { ...
2
votes
5answers
1k views

Andengine onScreen Pause button

I want to create an onscreen pause button in andengine What I do now is add an sprite and when I touch it, I do engine.stop(), the problem with this, is that the engine doesn't handle more ...

1 2 3 4 5 8