<?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%2FMaike_Effenberg%2FHW2</id>
	<title>GMU:Processing im Park/Maike Effenberg/HW2 - 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%2FMaike_Effenberg%2FHW2"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Maike_Effenberg/HW2&amp;action=history"/>
	<updated>2026-04-09T00:27:03Z</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/Maike_Effenberg/HW2&amp;diff=77377&amp;oldid=prev</id>
		<title>Bhgvt: Created page with &quot;== Code - Homework 2 ==  &lt;source lang = &quot;java&quot;&gt;  PImage img; int dx= 5; int dy = 500; void setup() {      size(500, 700);    img = loadImage(&quot;bild2.jpg&quot;);   image(img, 0, 0, widt...&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/Maike_Effenberg/HW2&amp;diff=77377&amp;oldid=prev"/>
		<updated>2016-01-13T21:55:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Code - Homework 2 ==  &amp;lt;source lang = &amp;quot;java&amp;quot;&amp;gt;  PImage img; int dx= 5; int dy = 500; void setup() {      size(500, 700);    img = loadImage(&amp;quot;bild2.jpg&amp;quot;);   image(img, 0, 0, widt...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Code - Homework 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang = &amp;quot;java&amp;quot;&amp;gt; &lt;br /&gt;
PImage img;&lt;br /&gt;
int dx= 5;&lt;br /&gt;
int dy = 500;&lt;br /&gt;
void setup() {&lt;br /&gt;
  &lt;br /&gt;
  size(500, 700);&lt;br /&gt;
   img = loadImage(&amp;quot;bild2.jpg&amp;quot;);&lt;br /&gt;
  image(img, 0, 0, width, height);&lt;br /&gt;
      &lt;br /&gt;
&lt;br /&gt;
      &lt;br /&gt;
color c = get(50, 350);&lt;br /&gt;
fill(c);&lt;br /&gt;
noStroke();&lt;br /&gt;
&lt;br /&gt;
float y =50;&lt;br /&gt;
boolean flag = true;&lt;br /&gt;
for (float x = 40; x &amp;lt; 260; x+=11 ){&lt;br /&gt;
  &lt;br /&gt;
  if (flag)&lt;br /&gt;
  {y+=10;}&lt;br /&gt;
  else  {&lt;br /&gt;
    y -=10;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if (y == 80){&lt;br /&gt;
flag = false;&lt;br /&gt;
}&lt;br /&gt;
if (y == 50){&lt;br /&gt;
flag = true;&lt;br /&gt;
}&lt;br /&gt;
  rect(x, y, dx, dy);&lt;br /&gt;
  &lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bhgvt</name></author>
	</entry>
</feed>