Legacy Bouncer

A place where the portal levels are posted.

Legacy Bouncer

Postby Yurimaster » Fri May 22, 2015 12:56 am

Portal link
How much time can you survive?

In this minigame, you'll be bouncing nonstop, and you will have to dodge as many squares as possible. How much time will you survive? Take a screenshot of your high score and post below!

Alternative Music: http://listenonrepeat.com/watch/?v=Uj8MsbgpjaQ

Code: Select all
23x17~aB.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB2.21aB~~~~0;368;288;1;0;0|6;346;232;64;64;0;1;setpostfilter,:sleep,120:setpostfilter,100/100/100/100/0/0/0/0/0/0/0/-50:sleep,120:setpostfilter,100/100/100/100/0/0/0/0/0/0/0/100:sleep,120:setpostfilter,100/100/100/100/0/0/0/0/0/0/0/180:sleep,120:setpostfilter,100/100/100/100/0/0/0/0/0/0/0/-100:sleep,120:setpostfilter,100/100/100/100/0/0/0/0/0/0/0/50:sleep,120:goto,0~6;0;384;736;64;1;1;playsound,1,1:movechar,this,0,0,0,-25,1,0|6;0;88;736;64;1;1;movechar,this,0,0,0,5,0,0|x906;0;416;23;0.2;0;100,100,100,100,0,0,0,0,100|x906;0;121;23;0.2;0;100,100,100,100,0,0,0,0,100|6;337;232;64;64;0;1;set,g_secright,0:set,g_secleft,0:set,g_min,0:set,g_difficulty,5:activate,time:activate,difficulty:activate,pattern:subtitle,1,%3Cfont%20color%3D%22%23FFFFFF%22%20face%3D%22Lucida%20Console%22%3ETime%20Elapsed%3A%0D%7B%24g_min%7D%3A%7B%24g_secleft%7D%7B%24g_secright%7D%3C/font%3E,0:sleep,30:goto,7|6:time;304;464;64;64;0;1;branch,5,3,g_secright,9:add,g_secright,g_secright,1:goto,11:branch,5,8,g_secleft,5:set,g_secright,0:add,g_secleft,g_secleft,1:add,g_difficulty,g_difficulty,1:goto,11:add,g_min,g_min,1:set,g_secright,0:set,g_secleft,0:sleep,30:goto,0|6:topright;728;152;48;48;0;1;activate,kill|6:kill;208;464;64;64;0;1;playsound,38,1:movechar,this,-512,512,0,0,1,1:stoptrigger,time:branch,1,15,g_min,s_min_high:branch,5,6,g_min,s_min_high:goto,12:branch,1,15,g_secleft,s_secleft_high:branch,5,9,g_secleft,s_secleft_high:goto,12:branch,1,15,g_secright,s_secright_high:branch,5,12,g_secright,s_secright_high:goto,12:setmusic,0,0:text,0,%3Cfont%20color%3D%22%23FFFFFF%22%20face%3D%22Lucida%20Console%22%3ESCORE%3A%20%7B%24g_min%7D%3A%7B%24g_secleft%7D%7B%24g_secright%7D%0D%0DHIGH%20SCORE%3A%20%7B%24s_min_high%7D%3A%7B%24s_secleft_high%7D%7B%24s_secright_high%7D%0D%0D%3Cfont%20size%3D%2210%22%3EClick%20twice%20to%20retry.%3C/font%3E%3C/font%3E:exit:set,s_min_high,g_min:set,s_secleft_high,g_secleft:set,s_secright_high,g_secright:setmusic,0,0:playsound,9,1:text,0,%3Cfont%20color%3D%22%23FFFFFF%22%20face%3D%22Lucida%20Console%22%3ESCORE%3A%20%7B%24g_min%7D%3A%7B%24g_secleft%7D%7B%24g_secright%7D%0D%0DHIGH%20SCORE%3A%20%7B%24s_min_high%7D%3A%7B%24s_secleft_high%7D%7B%24s_secright_high%7D%0D%0D%3Cb%3E%3Cu%3ENEW%20HIGH%20SCORE%21%3C/u%3E%3C/b%3E%0D%0D%3Cfont%20size%3D%2210%22%3EClick%20twice%20to%20retry.%3C/font%3E%3C/font%3E|6:toprightcontrol;776;144;64;64;0;1;set,i,0:move,topright,-7,0,0,0:add,i,i,1:sleep,1:branch,2,1,i,275:sleep,30:set,i,275:move,topright,7,0,0,0:sub,i,i,1:sleep,1:branch,1,7,i,0:goto,0|6:Multiply;736;497;16;16;0;1;c,%20--%20USAGE%20--%20%0D%0DUse%20the%20following%20sequence%20of%20functions%20in%20your%20trigger%20to%20divide%20two%20numbers/variables%3A%0D%0D%28%22x%22%20and%20%22y%22%20are%20the%20numbers/variables%20you%20want%20to%20multiply%29%0D%0D%28%22z%22%20is%20the%20amount%20of%20frames%20you%20sleep.%20it%20depends%20on%20what%20you%20are%20multiplying%20by.%20You%20can%20fit%20about%20n*41%20per%20frame%29%0D%0D1.%20%20Set%20g_M1%20%3D%20x%0D2.%20%20Set%20g_M2%20%3D%20y%0D3.%20%20Activate%3A%20%22Multiply%22%0D4.%20%20Sleep%20z%0D%0DYou%20should%20now%20have%20the%20product%20%28x*y%29%20stored%20in%20g_M3.%0D%0D:branch,5,16,g_M1,0:branch,5,16,g_M2,0:branch,5,14,g_M1,1:branch,5,12,g_M2,1:set,a,g_M1:set,b,g_M2:add,a,a,g_M1:sub,b,b,1:branch,1,7,b,1:set,g_M3,a:exit:set,g_M3,g_M1:exit:set,g_M3,g_M2:exit:set,g_M3,0|6:midright;728;248;48;48;0;1;activate,kill|6:midrightcontrol;777;240;64;64;0;1;set,i,0:move,midright,-6,0,0,0:add,i,i,1:sleep,1:branch,2,1,i,175:sleep,30:set,i,175:move,midright,6,0,0,0:sub,i,i,1:sleep,1:branch,1,7,i,0:goto,0|6:bottomright;728;344;48;48;0;1;activate,kill|6:bottomrightcontrol;775;336;64;64;0;1;set,i,0:move,bottomright,-5,0,0,0:add,i,i,1:sleep,1:branch,2,1,i,250:sleep,30:set,i,250:move,bottomright,5,0,0,0:sub,i,i,1:sleep,1:branch,1,7,i,0:goto,0|6:topleft;-40;152;48;48;0;1;activate,kill|6:topleftcontrol;-104;144;64;64;0;1;set,i,0:move,topleft,7,0,0,0:add,i,i,1:sleep,1:branch,2,1,i,225:sleep,30:set,i,225:move,topleft,-7,0,0,0:sub,i,i,1:sleep,1:branch,1,7,i,0:goto,0|6:midleft;-40;248;48;48;0;1;activate,kill|6:midleftcontrol;-105;240;64;64;0;1;set,i,0:move,midleft,5,0,0,0:add,i,i,1:sleep,1:branch,2,1,i,300:sleep,30:set,i,300:move,midleft,-5,0,0,0:sub,i,i,1:sleep,1:branch,1,7,i,0:goto,0|6:bottomleft;-40;344;48;48;0;1;activate,kill|6:bottomleftcontrol;-104;336;64;64;0;1;set,i,0:move,bottomleft,6,0,0,0:add,i,i,1:sleep,1:branch,2,1,i,150:sleep,30:set,i,150:move,bottomleft,-6,0,0,0:sub,i,i,1:sleep,1:branch,1,7,i,0:goto,0|6:pattern;400;464;64;64;0;1;activate,toprightcontrol:sleep,40:activate,bottomleftcontrol:sleep,40:activate,midrightcontrol:sleep,40:activate,topleftcontrol:sleep,40:activate,bottomrightcontrol:sleep,40:activate,midleftcontrol|x906:midleft;-30;261;0.75;0.75;0;100,100,100,100,200|x901:midleft;-16;272;1;1;0;100,100,100,50,100|x906:bottomleft;-32;360;0.75;0.75;0;100,100,100,100,0,200|x901:bottomleft;-24;368;1;1;0;100,100,100,50,0,100|x906:topleft;-32;168;0.75;0.75;0;100,100,100,100,0,0,200|x901:topleft;-16;184;1;1;0;100,100,100,50,0,0,100|356:midleft;-11;284;1;1;0;100,100,100,0;0|356:bottomleft;-16;376;1;1;0;100,100,100,0;0|356:topleft;-12;189;1;1;0;100,100,100,0;0|x906:topright;744;168;0.75;0.75;0;100,100,100,100,200,0,200|x901:topright;760;184;1;1;0;100,100,100,50,100,0,100|356:topright;768;192;1;1;0;100,100,100,0;0|x906:midright;741;261;0.75;0.75;0;100,100,100,100,200,200|x901:midright;753;271;1;1;0;100,100,100,50,100,100|356:midright;763;280;1;1;0;100,100,100,0;0|x906:bottomright;744;360;0.75;0.75;0;100,100,100,100,0,200,200|x901:bottomright;752;368;1;1;0;100,100,100,50,0,100,100,0,0,0,100|356:bottomright;768;384;1;1;0;100,100,100,0;0|x906;288;16;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;288;24;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;288;32;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;288;40;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;296;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;304;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;320;32;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;320;40;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;328;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;384;40;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;336;16;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;328;16;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;352;24;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;352;32;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;360;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;368;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;368;40;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;360;16;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;368;16;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;384;32;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;384;24;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;392;16;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;400;24;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;400;32;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;400;40;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;392;40;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;416;32;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;416;24;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;424;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;432;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;424;16;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;432;16;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;448;16;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;456;32;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;448;24;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;464;16;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;456;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;464;24;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;320;24;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;336;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;336;32;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;352;40;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;400;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;384;48;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;416;40;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;456;40;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;272;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;272;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;272;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;272;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;272;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;280;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;288;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;280;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;288;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;280;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;304;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;304;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;304;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;312;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;320;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;320;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;320;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;312;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;336;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;336;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;336;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;336;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;368;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;344;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;400;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;352;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;352;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;352;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;352;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;368;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;368;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;368;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;384;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;384;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;376;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;384;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;384;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;400;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;400;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;408;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;416;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;408;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;416;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;432;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;432;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;432;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;440;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;448;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;440;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;448;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;448;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;464;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;464;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;464;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;464;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;472;72;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;480;96;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;480;80;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;472;88;0.25;0.25;0;100,100,100,100,0,0,0,0,100|x906;480;104;0.25;0.25;0;100,100,100,100,0,0,0,0,100~Legacy%20Bouncer~Yurimaster%2C%20AwesomeJRFD%2C%20NanTheDark~0~0;0;0~1~14;0~0;0;0~1432252055~0.5~0,0,41,41,41,0,0,0,0,0,0,0
User avatar
Yurimaster
 
Posts: 7
Joined: Tue Aug 19, 2014 12:10 am
Location: Over there!

Re: Legacy Bouncer

Postby Triple J » Fri May 22, 2015 9:25 pm

This level is very well done. Interesting visuals, a functional high score system, actual difficulty (getting more difficult as you press on), and there's a reason to replay it.



Why do I give this 4 stars, then? It's because of a few things:
1) As well-done and creative as it may be, this is Last Legacy. When I think of Last Legacy, I think of distinct environments or something magical/otherworldly. This level is quite simply made up of lines and blocks, though it is indeed interesting to play, despite its simplicity.

2) The display definitely feels retro, I'll give you that, but it feels a little empty... like it's a little too retro. I kinda wish you could have given us backgrounds to choose from, or at least added some kind of backdrop. It doesn't have to be a black screen with lines and blocks, you know. :3




You can make levels like this, and they aren't exactly "bad," but this could have been expanded a little more.
Image
My biggest Last Legacy project!
It all comes together right here!
Join the fun and make the list!
User avatar
Triple J
 
Posts: 348
Joined: Wed Aug 13, 2014 6:46 pm
Location: Withheld.

Re: Legacy Bouncer

Postby ColdWater » Sat May 23, 2015 8:34 am

Just awesome ,good job

My high score is 22 ,I got stuck here...

And ,for Triple J ,I think its a reference to VVVVV
( ͡° ͜ʖ ͡°) is love ,( ͡° ͜ʖ ͡°) is life.
Salut la France ( ͡° ͜ʖ ͡°)
Dont be crazy if I abuse lennies ,please ,seriously I love those , same thing if I talk everyday on shadows effect in the LD ,but I like making 160 objects in one single 17x22 screen.
waaaaa
User avatar
ColdWater
 
Posts: 128
Joined: Fri Feb 20, 2015 11:45 am

Re: Legacy Bouncer

Postby hhhggg » Tue May 26, 2015 8:24 pm

I like this level.
My highest score is 1 minute and 14 seconds. :)

My assessment is:
1) Graphics: great. Do also how they change color. Altogether, it's over. (Rating: 5/5 points) :)
2) Difficulty: Just. It's also perfect as it faces faster and what I enjoy the most. But to me it seems short. (Rating: 4.5 / 5 points) :)
Overall: 9.5 / 10 points (Excellent) :D

And therefore assesses that the level of 5 stars. :)
Image
User avatar
hhhggg
 
Posts: 29
Joined: Wed Mar 25, 2015 6:22 am

Re: Legacy Bouncer

Postby Harmless » Tue Jun 02, 2015 9:19 pm

oh my freaking god I love this

Some things though;
- I'm not sure if this was intentional, but you allow us to press Shift to hover in the air for a bit. I really like this mechanic, intentional or not. Prevents it from being too one-dimensional in gameplay.
- If you eagle dive you die instantly. Might want to fix that somehow. XD
Image

ty frozenfire for sig <3
User avatar
Harmless
 
Posts: 27
Joined: Sat Jan 03, 2015 2:11 am
Location: gibe monis pls


Return to Portal

Who is online

Users browsing this forum: No registered users and 3 guests

cron