Tuesday, September 11, 2007

reflection q 9/11/07

Provide yourself an example (not one from your instructor) of how you use a particular command that
will help jog your memory in the future when you need that command again. You must provide a little
code as well as a written explanation with this one.

//building 3-d
marker.up();
marker.move(-100,150);
marker.down();
marker.move(-150,200);
marker.move(-150,50);
marker.move(-100,0);

this bit of code was used to begin adding a 3 dimensional feel to my draw house assignment. It will also remind me that if i want to move without drawing a line i must first pick up the utensil, move it, then put it down.

No comments: