Hi,

the first solution is to use the "TBackgroundSprite"-Class which owns a property "Depth". This property specifies how fast scrolling will be done.

The second solution is to set the position of the background sprites dependent on the position of the camera. This can be achieved by overwriting the "DoMove" procedure of TSprite.

I'll implement Sprite Layers in one of the next versions of Andorra 2D - they'll make it possible to create parallax scrolling with less effort.

Thank you for your question,
Andreas