
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...