Raptisha Posted February 13, 2017 Share Posted February 13, 2017 Hi everyone! I am currently working on a game where a player has to avoid walls that spawn on the top of the screen. I have a sprite that is a three-line road. Player can step on only one line at a time. I want the background sprite (the road) to auto scroll from top to bottom. At the same time I want it to spread across the entire screen width. To I basically want a single sprite to have the width of the screen and tile vertically. Is it possible to achieve such a thing in Phaser? Link to comment Share on other sites More sharing options...
samme Posted February 13, 2017 Share Posted February 13, 2017 https://samme.github.io/phaser-examples-mirror/wip/autoscroll.html Link to comment Share on other sites More sharing options...
Raptisha Posted February 15, 2017 Author Share Posted February 15, 2017 On 14.02.2017 at 1:19 AM, samme said: https://samme.github.io/phaser-examples-mirror/wip/autoscroll.html I actually solved it the way I wanted. Link to comment Share on other sites More sharing options...
Recommended Posts