BGBotMap = Screen.LoadTileBG()
BGBotMap:LoadPalette( "bckgd.pal" )
BGBotMap:LoadTiles( "bckgd.raw", 256 )
BGBotMap:LoadMap( "bckgd.map", ( 560/8 ), ( 496/8 ))
Screen.Initialize( 0, BGBotMap )
x = 0
y = 496
BGBotMap:ScrollXY( x, y )
while Pads.Start() == false do
If Pads.Right then
x= x - 1
x = math.min( x+1, 560-256 )
BGBotMap:ScrollXY( x, y )
for delay=1,3000 do
end
end
a exemple for help U