100% Pen Platformer Movement Please read the full instructions! This is a project that I used a tutorial for. There is only one sprite, nothing in the backdrops, and the one sprite is hidden. It is using the pen extension to draw out the level and player. Here is how it works: First, it runs the physics script. This will determine where the player should be. Next, it saves these values as variables. Next, it draws out the level. I have given it a series of x and y starting positions and x and y end positions. It draws these out. It then puts the player x and y values into an algorithm that tells the program the x and y values of each of the corners of the player. It then draws these out systematically. Then, it goes to the player and acts as a hitbox for collision detection. Then this just loops forever.