I wanted to make a better scrolling engine that can go infinitely in any direction so you can't run into a problem with too many clones. Please give credit if you remix Just a fun little experiment I made. Arrow keys to move Thanks to @Tacos4EveryoneYum and @Robotto2000 for helping me sort out some glitches. Tell me if you see anything that is not working quite right. Code and remix stuff: I see how it could be problematic to have a game with this going on forever, so you should be able to add borders wherever you want by using x/y variables. Also a change in costume for the map could work with a mix of variables making up each costume name. Example of costume switch: switch costume to(join(NameX)(.)(NameY)) The NameX and NameY variables being switched every rotation of the scroll. (all costumes on same map sprite) These maps can be any size as there is no clone limit to worry about.