TDKHome.old/apps/more/dsisecrets.html
MattTheTekie 98d6691f82 uwu
uwu
2023-07-14 10:46:07 -04:00

108 lines
No EOL
5.7 KiB
HTML

<!-- IMPORTANT MESSAGE: READ BELOW -->
<!--Hi, you are probably here to see the source code of this -->
<!--so you can put it on your site. This is my script. I did not -->
<!--get it from The Javascript Source or anything else like that.-->
<!--I dont mind you copying my source code as long as you put a -->
<!--back to my site and make sure people know I made this script.-->
<!--It took me a lot of time to make this and I don't someone to -->
<!--just take it and call it theirs. Taking my code or any part -->
<!--of it and not crediting me is ILLEGAL. You may now continue. -->
<html>
<HEAD>
<title>DSi Secrets</title>
<meta name="viewport" content="width=240">
<style>
body { margin: 0px; }
#topscreen { width: 240px; height:176px; overflow: hidden; }
#bottomscreen { width: 240px; height:175px; overflow: hidden; }
#bottom { width: 240px; height:1px; overflow: hidden; }
</style>
<script>
var a="";
var b="";
var n=2;
function browser(){
a="<li>Y acts like the alt. key</li><li>Hold L or R and the D-pad acts as the arrow keys</li><li>A acts as enter</li><li>Hold L/R and use the D-pad to select links on a page, then press A</li>";
b="DSi Browser Secrets";
write();
}
function camera(){
a="<li>Mirror:Camera->Normal->Start-> For better effect, hit Y and mute DSi</li><li>Tips:Go to album and go to the last slide that tells you how many pictures you have, and look at the top screen. For a new tip, exit and re-enter album.</li>";
b="DSi Camera Secrets";
write();
}
function sound(){
a="<li>Mario music:Go to record and edit a sount, highlight the sound you want, but don't play it. Wait about 1:00 and it will play the mario theme song mixed with your sound.</li><li>Tap the parakeet on the main menu and he will play a sound file</li><li>On the main menu, say something im the mic. and the parakeet might copy you.</li><li>While listing to music in either section, tap the parakeet for a tip.</li>";
b="DSi Sound Secrets";
n=1;
write();
}
function soundtwo(){
a="<li>Mario minigame: go to sd card, play a sound, and scroll through the displays until you find the mario one. Collect coins by jumping using L/R</li><li>You can shoot with L/R in the spaceship display on SD card.</li><li>On SD card, find the record in the sound effects. There are hidden sounds like pressing L and R at the same time.</li><li>Secret messages: record your message, play it backwards, press overwrite.</li>";
b="DSi Sound continued";
n=1;
write();
}
function pictochat(){
a="<li>Rainbow pen: while using pen, tap the pen</li><li>Use pictochat on b-day for a surprise</li><li>Finish the picture (3 people): cover the top screen. First person draws a head, secont arms and body, 3rd legs and feet</li><li>Copy 'n' Morph (2+ players): one person draws a picture, next person copy, makes a change, and then the next person goes.</li><li>Flipbooks: Draw each page, go to the first page, hold L and rapidly press R";
b="Pictochat Secrets";
n=1;
write();
}
function flipnote(){
a="<li>------Turn advanced tools on------</li><li>Pant fill-select an area and blow</li><li>Quick delete-select area and hit X</li><li>hold start for straight lines, select for diagonal, both for rectangles</li><li>invert-select area, hold L, press X</li><li>Custom paint-select pic neatly, swich to ? paint, and it changed.";
b="Flipnote Studio Secrets";
write();
}
function hatena(){
a="<li>Emoji without Hatena plus (only in descriptions)-type '[emoji:???]' without the quotes. look at emoji combos below to replace the ??? with</li><li>Coment link-on the right panel on the computer site, look for the box labled 'Hatena Notation' and copy/paste the code into the comment</li>";
b="Flipnote Hatena Secrets";
write();
}
function other(){
a="<li>desktop-a specific picture/group of pictures appear on the top screen on the main menu, put them in system memory with a star icon</li><li>Quick brightness-hold select and use volume buttons</li><li>Organize main menu-press up, move to desired location, press down";
b="Other Secrets";
write();
}
function emoji(){
a="<li>desktop-a specific picture/group of pictures appear on the top screen on the main menu, put them in system memory with a star icon</li><li>Quick brightness-hold select and use volume buttons</li><li>Organize main menu-press up, move to desired location, press down";
b="Other Secrets";
write();
}
function piano(){
a="1. Open the picture on the computer.<br>2. Take a picture of it with the dsi.<br>3. Edit it with the grafitti lens.<br>4. Select the music note stamp, and tap the keys to play.<br>NOTE:Don't save at the end.";
b="DSi Piano";
write();
}
function paint(){
a="1. Open the picture on the computer.<br>2. Take a picture of it with the dsi.<br>3. Edit it with the grafitti lens.<br>4. To pick a color, choose a droper pen and click the color you want on the toolbar at the top.<br>5. At the end, save your picture without deleting the old one after covering up the color toolbar.";
b="DSi Paint";
write();
}
function write(){
document.getElementById('topscreen').innerHTML='<center>'+b+'</center><font size="'+n+'">'+a+'</font>';
n=2;
}
</script>
</head>
<body>
<div id="topscreen">
Select an option below...
</div>
<div id="bottomscreen"><font size="2">
<a href="javascript:browser();">DSi Browser</a><br>
<a href="javascript:camera();">DSi Camera</a><br>
<a href="javascript:sound();">DSi Sound</a><br>
<a href="javascript:soundtwo();">DSi Sound 2</a><br>
<a href="javascript:pictochat();">Pictochat</a><br>
<a href="javascript:flipnote();">Flipnote Studio</a><br>
<a href="javascript:hatena();">Flipnote Hatena</a><br>
<a href="javascript:other();">Other</a><br>
<a href="/img/emoji.png">Emoji Combos</a><br>
<a href="javascript:piano();">DSi Piano</a><br>
<a href="javascript:paint();">DSi Paint</a>
</font></div>
<div id="bottom"></div>
<script>document.body.scrollTop = 176;</script>
</body>
</html>