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