Hi I am new to andengineAndEngine and trying to code a basic sidescroller game using the ParallaxLayerParallaxLayer class witch I got from the following example :http://www.andengine.org/forums/features/parallaxlayer-t5390.htmlthis example I. (I followed the example and it works.)
My question is howHow would I display formultiple images sequentially? For example, I'd like 3 images (Sun_Stage.pngSun_Stage.png, Moon_Stage.png Dark_stage.png) in sequential manner as a scrollable background... First scroll until Sun_stage.png is finnishedMoon_Stage.png and then scrollDark_stage.png) to form the next stage witch is Moon_Stagescrolling background.png?
The Player would start in the Sun_Stage while he walks the parallaxlayer would scroll (First the image....background scrolls through Sun_stage.png then when the Sun_Stage isit's finished(reached its end width) then the next Stage Moon_Stage should be visible and scroll? through Moon_Stage.png, et cetera.)
Hope I make sense? I don't know if there's another way of doing this... I basically just want to code a sidescroller game that's never ending-ending sidescroller with scrollablea changing scrolling background that changes.
Any help would be appreciated.