User:ThomasW/Protoyping300914: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "The idea was to make a website that show a images that gets more glitchy for the more you click on the image. <script> var i = 1 function change () { x= document.getElements...")
(No difference)

Revision as of 18:49, 2 October 2014

The idea was to make a website that show a images that gets more glitchy for the more you click on the image.

<script> var i = 1 function change () { x= document.getElementsByTagName ("img") x[0].src = "TNMOC_"+i+".jpg" i=i+2 if (i==21) {i=0}; } </script>