BELAJAR SCRATCH UNTUK PEMULA
Summary
TLDRThis tutorial walks through the process of using Scratch (or a similar platform) to create basic animations. It covers how to create an account, set up a project, and edit a sprite's position, size, and direction. The video shows how to add speech, movement, and interactivity using simple coding blocks. Viewers learn how to make a cat sprite speak, move, and react to key presses. The tutorial also explains how to save projects and set up loops for continuous actions, making it an excellent starting point for learning basic programming and animation concepts.
Takeaways
- 😀 Open Google Chrome and visit the official Scratches website at www.umy.ac.id.
- 😀 Click the 'Gabung' button to register and create a new account on the website.
- 😀 Fill in personal details like username, password, country, birthdate, gender, and email to complete registration.
- 😀 After registration, click 'Mulai' to start and access the main page of the website with various user-created projects.
- 😀 Click 'Buat' to create a new project and start by naming the project (e.g., 'Latihan 1').
- 😀 Customize your project by selecting and adjusting the size and position of the sprite (e.g., a cat image).
- 😀 Change the backdrop by selecting a preferred one, like 'Savana', from the available options.
- 😀 Create a simple animation where the cat sprite says 'Hello' for 20 seconds using the pre-built code blocks.
- 😀 Set the initial position of the cat sprite using the 'Go to X: -180 Y: -50' block for precise placement.
- 😀 Use the 'Move 10 Steps' block in combination with a 'Forever' loop to make the cat sprite continuously move forward.
- 😀 Add interaction by making the cat sprite turn around when it touches the edge, and use 'Repeat until' for stopping when the space key is pressed.
- 😀 Save your project by pressing the Shift key to ensure your progress is saved.
Q & A
What is the first step to start the tutorial in Scratch?
-The first step is to open Google Chrome and navigate to the Scratch website at www.scratch.mit.edu.
How do you create an account on Scratch?
-To create an account, click the 'Join' button, then fill in your username, password, country, date of birth, gender, and email. Afterward, click 'Create Account' and 'Start' to begin.
What should you do after creating an account on Scratch?
-After creating an account, you’ll be directed to the Scratch homepage where you can click 'Create' to start a new project.
What is the purpose of the 'When green flag clicked' block?
-The 'When green flag clicked' block is an event trigger that starts the script when the user clicks the green flag, often used to start animations or actions in a project.
How do you make a sprite say something in Scratch?
-To make a sprite say something, use the 'Say [message] for [time] seconds' block. This block will make the sprite display the specified message for the given time.
What are X and Y coordinates used for in Scratch?
-X and Y coordinates define the position of a sprite on the stage. The X axis controls horizontal movement, while the Y axis controls vertical movement.
How can you change the backdrop in Scratch?
-To change the backdrop in Scratch, click the 'Choose a Backdrop' button, and select a background from the available options or upload your own.
How do you make a sprite move in Scratch?
-To make a sprite move, use the 'Move [number] steps' block. You can place this block inside a loop to make the sprite move continuously.
What does the 'Forever' block do in Scratch?
-The 'Forever' block creates a loop that repeats the enclosed blocks indefinitely. It is useful for continuous actions like movement or animations.
How do you stop a sprite from moving in Scratch when a specific key is pressed?
-To stop a sprite when a key is pressed, use the 'Repeat until' block. Inside it, place the condition 'Key [space] pressed,' which stops the action once the spacebar is pressed.
Outlines

This section is available to paid users only. Please upgrade to access this part.
Upgrade NowMindmap

This section is available to paid users only. Please upgrade to access this part.
Upgrade NowKeywords

This section is available to paid users only. Please upgrade to access this part.
Upgrade NowHighlights

This section is available to paid users only. Please upgrade to access this part.
Upgrade NowTranscripts

This section is available to paid users only. Please upgrade to access this part.
Upgrade NowBrowse More Related Video

Scratch para iniciantes! Aprenda a programação básica agora!

Revolusi AI 2025: Ubah 1 Gambar Jadi Video Shorts 60 Detik Secara Otomatis!

BUAT Gambar kartun 3D Animasi pake AI di Canva bisa dari HP

How To Make An 8-Directional Movement System With Animations! | Scratch Tutorials

Kurikulum Merdeka Materi Informatika Kelas 7 Bab 7 Algoritma dan Pemograman

Tutorial Membuat Opening/Intro Desain Multimedia Interaktif pada Adobe Animate
5.0 / 5 (0 votes)