Showing posts with label AndEngine Examples of Nicolas Gramlich. Show all posts
Showing posts with label AndEngine Examples of Nicolas Gramlich. Show all posts

Friday, September 6, 2013

[Tut] How to perform AndEngine Examples of Nicolas Gramlich - CustomFontExample

Here're some resources for this part: Droid.ttf KingdomOfHearts.ttf NeverwinterNights.ttf Plok.ttf UnrealTournament.ttf Copy 5 font files above to the folder assets/font Create new class named CustomFontExample in the package org.anddev.andengine.examples of the AndEngineDemo project, here is the code of this class: package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import...

Posted By Live Blog7:50 PM

[Tut] How to perform AndEngine Examples of Nicolas Gramlich - CoordinateConversionExample

Create a new class named CoordinateConversionExample in the package org.anddev.andengine.examples of the AndEngineDemo project, here is the code of this class: package org.anddev.andengine.examples; import static org.anddev.andengine.util.constants.Constants.VERTEX_INDEX_X; import static org.anddev.andengine.util.constants.Constants.VERTEX_INDEX_Y; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.engine.Engine; import...

Posted By Live Blog10:06 AM

[Tut] How to perform AndEngine Examples of Nicolas Gramlich - CollisionDetectionExample

Create a new class named CollisionDetectionExample in the package org.anddev.andengine.examples of the AndEngineDemo project, here is the code of this class: package org.anddev.andengine.examples; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.camera.hud.controls.AnalogOnScreenControl; import org.anddev.andengine.engine.camera.hud.controls.AnalogOnScreenControl.IAnalogOnScreenControlListener; import...

Posted By Live Blog4:39 AM

Thursday, September 5, 2013

[Tut] How to perform AndEngine Examples of Nicolas Gramlich - ChangeableTextExample

Here're some resources for this part: vivabee.ttf Create new folder named font in assets folder of the project Copy font file above to the folder assets/font Create new class named ChangeableTextExample in the package org.anddev.andengine.examples of the AndEngineDemo project, here is the code of this class: package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import...

Posted By Live Blog10:31 PM

Wednesday, September 4, 2013

[Tut] How to perform AndEngine Examples of Nicolas Gramlich - AutoParallaxBackgroundExample

Here're some resources for this part: player.png enemy.png parallax_background_layer_front.png parallax_background_layer_mid.png parallax_background_layer_back.png Copy 4 pictures above to the folder assets/gfx Create new class named AutoParallaxBackgroundExample in the package org.anddev.andengine.examples of the AndEngineDemo project, here is the code of this class: package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import...

Posted By Live Blog8:59 PM

Choose an Android item