Author |
Message |
Mr. Bomberman
2009 Forum Champion
Title: (still) token black.
Joined: Jan 27 2006
Location: Home of the lost towers
Posts: 4543
|
|
    |
|
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
Posts: 24883
|
The TMNT2 code was different, IIRC. It was like backwards or something. The Super C code was definitely different.
|
|
|
     |
|
Shut up, Dorn
Title: White Chocolate
Joined: Jan 04 2008
Location: Grate Whyte Norf
Posts: 1179
|
Douche McCallister wrote: |
Shut up, Dorn wrote: |
I need sex. Aika? |
A. Why?
B. You stole my old sig, you bastard! |
Answer to A: I thought I would jump on the "Aika is a girl, lets make bad jokes because she is a girl on a guys forum" bandwagon.
Answer to B: I didnt know it was your old signature.
No, I dont have a crush on Aika. In fact, I dont think I have ever even said anything to her. I cant be the Aika stalker on here, it's required to be Mega Man.
|
|
|
   |
|
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
Posts: 11244
|
M3GA MAN wrote: |
Damnit Douche, Contra is the first game I used it on SO ITS THE FUCKING CONTRA CODE TO ME, Stupid Douche. |
If I could slap the absolute shit out of you right now I would.
It is the fucking Konami Code. In your head, call it whatever you want, but don't expect other people to agree.
Douche... does me agreeing with you mean that the world is going to end?
EDIT: Fun Addition:
Go to http://www.google.com/reader
Enter the Konami Code on your keyboard (use A for A and B for B)
|
|
|
   |
|
Tyop
Title: Grammar Nazi
Joined: May 04 2008
Location: Sauerkrautland
Posts: 1414
|
I discovered that when digg.com rolled out a new comment system and you could use the Konami code to expand all comments. After that I tried it out on different websites I frequent, but Google Reader and Gamespot (if you replace Start with Enter) were the only ones that it worked on. No Konami code support on sydlexia.com unfortunately.
|
|
|
  |
|
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
Posts: 24883
|
If I knew how to do keystroke-based easter eggs, I would.
|
|
|
     |
|
crookshow
Title: Donkey Kong Savage
Joined: Mar 29 2008
Location: bay area, CA
Posts: 573
|
I use the Google Reader Code from time to time since I go to that site everyday. It's pointless, but awesome at the same time.
|
|
|
  |
|
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
Posts: 11244
|
Syd Lexia wrote: |
If I knew how to do keystroke-based easter eggs, I would. |
On a scale of difficulty, it isn't that hard to do. But I would be more concerned about cross browser compatibility.
|
|
|
   |
|
Knyte
2010 SLF Tag Champ*
Title: Curator Of The VGM
Joined: Nov 01 2006
Location: Here I am.
Posts: 6749
|
I love how most shirts and such get it wrong. UUDDLRLRBA START. (Most include SELECT START, which is only if you want to play a two player game, not too mention that Start isn't part of the code, you only press it to start the game.)
|
|
|
   |
|
Tyop
Title: Grammar Nazi
Joined: May 04 2008
Location: Sauerkrautland
Posts: 1414
|
GPFontaine wrote: |
On a scale of difficulty, it isn't that hard to do. But I would be more concerned about cross browser compatibility. |
Not really. This JavaScript would work on IE, Firefox, Opera, Safari and Konqueror. It opens a pop-up window saying "30 Extra Lives!" when entering the Konami code.
Code: |
var konami_code = new Array(38, 38, 40, 40, 37, 39, 37, 39, 66, 65);
var konami_code_index = 0;
document.onkeydown = function(event) {
if (!event) event = window.event;
if (event.keyCode == konami_code[konami_code_index]) {
konami_code_index++;
if (konami_code_index != konami_code.length)
return;
alert("30 Extra Lives!");
}
konami_code_index = 0;
} |
|
|
|
  |
|
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
Posts: 24883
|
Knyte wrote: |
I love how most shirts and such get it wrong. UUDDLRLRBA START. (Most include SELECT START, which is only if you want to play a two player game, not too mention that Start isn't part of the code, you only press it to start the game.) |
I always learned the code as up, up, down, down, left, right, left, right, B, A, B, A, (SELECT), START, and I refuse to say it the other way even though the second B and A are superfluous.
|
|
|
     |
|
DarkMaze
Joined: Feb 24 2006
Posts: 2578
|
Well implemented, GP.
|
|
|
  |
|
aika
Title: Narcissist
Joined: Apr 25 2008
Location: On the table.
Posts: 2041
|
Woohoo, I missed out on this thread.
|
 天上天下唯我独尊 |
|
    |
|
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
Posts: 11244
|
DarkMaze wrote: |
Well implemented, GP.  |
HAH, it took all of 20 minutes for someone to find it.
|
|
|
   |
|
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
Posts: 24883
|
Also, what if I wanted the code to bring up a page instead of an alert?
|
|
|
     |
|
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
Posts: 11244
|
Syd Lexia wrote: |
Also, what if I wanted the code to bring up a page instead of an alert? |
Easy enough.
|
|
|
   |
|
docinsano
Title: Boner King
Joined: Jan 08 2008
Location: Mpls Mini Soda
Posts: 2314
|
Is this thread about T-shirts, sex, or the Konami Code? I'm confused.
|
|
|
   |
|
DarkMaze
Joined: Feb 24 2006
Posts: 2578
|
It's about the Konami Sex Code T-Shirt.
|
|
|
  |
|
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
Posts: 11244
|
Syd Lexia wrote: |
Also, what if I wanted the code to bring up a page instead of an alert? |
Try it now.
|
|
|
   |
|
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
Posts: 24883
|
Can you modify Tyop's code to do it?
|
|
|
     |
|
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
Posts: 11244
|
Syd Lexia wrote: |
Can you modify Tyop's code to do it? |
Tyop's original code was great. It is what was put in place and can be easily mutated into anything that you want.
Tyop, very nicely done.
NOTE: You must completely refresh the page (hold shift and click the refresh button) in order to pickup any minor changes that are made.
|
|
|
   |
|
docinsano
Title: Boner King
Joined: Jan 08 2008
Location: Mpls Mini Soda
Posts: 2314
|
DarkMaze wrote: |
It's about the Konami Sex Code T-Shirt. |
Sold! I want one.
|
|
|
   |
|
DarkMaze
Joined: Feb 24 2006
Posts: 2578
|
Man, I wish I had known about that a year ago -- I totally would have done that on the Press Start website and had it take you to a special video or something.
Nevertheless, that's truly awesome.
|
|
|
  |
|
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
Posts: 24883
|
GPFontaine wrote: |
Syd Lexia wrote: |
Also, what if I wanted the code to bring up a page instead of an alert? |
Try it now. |
Try what?
|
|
|
     |
|
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
Posts: 24883
|
Tyop wrote: |
Code: |
var konami_code = new Array(38, 38, 40, 40, 37, 39, 37, 39, 66, 65);
var konami_code_index = 0;
document.onkeydown = function(event) {
if (!event) event = window.event;
if (event.keyCode == konami_code[konami_code_index]) {
konami_code_index++;
if (konami_code_index != konami_code.length)
return;
alert("30 Extra Lives!");
}
konami_code_index = 0;
} |
|
How would I modify this to make a webpage pop up instead of an alert?
|
|
|
     |
|
|