1. A simple animation had to be done to the character designed in the previous part of the lab. To do this, x and y variables were created at the beginning of the program setting the first position of the character. My character has a movement in the x axis, in the middle of the canvas so the first in which it should start moving was x=0 and y=200. A 1 is added each time the x moves down through the axis and when it reaches a number more than 400, the x returns to 0, which makes the character return to the first position.

    A simple animation had to be done to the character designed in the previous part of the lab. To do this, x and y variables were created at the beginning of the program setting the first position of the character. My character has a movement in the x axis, in the middle of the canvas so the first in which it should start moving was x=0 and y=200. A 1 is added each time the x moves down through the axis and when it reaches a number more than 400, the x returns to 0, which makes the character return to the first position.