Quote: "two simple bacground images connected next"
means one image?
u make the sprite as wide as you want
then use a scale to repeat the image inside the sprite
SetSpriteUVScale ( iSpriteIndex, scaleU, scaleV )
SetDefaultWrapU 1 for repeat (U=X)
SetDefaultWrapV 0 clamp (V=Y)
better this
SetImageWrapU ( iImageIndex, mode )
SetImageWrapV ( iImageIndex, mode )
you can scroll the image also with u 0-1,else move the sprite
SetSpriteUVOffset ( iSpriteIndex, u, v )
if the background image is opaque use
SetSpriteTransparency( iSpriteIndex, mode ) 0=off, its faster.
AGK 108 (B)19 + AppGameKit V2 Beta .. : Windows 8.1 Pro 64 Bit : AMD Radeon R7 265 : Mac mini OS X 10.10 (Yosemite)