<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=GMU%3AProcessing_im_Park%2FSina_Stolp%2Fslideshow_code</id>
	<title>GMU:Processing im Park/Sina Stolp/slideshow code - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=GMU%3AProcessing_im_Park%2FSina_Stolp%2Fslideshow_code"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Sina_Stolp/slideshow_code&amp;action=history"/>
	<updated>2026-04-19T02:41:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Sina_Stolp/slideshow_code&amp;diff=77216&amp;oldid=prev</id>
		<title>Stolpertz: Created page with &quot;&lt;source lang=&quot;java&quot;&gt; PImage img1; PImage img2; PImage img3; PImage img4; PImage img5; PImage img6; PImage img7; PImage img8; PImage img9;  int frame;  void setup() {     size(400...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Sina_Stolp/slideshow_code&amp;diff=77216&amp;oldid=prev"/>
		<updated>2016-01-02T17:20:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt; PImage img1; PImage img2; PImage img3; PImage img4; PImage img5; PImage img6; PImage img7; PImage img8; PImage img9;  int frame;  void setup() {     size(400...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
PImage img1;&lt;br /&gt;
PImage img2;&lt;br /&gt;
PImage img3;&lt;br /&gt;
PImage img4;&lt;br /&gt;
PImage img5;&lt;br /&gt;
PImage img6;&lt;br /&gt;
PImage img7;&lt;br /&gt;
PImage img8;&lt;br /&gt;
PImage img9;&lt;br /&gt;
&lt;br /&gt;
int frame;&lt;br /&gt;
&lt;br /&gt;
void setup() {  &lt;br /&gt;
  size(400, 400);&lt;br /&gt;
  background(0, 0, 0);&lt;br /&gt;
  frameRate(3);&lt;br /&gt;
  frame = 1; &lt;br /&gt;
&lt;br /&gt;
  img1 = loadImage(&amp;quot;r1.jpg&amp;quot;);&lt;br /&gt;
  img2 = loadImage(&amp;quot;r2.jpg&amp;quot;);&lt;br /&gt;
  img3 = loadImage(&amp;quot;r3.jpg&amp;quot;);&lt;br /&gt;
  img4 = loadImage(&amp;quot;r4.jpg&amp;quot;);&lt;br /&gt;
  img5 = loadImage(&amp;quot;r5.jpg&amp;quot;);&lt;br /&gt;
  img6 = loadImage(&amp;quot;r6.jpg&amp;quot;);&lt;br /&gt;
  img7 = loadImage(&amp;quot;r7.jpg&amp;quot;);&lt;br /&gt;
  img8 = loadImage(&amp;quot;r8.jpg&amp;quot;);&lt;br /&gt;
  img9 = loadImage(&amp;quot;r9.jpg&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void draw() {&lt;br /&gt;
  if (frame &amp;gt; 9) {&lt;br /&gt;
    frame = 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if (frame == 1) {&lt;br /&gt;
  image (img1, 0, 0, 400, 400);&lt;br /&gt;
}&lt;br /&gt;
if (frame == 2) {&lt;br /&gt;
  image (img2, 0, 0, 400, 400);&lt;br /&gt;
}&lt;br /&gt;
if (frame == 3) {&lt;br /&gt;
  image (img3, 0, 0, 400, 400);&lt;br /&gt;
}&lt;br /&gt;
if (frame == 4) {&lt;br /&gt;
  image (img4, 0, 0, 400, 400);&lt;br /&gt;
}&lt;br /&gt;
if (frame == 5) {&lt;br /&gt;
  image (img5, 0, 0, 400, 400);&lt;br /&gt;
}&lt;br /&gt;
if (frame == 6) {&lt;br /&gt;
  image (img6, 0, 0, 400, 400);&lt;br /&gt;
}&lt;br /&gt;
if (frame == 7) {&lt;br /&gt;
  image (img7, 0, 0,400, 400);&lt;br /&gt;
} &lt;br /&gt;
if (frame == 8) {&lt;br /&gt;
  image (img8, 0, 0,400, 400);&lt;br /&gt;
}&lt;br /&gt;
if (frame == 9) {&lt;br /&gt;
  image (img9, 0, 0, 400, 400);&lt;br /&gt;
}&lt;br /&gt;
frame = frame + 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Stolpertz</name></author>
	</entry>
</feed>