Difference between revisions of "Vicki Moulder"

From BioV
Jump to navigation Jump to search
Line 3: Line 3:
 
[[A1/A1_01/applet/index.html]] Draw three lines.  <br>
 
[[A1/A1_01/applet/index.html]] Draw three lines.  <br>
  
<a class="body" href="A1/A1_02/applet/index.html">A1_02</a> Draw five lines. <br>
+
[[A1/A1_02/applet/index.html | A1_02]]Draw five lines. <br>
  
 
<a class="body" href="A1/A1_03/applet/index.html">A1_03</a> Draw three ellipses.<br>
 
<a class="body" href="A1/A1_03/applet/index.html">A1_03</a> Draw three ellipses.<br>

Revision as of 14:40, 24 October 2006

Asignment One

A1/A1_01/applet/index.html Draw three lines.

A1_02Draw five lines.

<a class="body" href="A1/A1_03/applet/index.html">A1_03</a> Draw three ellipses.

<a class="body" href="A1/A1_04/applet/index.html">A1_04</a> Control the position of two lines with one variable.

<a class="body" href="A1/A1_05/applet/index.html">A1_05</a> Control the position and size of two lines with two variables.
<a class="body" href="A1/A1_06/applet/index.html">A1_06</a> Control the properties of two shapes with two variables.
<a class="body" href="A1/A1_07/applet/index.html">A1_07</a> Create a simple, regular pattern with six lines.

<a class="body" href="A1/A1_08/applet/index.html">A1_08</a> Program your pattern from Assignment 1-07 using while().

<a class="body" href="A1/A1_09/applet/index.html">A1_09</a> Draw a layered form with two new loops.

<a class="body" href="A1/A1_10/applet/index.html">A1_10</a> Redo Assignment 1-05 using mouseX and mouseY as the variables.

<a class="body" href="A1/A1_11/applet/index.html">A1_11</a> Draw two visual elements that each move in relation to the mouse in a different way.

<a class="body" href="A1/A1_12/applet/index.html">A1_12</a> Draw three visual elements that each move in relation to the mouse in a different way.

<a class="body" href="A1/A1_13/applet/index.html">A1_13</a> Move a visual element across the screen. When it disappears off the edge, move it back into the frame.

<a class="body" href="A1/A1_14/applet/index.html">A1_14</a> Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.

<a class="body" href="A1/A1_15/applet/index.html">A1_15</a> Using if and else, make the mouse perform different actions when in different parts of the window.

<a class="body" href="A1/A1_16/applet/index.html">A1_16</a> Develop a kinetic image which responds to the mouse.