1.Make the level bigger than you want it
2.Place the level transition where you want the level to end
3.Decrease the size of the level back to what you want it so the level transition is on or beyond the edge of the level.
4. Remember to hold right when you get to it or the bottemless pit will eat you.
One-way loops
- Code: Select all
44x30~0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M0*28*2K2M~1,64,832,0,0,Right|43,1376,869|73,1232,864,Hold%20right%20when%20going%20through%2C%20or%20the%20bottomless%20pit%20will%20eat%20you%2E|141,208,816,1,90|141,760,816,1,90~1~1~One%2Dway%20loops
Walkable Vines
Do you remember when level4 came up with how to get invisible rotating and moving blocks? Because this is basically the same concept.
1. Select a Moving Green Platform and place it in the level
2. Copy the code, and paste it in Notepad, Word, wherever
3. Find the code for the Moving Green platform. It should start like this "|7," Edit the code so that the speed is 999 and the Acceleration is 999. My code would be "|7,64,792,999,0,0,0,0,0,Right,Up,999,3,0,25"
4. Place vines on their side so that they line up with the platforms
5. Play level and voila, you can walk on vines.
This also works for other things that you can't normally stand on, but you want to jump on from underneath
Walkable Vines
- Code: Select all
50x30~0*28*3d*2*0*28*3d*2*0*28*3d*2*0*28*3d*2*0*28*3d*2*0*28*3d*2*0*28*3d*2*0*28*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*28*3d*2*0*28*3d*2*0*28*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d0*2*3d*2*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*0*25*3d*5*~1,48,840,0,0,Right|7,64,792,999,0,0,0,0,,Right,Up,999,3,0,25|7,128,792,999,0,0,0,0,,Right,Up,999,3,0,25|7,0,792,999,0,0,0,0,,Right,Up,999,3,0,25|7,192,792,999,0,0,0,0,,Right,Up,999,3,0,25|120,197,789,1,90|120,140,790,1,90|120,81,790,1,90|120,24,791,1,90|120,-33,791,1,90|140,688,800,1,180|140,687,780,1,0|73,48,864,Jump%20onto%20the%20vines%2E%2E%2E~1~1~Walkable%20vines


