hey this code is neat itll make a random image<br>then turn it into a plasma like image enjoy :)<br><---code starts here---><br>SCREEN 13<br>FOR x = 1 TO 101<br>FOR y = 1 TO 101<br>PSET (x, y), RND * 255<br>NEXT<br>NEXT<br>DO<br>FOR y = 1 TO 101<br> FOR x = 1 TO 101<br> c =...