This is a scrolling version of my map engine! With this game you only need four sprites to play on a map of unlimited size that can scroll both horizontally and vertically. The maps can be any size as long as you use multiples of the stage dimensions. Make sure to number the backgrounds correctly and consistently in all four map sprites. You can see from their backgrounds how I do this... Basically you break the map into a grid and then number starting from the bottom left zone and proceeding row by row. The scripts will work for maps that are just one row or one column, so this could also be used for a side-scrolling game. Please remix this and create games with it! I will try to update it soon with a more elegant solution for the borders of the map.