http://pastebin.com/
You could also put a prefix to it like
http://tsrsmashbrosproject.pastebin.com/
So the code is less public.
Edit, right now you have avoid the glitch by saving the code without using copy + paste.
Go the to file:
http://www.runouw.com/smash/game/CharacterGooey7
And in firefox, click File - Save Page As
And that should work.
I think the encoding on .txt files is messing it up.
Edit again:
I found out the problem. For a reason that is beyond me, when you copy and paste it into a text file, it replaces all of the line-breaks from charCode-10 (alt + 010) to charCode-13 (alt + 013)
This messed up how the game reads it. I did a quick edit and it should be fixed.
You could also put a prefix to it like
http://tsrsmashbrosproject.pastebin.com/
So the code is less public.
Edit, right now you have avoid the glitch by saving the code without using copy + paste.
Go the to file:
http://www.runouw.com/smash/game/CharacterGooey7
And in firefox, click File - Save Page As
And that should work.
I think the encoding on .txt files is messing it up.
Edit again:
I found out the problem. For a reason that is beyond me, when you copy and paste it into a text file, it replaces all of the line-breaks from charCode-10 (alt + 010) to charCode-13 (alt + 013)
This messed up how the game reads it. I did a quick edit and it should be fixed.