SydLexia.com Forum Index
"Stay awhile. Stay... FOREVER!"

  [Edit Profile]  [Search]  [Memberlist]  [Usergroups]  [FAQ]  [Register]
[Who's Online]  [Log in to check your private messages]  [Log in]
Best VG t-shirt ever?


Reply to topic
Author Message
Mr. Bomberman
2009 Forum Champion
Title: (still) token black.
Joined: Jan 27 2006
Location: Home of the lost towers
PostPosted: Jul 24 2008 02:01 am Reply with quote Back to top

It originated in Gradius (30 lives/powered ship), so it should REALLY be called the Gradius Code.


Image
Xbox Live: HazNobody, pronounced "HAz". | Haven't went to IRC yet? Go! #sydlexia @ DALnet. | Y'all should play some Super Robot Wars J (hey that rhymes!) | yeah I'm back who gives a shit
 
View user's profileSend private messageVisit poster's websiteAIM Address
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
PostPosted: Jul 24 2008 06:05 am Reply with quote Back to top

The TMNT2 code was different, IIRC. It was like backwards or something. The Super C code was definitely different.
View user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
Shut up, Dorn
Title: White Chocolate
Joined: Jan 04 2008
Location: Grate Whyte Norf
PostPosted: Jul 24 2008 11:00 am Reply with quote Back to top

Douche McCallister wrote:
Shut up, Dorn wrote:
I need sex. Aika?

A. Why?No... just no.
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.


Image
 
View user's profileSend private messageVisit poster's website
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
PostPosted: Jul 24 2008 11:49 am Reply with quote Back to top

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)



 
View user's profileSend private messageVisit poster's website
Tyop
Title: Grammar Nazi
Joined: May 04 2008
Location: Sauerkrautland
PostPosted: Jul 24 2008 12:29 pm Reply with quote Back to top

GPFontaine wrote:
Go to http://www.google.com/reader

Enter the Konami Code on your keyboard (use A for A and B for B)

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.



 
View user's profileSend private message
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
PostPosted: Jul 24 2008 12:51 pm Reply with quote Back to top

If I knew how to do keystroke-based easter eggs, I would.
View user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
crookshow
Title: Donkey Kong Savage
Joined: Mar 29 2008
Location: bay area, CA
PostPosted: Jul 24 2008 12:56 pm Reply with quote Back to top

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.
View user's profileSend private message
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
PostPosted: Jul 24 2008 12:57 pm Reply with quote Back to top

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.



 
View user's profileSend private messageVisit poster's website
Knyte
2010 SLF Tag Champ*
Title: Curator Of The VGM
Joined: Nov 01 2006
Location: Here I am.
PostPosted: Jul 24 2008 01:42 pm Reply with quote Back to top

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.)
View user's profileSend private messageVisit poster's website
Tyop
Title: Grammar Nazi
Joined: May 04 2008
Location: Sauerkrautland
PostPosted: Jul 24 2008 02:19 pm Reply with quote Back to top

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;
}



 
View user's profileSend private message
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
PostPosted: Jul 24 2008 04:43 pm Reply with quote Back to top

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.
View user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
DarkMaze
Joined: Feb 24 2006
PostPosted: Jul 24 2008 04:45 pm Reply with quote Back to top

Well implemented, GP. Laughing
View user's profileSend private message
aika
Title: Narcissist
Joined: Apr 25 2008
Location: On the table.
PostPosted: Jul 24 2008 04:49 pm Reply with quote Back to top

Woohoo, I missed out on this thread. Laughing


天上天下唯我独尊
 
View user's profileSend private messageAIM AddressMSN Messenger
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
PostPosted: Jul 24 2008 04:49 pm Reply with quote Back to top

DarkMaze wrote:
Well implemented, GP. Laughing


HAH, it took all of 20 minutes for someone to find it.



 
View user's profileSend private messageVisit poster's website
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
PostPosted: Jul 24 2008 04:49 pm Reply with quote Back to top

Also, what if I wanted the code to bring up a page instead of an alert?
View user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
PostPosted: Jul 24 2008 04:52 pm Reply with quote Back to top

Syd Lexia wrote:
Also, what if I wanted the code to bring up a page instead of an alert?


Easy enough.



 
View user's profileSend private messageVisit poster's website
docinsano
Title: Boner King
Joined: Jan 08 2008
Location: Mpls Mini Soda
PostPosted: Jul 24 2008 04:54 pm Reply with quote Back to top

Is this thread about T-shirts, sex, or the Konami Code? I'm confused.
View user's profileSend private messageYahoo Messenger
DarkMaze
Joined: Feb 24 2006
PostPosted: Jul 24 2008 04:55 pm Reply with quote Back to top

It's about the Konami Sex Code T-Shirt.
View user's profileSend private message
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
PostPosted: Jul 24 2008 04:55 pm Reply with quote Back to top

Syd Lexia wrote:
Also, what if I wanted the code to bring up a page instead of an alert?


Try it now.



 
View user's profileSend private messageVisit poster's website
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
PostPosted: Jul 24 2008 04:55 pm Reply with quote Back to top

Can you modify Tyop's code to do it?
View user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
GPFontaine
Joined: Dec 06 2007
Location: Connecticut
PostPosted: Jul 24 2008 04:57 pm Reply with quote Back to top

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.



 
View user's profileSend private messageVisit poster's website
docinsano
Title: Boner King
Joined: Jan 08 2008
Location: Mpls Mini Soda
PostPosted: Jul 24 2008 04:57 pm Reply with quote Back to top

DarkMaze wrote:
It's about the Konami Sex Code T-Shirt.


Sold! I want one.
View user's profileSend private messageYahoo Messenger
DarkMaze
Joined: Feb 24 2006
PostPosted: Jul 24 2008 04:58 pm Reply with quote Back to top

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. Sad

Nevertheless, that's truly awesome. Very Happy
View user's profileSend private message
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
PostPosted: Jul 24 2008 05:05 pm Reply with quote Back to top

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?
View user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
Syd Lexia
Site Admin
Title: Pop Culture Junkie
Joined: Jul 30 2005
Location: Wakefield, MA
PostPosted: Jul 24 2008 09:00 pm Reply with quote Back to top

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?
View user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
Display posts from previous:      
Reply to topic

 
 Jump to: