Skip to content Skip to sidebar Skip to footer
Showing posts with the label Andengine

Opengl Stencil (clip Entity)

I am trying to use a sprite as clip-entity. This means I want that all it's child entities are … Read more Opengl Stencil (clip Entity)

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 pub… Read more Using Pathmodifier Or Moveymodifier To Simulate Sprite Jumping

How To Throw/fling The Ball By Swiping On It Using Andengine?

I'm having a ball sprite on screen,when i touch and swipe on that sprite,It must move in partic… Read more How To Throw/fling The Ball By Swiping On It Using Andengine?

Completely Remove Scene In Andengine

To switch between levels in my game I recreate my GameScene, but but when I switch levels about 3 o… Read more Completely Remove Scene In Andengine

Andengine: Use Of Pixel_to_meter_ratio

I am new to AndEngine. I have seen use of PIXEL_TO_METER_RATIO in lot of places but not able to und… Read more Andengine: Use Of Pixel_to_meter_ratio

How To Fall A Sprite Over Another Using And Engine In Android?

Hi how can i put a one sprite over another sprite as seen in the image below as you can seen ther… Read more How To Fall A Sprite Over Another Using And Engine In Android?

Drawing Curved Lines In Andengine

I am new to AndEngine and very happy that it's very easy and exciting thing to do. Unfortunatel… Read more Drawing Curved Lines In Andengine

Health For Each Enemy

as my game progresses the enemies get stronger. To make the enemies stronger I made a private int c… Read more Health For Each Enemy

Toasts In Andengine Scenes

I am using a scene manage and I have different classes extended from scene which are used to to dis… Read more Toasts In Andengine Scenes

How To Set Color Of Text Letters Individually?

How would I make text so that each letter is a random color in andengine GLES 2? For the random col… Read more How To Set Color Of Text Letters Individually?

Eglswapbuffers Failed: Egl_bad_alloc Andengine Android

I m developing a game in And engine which throws the exception. Actually I don't know the point… Read more Eglswapbuffers Failed: Egl_bad_alloc Andengine Android

How To Display Admob Smartbanner Exactly On The Bottom Of The Screen While Using Andengine Cropresolutionpolicy

So heres the deal. I am making a game in andEngine and I use CropResoltionpolicy (how it works: htt… Read more How To Display Admob Smartbanner Exactly On The Bottom Of The Screen While Using Andengine Cropresolutionpolicy

Add Andengine Library

I got AndEngine from github and did as follows: And i got AndEnginePhysicsBox2DExtension and did… Read more Add Andengine Library

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… Read more What Is Wrong With My Code Physicsremoveexample.java (andengine)?

What Is The Purpose Of Settouchareabindingonactiondownenabled - Andengine?

I am starting to work with AndEngine and I see that some tutorials use setTouchAreaBindingOnActionD… Read more What Is The Purpose Of Settouchareabindingonactiondownenabled - Andengine?

Type Enum Is Not Generic Error Cloning Andengine

I keep getting this error after cloning a repository from the AndEngine project.. The type Enum is… Read more Type Enum Is Not Generic Error Cloning Andengine

Andengine Tower Defence Game - Enemy<-weapon Interaction

What is the most correct from the performance point of view - algorithm of interaction between Enem… Read more Andengine Tower Defence Game - Enemy<-weapon Interaction

Andengine Camera And Device Display : Ratio Between Co-ordinates On Each

I'm using a FrameLayout on top of Andengine camera to add a button. I need to align the button … Read more Andengine Camera And Device Display : Ratio Between Co-ordinates On Each