Block Game
Animation is a technique for storytelling and movie production. In this technique, several still photos with only slight differences are put together, creating a phenomenon called the illusion of motion (that is, we think it is moving, but it is still!). Animations have many different creation methods, one of which is using block-based programming! To be able to make an animation, we need to create its basic design or basic drawings. With the help of circle, line, and rectangle drawing tools, we can draw arbitrary shapes. If you need help drawing the shapes, you can use the following guides:
Circle: Draws a circle whose center is x units away from the left wall and y units away from the bottom edge, and its radius is set in “radius”.
Rectangle: Draws a rectangle whose center is x units away from the left wall and y units away from the bottom edge, and its width and height are adjusted by “width” and “height”.
Line: Draws a line whose beginning and end points are determined by the distance from the bottom edge and the left wall, and its width is equal to “width”.