Wednesday, September 26, 2012

Citizen Kane- Rosebud


The notorious film of Citizen Kane beginnings with the death of the well known millionaire dying in his bed holding a snow globe while uttering the word "Rosebud"after this the film continues to follow the life of Kane through a different scenes of flashbacks, Rosebud remains a mystery until the last scene   after Kane has passed people are searching through his junk at his home and stumble upon Kane's childhood sled that has imprinted on it Rosebud. Signifying Kane being forced away from his home at a very young age and being forced to live a stressful grown up way of life. Rosebud is a symbol for the child hood life that Kane had never had also the day his mother left him. Citizen Kane is also so famous for its amazing lighting and extraordinary camera angles.


Monday, September 24, 2012

Gertie The Dinosaur

 Gertie The Dinosaur is the first of its kind of animation for kinds its repetitive moments were caused because every scene is hand drawn its amazing how detailed animation could just be drawn up by someone.

The Great Train Robbery

 The Great Train Robbery was an unique film for its time its amazing angles on top of the moving train was stunning towards the audience also having the train appear as it was coming off the screen is new for this time and would certainly shock anyone not expecting it.The Great Train Robbery, was an extremely large scale production for especially for its time every camera angle was special in its own way it did not only the use of an entire train but shooting a scene on the moving train, was a huge deal compared other movies just showing people act out things.

Sunday, September 16, 2012

Heart Assignment ART210C




var controlX1 = 300;
var controlY1 = 0;
var controlX2 = 100;
var controlY2 = 200;
var endX = 250;
var endY = 325;

var controlX3 = 380;
var controlY3 = 400;
var endX2 = 400;
var endY2 = 500;

var controlX4 = 435;
var controlY4 = 400;
var endX3 = 550;
var endY3 = 325;

var controlX5 = 700;
var controlY5 = 200;
var controlX6 = 500;
var controlY6 = 0;
var endX4 = 400;
var endY4 = 200;

var grdstartX = 400;
var grdstartY = 0;
var grdendX = 400;
var grdendY = 600;



//Rectangle
context.beginPath();
context.rect(0, 0, canvas.width, canvas.height);
var grd = context.createLinearGradient(grdstartX, grdstartY, grdendX, grdendY);
//Purple
grd.addColorStop(0, 'rgb(255, 0, 255)');
//Blue
grd.addColorStop(1, 'rgb(0, 0, 255)');
context.fillStyle = grd;
context.fill();
context.stroke();




//Heart
context.beginPath();
context.moveTo(400,200);
context.bezierCurveTo(controlX1, controlY1, controlX2, controlY2, endX, endY);
context.quadraticCurveTo(controlX3, controlY3, endX2, endY2);
context.quadraticCurveTo(controlX4, controlY4, endX3, endY3);
context.bezierCurveTo(controlX5, controlY5, controlX6, controlY6, endX4, endY4);
context.fillStyle = 'rgb(255, 160, 160)';
context.fill();
context.lineWidth = 5;
context.lineCap = 'round';
context.strokeStyle = 'rgb(50, 50, 255)';
context.stroke();

Monday, September 10, 2012

My Name Is Kevin

My name is Kevin Young, i'm excited to be a freshman at the University of Tampa. I'm a big lacrosse player, i play lsm and defense for the school. Majoring in graphic design for i have an unique artistic ability and it's something i enjoy doing.
My first interpretation of the class is that it's interesting and very informative when it comes to opera history. From this class i expect to learn about many different play writers and plays themselves.