Scratch lab 1 and 2

Name: Battuguldur

Period: 7

Assignment: Lab #1 and 2

Lab Overview

This lab focused on gliding the sprites. For example: gliding around the screen. HERE.

My Solution

My solution involved one loop, repeated 4 times, as well as using a glide command to get the sprite to move to the correct location. One difficulty I had with the lab was getting the pen to clear at the right time. I eneded up using the clear command at the begining of the run.

My Project Link

My Project Link

My Project Link

Questions

  1. How is distance measured in scratch?
    • Distances in scratch are measured in pixels. The command, 'move 10 steps', really means 10 pixles
  2. Where is the origin in scratch?
    • The origin is in the middle of the canvas.