click the green paper on a stick Press w to enter a door (may have to hold w) No, i'm not gonna add mobile controls until Scratch Team adds functionality for multiple clicks at once. it won't work without them. -HOW IT WORKS- This project is based off of griiffpatch's platformer tutorial engine. Every tick, the player's x-position is recorded as a variable, Xchange, to record how much he has moved in that tick, and his x is set to zero. It then adds Xchange to a global variable, RelativeX, which track's the player's position in each chunk, or costume representing one-fourth of each level. If the RelativeX goes over 250 or under -250 (the chunk borders) it will change the RelativeX to just below the threshold for the opposite border, and increase/decrease a variable named sector, which determines the current chunk of the player. The ground will then set it's own X position to the opposite of RelativeX, and its costume will switch to the chunk intended.