helo. pls someone help me. i wanna place a bg to my screen with auto scrilling infinitely. i tryed this code game.bg = this.game.add.tileSprite(0,0,800,480,'background'); game.bg.autoScroll(-100,0); and it looks like fine for the first 800 pixel but not inifinite for the whole gameafter i tried to add this code for this game.bg.fixedToCamera = true; and now i have the bg for the whole game and it is autoscrolling but when i move with my hero the bg scrolling is not scrolling well relatively to my vision. sry for my terrible english and thx for any advice!