Getting Started with Scratch

Updated: February 17, 2022
No Credit Card Required
ClaimYour
FreeTrialClass

Transcript

Welcome to Scratch game development at UCode. I'm excited to see you here and to work with you on developing your Scratch coding skills. My name is Christie and I'm going to be your instructor for this course, Ready to get started. Let's code.

For this course, you're going to be coding in the Scratch online editor. And editor is a place where we write our code. You will learn to build your own working projects and Scratch tips on how to improve it, and debugging.

Click the blue Scratch tile on the Ucode online classroom, which will take you to the Scratch registration page. Create an account by clicking join Scratch, it's on the top right of your screen. Use your Ucode username and password when creating your Scratch account. You can always pause the video and ask your instructor or parent for help if you're having any difficulties.

Once you create your account, click on the Create button in the top left corner to start your first Scratch project. Now that you have a Scratch account, let's do a quick tour of Scratch. The puzzle piece blocks on the left of the screen are the COMMANDS. Commands are tasks that the program does when you run your code. You drag and drop these commands into the scripts area.

To run or EXECUTE your program. Simply click on the COMMAND BLOCK once.

On the right side of your screen, you'll see a picture of a cat. Now this is called a SPRITE. A Sprite is a character that you can control using commands. There are two ways to move your sprite. We're going to learn both in this lesson.

To move the sprite in the direction it's facing. Use the MOVE STEPS command and indicate the number of steps you want the sprite to take. Drag the block to the scripts area and click on it once to run or execute your program. Cool. Now you go ahead and try it.

Can you move your Sprite 10 steps?

What if we wanted to move our sprite backwards to go backwards? Well, still facing the same direction. You can move a negative number of steps here. The sprite is moving backwards negative 10 steps right now you try.

Can you move your sprite backwards? 10 steps. There you go. Pretty easy, right?

Hey, great job. I'll see you again. In the next lesson. We'll learn more about commands to move our sprite

Loading...