AndEngine is a free 2D OpenGL game engine for the Android platform and includes the Box2D physics engine.

learn more… | top users | synonyms

0
votes
0answers
15 views

AndEngine Rectangle doesn't refresh its color

Everybody! I have a problem with my game, I have some rectangles in my scene, but when I change the color of all rectangles, a few rectangles don't changes their color. Anybody have this problem? ...
1
vote
1answer
28 views

Change a sprites color to white (Change brightness)

Is there a way to change the color of a sprite to white? Changing the color to white does not do anything. Note: I am using GLES2
-1
votes
0answers
16 views

libandenginephysicsbox2dextension.so is getting crashed [closed]

in my game when i make body and after creating some number of bodies libandenginephysicsbox2dextension.so file close the game without any force close prompt and print a long logcat data like this ...
-1
votes
0answers
22 views

Allow sprite collision to some extent? [closed]

I am making a game on andengine .I have three sprites of different shape and I am trying to "fill" them in a location like a jigsaw (One semi circle and two one fourth circles ) . To check collision ...
1
vote
1answer
29 views

how to load sprite with andengine LayoutGameActivity

I want to change my extended activty from simpleBaseGameActivity to LayoutGameActivity, Please help me with simple example to load sprite in scene and display with Layout game Activity. I am new to ...
-1
votes
0answers
23 views

how to attach one jumping sprite(ball) with other moving sprite(basket) after detect collision in andengine [closed]

how to attach one jumping sprite(ball) with other moving sprite(basket) after detect collision and then again jump from new ball jump from new position(basket) and detect collison with other ...
0
votes
0answers
37 views

Admob with AndEngine Uncaught Reference Error

I seem to be getting a run time error with one of my apps concerning Admob. The frustrating issue is that on two other of my apps Admob has been integrated in exactly the same way through XML and ...
-8
votes
0answers
41 views

Amazing Dare Dozen egg jump game [closed]

hi i want to make a game like Amazing Dare Dozen same concept like this game Here is my code enter code here package com.example.amazingdaredozen; import java.io.Console; import java.util.Timer; ...
-3
votes
0answers
39 views

how to implement a sword like in fruit ninja in andengine

i am working on a game project like fruit ninja in android now i need to implement is a sword on scene touch event private Line[] mLineArray = new Line[10]; private ...
0
votes
0answers
24 views

Unable to attachChild(mLineArray[i]) cast argument mLineArray[i] to IEntity;

i am new to andengine trying to draw line onscenetouch event i found a peace of code private Line[] mLineArray = new Line[10]; private ArrayList<Points> mTouchPoints = new ...
1
vote
0answers
15 views

Andengine - how to get remaining path on PathModifier.Path

Is it possible to get remaining path in Andengine on PathModifier.Path during the move ? Could you please show an example ?
-2
votes
1answer
40 views

Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1) error

i am on a game project in android with andengine like FruitNinja in which i am using to throw images from bottom to top project is working fine but giving error this sometimes i used System.gc() but ...
0
votes
0answers
31 views

complex animated objects in AndEngine

I'd like to implement complex animated weapon objects that have different states and various amount of sprites. For example one weapon object has 36 sprites for full rotation by 360 degree in ...
1
vote
0answers
44 views

I am trying to follow a tutorial here:

trying to follow this tutorial: http://www.youtube.com/watch?annotation_id=annotation_413231&feature=iv&src_vid=lQW1WQOCri0&v=zVIZSKP3tR8 to use AndEngine and by the time I reach the ...
1
vote
1answer
206 views

Android Studio (Intellij) Compile Errors

I'm playing about with Android Studio using AndEngine and the Box2D plugin and I can't seem to get it to compile. I've attached a few photos of what I believe to be the relevant settings and messages. ...
-1
votes
0answers
21 views

Andengine Sprite OnAreaTouch movement is delayed despite using setTouchAreaBindingOnActionDownEnabled(true); [closed]

sprite movement is delayed despite using setTouchAreaBindingOnActionDownEnabled(true) here is my code: cardSlot1 = new Sprite(90, 220, ...
1
vote
0answers
32 views

How to set coordinate of point other than default?

I have a semicircle sprite . Now the default way to set it's coordinates are sprite.setX() , sprite.setY() . What I want is to do is set the coordinate of a point other than the default top left ...
0
votes
0answers
14 views

Not able to scroll an autoparallax background with screen scrolling Andengine

I am making a live wallpaper in which i am using an AutoParallaxBackground. On top of that I have created a sprite. Now the problem is, I want to be able to scroll the whole wallpaper left and right ...
1
vote
1answer
40 views

Running simple code with AndEngine

I recently started to learn about AndEngine ,but I am having troubles running it .I am learning tutorials about the basics and I want to load a png image ,but it`s giving me errors and the project is ...
0
votes
0answers
27 views

How to attach animated sprites with AutoParallax Backgrounds in andengine

I have created game in AndEngine in which i used basically 2 things. Autoparallax background and animated sprites . I am moving the background and animated sprites in -X direction .So I used " ...
1
vote
1answer
24 views

Incorrect TMX map position after moving from Andengine GLES2 to Anchor Center branch

I'm trying to move from Andengine GLES2 to Anchor Center branch and right now have a problem with positioning of my TMX map. My map must start in the left upper corner of screen and can scroll from ...
0
votes
3answers
35 views

Unable to make a sprite from a URL in UI Thread in Andengine Android

Please see the below code. Activity ac= (Activity)cxt; ac.runOnUiThread(new Runnable() { @Override public void run() { load(); } }); This is ...
2
votes
2answers
42 views

Showing webview in AndEngine GLES 2 while the game is running on Android

I am working on a game while the game is running I need to show a webview with some instructions from web is that possible? These instructions will be shown again and again and are dynamic as they ...
1
vote
2answers
32 views

andengine setposition of animatedsprite

with andengine I'm trying to create a Footbal Game, When the ball go in goal and dissapears from the screen, I would like to update score and reposition the ball at the center of the screen. Update ...
0
votes
1answer
67 views

Health for each enemy

as my game progresses the enemies get stronger. To make the enemies stronger I made a private int called thealth (probably a bad programming choice) and each time the sprite is touched thealth--; ...
-1
votes
0answers
18 views

Getting problems with client-server updates (LAG)

Hi folks I'm new here and it will be hard to explain myself any way I'll try. I have been a developing games/android app/ desktop and web applications by 2 years now I'm still a bachelor student so ...
0
votes
0answers
39 views

how to change image of ButtonSprite after it is clicked

i m developing a game in android ... so i set a button sprite with default texture as pause button .. but i want the texture/image of sprite to change after to play button after i click the button ...
1
vote
1answer
41 views

Screen Capture in andengine gives upside down mirror image

In my situation i haven't use RenderSurfaceView. I want to take a screen capture of my scene. But when i save the screen shot it shows upside down mirror image. Cant understand what im doing wrong ...
-1
votes
0answers
27 views

Problems with SceneTouch Event on Android Game

I created my game using GLES2 and also lunched it in Google Play. But now I am facing too much problems. I am explaining all the bugs : 1st: Bugs in Scene Touch : My aim is when someone ...
-1
votes
1answer
39 views

andengine Tower Defence game - Enemy<-Weapon interaction [duplicate]

What is the most correct from the performance point of view - algorithm of interaction between Enemy and Weapon(bullet maybe more correct here) ? Should every sprite every single bullet check for ...
0
votes
2answers
30 views

Making Sprite from image from web/server in AndEngine

I want to make a Sprite from an image which is placed on my server I have complete path of the image. Is it possible to do it in AndEngine.? Currently I am working in GLES 2.
0
votes
0answers
33 views

How to create a match checking implementation?(Android game)

I have ran into a situation where i have items needed(sprites) randomly generated and placed on the scene. The user see's the sprites and should select sprites that coordinate with the sprites ...
1
vote
1answer
75 views

andengine Tower Defence game - Enemy<-Weapon interaction

What is the most correct from the performance point of view - algorithm of interaction between Enemy and Weapon(bullet maybe more correct here) ? Should every sprite every single bullet check for ...
0
votes
0answers
17 views

andengine IPathModifierListener issue

I have animated sprite "player.png" from TMXTiledMapExample and with the following code he correctly visually moves in the right directions: final Path path = new Path(5).to(0, 160).to(0, ...
1
vote
1answer
43 views

andengine smooth scrolling and zooming with SurfaceScrollDetector, PinchZoomDetector

I'm trying to implement smooth TMX map scrolling and zooming with SurfaceScrollDetector and PinchZoomDetector. Here is my code: public class TMXTiledMapExample extends SimpleBaseGameActivity ...
1
vote
3answers
57 views

Custom ScrollView in andengine

How can I make a custom ScrollView which moves all the sides. And how do I also find the position where I tapped the ScrollView in andengine? Thanks in advance.
1
vote
1answer
51 views

Fire an event in Android/AndEngine?

I have a 'trick' that I do sometimes in Java/Swing in which I create a swing component that is always invisible and have property change event listener(s) attached to it. When a variable(s) changes ...
0
votes
2answers
33 views

AndEngine, A big part of the screen is black

Hi EveryBody I'm following this AndEngine Game Tutorial http://www.matim-dev.com/, but I have problem with screen becouse is black in a part of it. This is my code to starts EngineOptions: @Override ...
0
votes
1answer
21 views

andengine mousejoint withouth gravity

How to keep all collision and acceleration effects, without gravity. I would like add a body that doesn't fall down to ground but if no collision append holds its position. public class ...
0
votes
1answer
36 views

animate specific sprite with multiple sprite on android using andengine

i have multiple objects on my canvas. and after some condition, i want some of my sprite do animate. here my code: private AnimatedSprite[] sign; sign = new AnimatedSprite[9]; // some loop ...
2
votes
0answers
48 views

Bluetooth comunication android

I need to pass an Intent by bluetooth. Peviously I created the game and I save the caracteristics of the game in a class type singleton. What I want to do is pass this information to the other device ...
1
vote
2answers
33 views

How to get maximum x and y values of screen in android 2.3?

I'm using andengine to build my first game. i can receive the x,y values of touch position with the following code. I want to compare the x value(from touchEvent) with the maximum x value of the ...
1
vote
1answer
53 views

AndEngine GLES 2.0 - Power button issue - App Crashes onResume()

App crashes when i press power button to lock screen and press it again to unlock screen. App crashes after scren gets unlocked. This is a stackTress i got in logcat: 05-09 18:46:57.254: ...
1
vote
1answer
52 views

AndEngine setRotationCenter moves rotated objects

I am trying to rotate an object from one point which is changing while rotating. When I call to setRotationCenter(float,float) the IMAGE of the object moves to some arbitrary point. This only happens ...
0
votes
1answer
50 views

Anti-aliased(smooth) line using andengine GLES20

How can i draw anti-aliased(smooth) line using andengine GLES20 ? I can draw only ugly line.
1
vote
1answer
49 views

How to make particle system clickable

I am working on a game project and want to know to set the click event on SpriteParticleSystem as I have set number of particle to one. How to make this particle clickable? { // B1= new ...
0
votes
1answer
69 views

Right way of implimenting airpush ad in andengine live wallpaper?

I like to know whats the right way of implimenting airpush ad in andeneine live wallpaper. In my and engine live wallpaper application i have a main activity, a settings activity and wallpaper service ...
1
vote
1answer
57 views

Does a Parent's onAreaTouched Trigger the Child's?

I have a sprite with an attached child right next to it. When touched the image is rotated 180 degrees, but to keep the image in place I only have the parent call rotate. This means that if the child ...
1
vote
1answer
92 views

GLES2 TouchEventPool was exhausted

I am using onSceneTouchEvent to move player on TMX map: @Override public Scene onCreateScene() { ... mScene.setOnSceneTouchListener(this); } ... @Override public ...
1
vote
1answer
37 views

AndEngine Box2D Body GetContactList

Ive been trying to learn the Physics Box2D Extension for AndEngine and I have been reading http://www.box2d.org/manual.html#_Toc258082975 Under "9.3 Accessing Contacts" it says You can also ...

1 2 3 4 5 26