-{~SCROLLING ENGINE~}- This scrolling engine can be remixed and used for your own purposes, scroll for instructions CONTROLLS Arrow keys to move (Avoid crashing near the edge, it might glitch) REMIX INSTRUCTIONS Like many other scrolling engines, there are two main sprites: background and obstacles. The "background" sprite is the visual one. The "obstacles" sprite is where you add black (or any colour) to define walls. look at the ones on the example game if you don't exactly get it. To add entities/mobs, use the "entity" sprite for the code. The light gray square in the bottom-right is an entity- see how it's not actually painted in the "background" sprite? To add AI to the entities, add it to the bit in the code that says "add ai here". ©2022 @tjb3171 --remember to leave credit if you use this project-- #All #tutourial