Both sides previous revisionPrevious revisionNext revision | Previous revision |
pixelsea [2024/09/14 22:33] – GlitchyZorua | pixelsea [2024/10/29 00:28] (current) – GlitchyZorua |
---|
| |
**Pixel Sea** (styled as PixelSea) is a Icon/Button Repository. It can be found in the MelonKing projects buttons, or on the [[Site Map]] tile, J11. | **Pixel Sea** (styled as PixelSea) is a Icon/Button Repository. It can be found in the MelonKing projects buttons, or on the [[Site Map]] tile, J11. |
{{ :pixelsea.png?nolink&400|}} It can be visited [[https://pixelsea.neocities.org/|here]] The background is a 3d animation of fish swimming in the background. This render can be seen [[https://pixelsea.neocities.org/sea/|here]]. | {{ :pixelsea.png?nolink&400|}} It can be visited [[https://pixelsea.neocities.org/|here]] The background is a 3d animation of fish swimming in the background. This render can be seen [[https://pixelsea.neocities.org/sea/|here]][(https://forum.melonland.net/index.php?topic=2046.msg19502#msg19502)]. |
| {{ :pixelsea-badge.gif?200|}} |
| |
Song Used in the site: Dancing Glove Puppet by Unknown | |
| |
| |
| Song Used in the site: [[https://modarchive.org/index.php/index.php?request=view_by_moduleid&query=133772|Dancing Glove Puppet by core-nick/tatanka]] |
| |
Forum: https://forum.melonland.net/index.php?topic=2046.0 | Forum: https://forum.melonland.net/index.php?topic=2046.0 |
| |
====== Interaction ====== | ===== Interaction ===== |
Grapics can be searched on the top where is labeled "Search icons and smiles", hovering over an icon to view info about it. | |
| Graphics can be searched on the top where is labeled "Search icons and smiles", hovering over an graphic to view info about it. |
| |
Once you found an Icon that you want, You can click on it to download it! | Once you found an Icon that you want, You can click on it to download it! |
{{ :librewolf_mw0rtfdgtv.png?400|}} | {{ :librewolf_mw0rtfdgtv.png?400|}} |
| |
The "printer" will enlarge the graphic, so you can see it closer! | The "printer" will enlarge the graphic, so you can see it closer! It will tile the background to that specific graphic. You can also click "Random" to pick a random result! |
| |
| Clicking on "Print Search Words" will print all of the Graphic words, from A-Z. Some users requested to add a speedup button, which would make the printer go faster. Melon said that they are working on it!<sup>%%[%%//[[citation needed]]//%%]%%</sup> |
| |
| |
| {{:screenshot_2024-09-14_at_13-37-46_pixel_sea.png?400}} |
| |
| Clicking on "About Da Site" will tell info about Pixel Sea. |
| |
| |
| |
| |
| |
| |
| Clicking on "Send in your Icons!" will tell information about how YOU can send your icons to be shown in Pixel Sea! |
| |
| {{:screenshot_2024-09-14_at_14-37-57_pixel_sea.png?400}} |
| |
| |
| |
| |
| Finally, clicking on "Switch to 88x31 Mode" will change the note to blue, and will let you search through 88x31 buttons. |
| |
| |
| |
| To go back, click on "Switch to 32x32 Mode" and everything will go back to the nice Icon mode thing. |
| |
| |
| |
| {{:screenshot_2024-09-14_at_14-44-22_pixel_sea.png?400}} |
| |
| |
| On this mode, the "Print Search Words" button is hidden. |
| ===== Breaking the Code ===== |
| We can make the machines display and the sticky note say whatever we want |
| |
| <code> |
| triggerTimeFeedback(stringToWordArray("The quick brown fox jumped over the lazy dog")); //The blue display |
| triggerTimePrint(["The quick brown fox jumped over the lazy dog"]); // The sticky note |
| </code> |
| |
| {{ ::capture33334343.png?400|}} |
| |
| This will invoke the random button. |
| <code>randomButton();</code> |
| |
| Will take you to the "welcome" page. |
| <code>goHome()</code> |
| |
| Will poke the printer. (invoking the printer malfunction event) |
| <code>bonkButton()</code> |
| |
| Prints the About page |
| <code>printAbout()</code> |
| |
| Prints the "Send Icons" page |
| <code>sendIcons()</code> |
| |
| Tells weather it should print out badges or icons. |
| <code>SetMode()</code> |
| |
| Prints Badges |
| <code>SetMode('badge')</code> |
| <WRAP center round info 60%> |
| If you type neither badge or icons, it would switch the mode back to "icons" |
| </WRAP> |
| |
| Prints Icons |
| <code>SetMode('icons')</code> |
| |
| Prints the entire World List. |
| <code>printWordList()</code> |
| |
| EVERYTHING IS OKAY NOW! |
| |
| <code>okButton()</code> |
| ====== Trivia ====== |
| - Poking the printer will make the printer "malfunction", Which will make the printer spit out random characters, following by a UH-OH sound, and the background turns red. After a few seconds, things go to normal and the printer says "Please do not poke the printer :^[" {{ :ezgif-5-a2433cb5bc.gif?nolink&400|}} |
| |
| - Clicking "[OK]" will make the printer be in "OK MODE" which will print "!! Everything has been made OK now !!", and spit out "OK" 20 times. |
| |