Scratch - 101 Computing https://www.101computing.net Boost Your Programming Skills! Mon, 06 May 2024 19:49:10 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png Scratch - 101 Computing https://www.101computing.net 32 32 Scratch -Take the Quiz! https://www.101computing.net/scratch-take-the-quiz/ Sun, 29 Mar 2020 10:30:45 +0000 https://www.101computing.net/?p=10666 Answer these 10 questions to test your understanding of Block Programming when using Scratch. Take the Quiz! (open full screen) Check that you understand the different types of validation checks by completing this quiz: Extension Task Use the scratch website

The post Scratch -Take the Quiz! first appeared on 101 Computing.

]]>
Space Invaders in Scratch https://www.101computing.net/space-invader-in-scratch/ Tue, 25 Jun 2019 09:26:42 +0000 https://www.101computing.net/?p=9149 This step by step tutorial will demonstrate how to re-create “Space Invaders” using Scratch.

The post Space Invaders in Scratch first appeared on 101 Computing.

]]>
Breakout Game In Scratch https://www.101computing.net/breakout-game-in-scratch/ Tue, 04 Jun 2019 22:18:38 +0000 https://www.101computing.net/?p=9059 This blog post will guide you through the main steps needed to create a breakout game in scratch.

The post Breakout Game In Scratch first appeared on 101 Computing.

]]>
Catch Me If You Can https://www.101computing.net/catch-me-if-you-can/ Tue, 04 Jul 2017 09:36:18 +0000 http://www.101computing.net/?p=4799 In this challenge we will create a three-player game using Scratch. One player (the yellow ball) will be chased by two other players the red player and the blue player. The red player will use the arrow keys to control

The post Catch Me If You Can first appeared on 101 Computing.

]]>
How to create a bouncing ball in Scratch https://www.101computing.net/how-to-create-a-bouncing-ball-in-scratch/ Tue, 22 Apr 2014 20:21:40 +0000 http://www.101computing.net/?p=187 Step 1 – Change your main sprite to a ball Step 2 – Add the following script to your sprite:  This tutorial is available as a pdf: How to create a bouncing ball in Scratch See how to create a

The post How to create a bouncing ball in Scratch first appeared on 101 Computing.

]]>
How to score points when your sprite collides with another sprite (in Scratch) https://www.101computing.net/how-to-score-points-when-your-sprite-collides-with-another-sprite-in-scratch/ Sat, 19 Apr 2014 10:47:53 +0000 http://www.101computing.net/?p=178 This tutorial is available as a pdf. It focuses on how to create a score variable for your game and how to score point when your sprite catches/touches/collides with other sprites. Download this tutorial as a pdf: How to Score

The post How to score points when your sprite collides with another sprite (in Scratch) first appeared on 101 Computing.

]]>
How to create flying/falling objects in Scratch https://www.101computing.net/how-to-create-flyingfalling-objects-in-scratch/ Thu, 17 Apr 2014 20:39:57 +0000 http://www.101computing.net/?p=163 In this tutorial we will get a spaceship to fall from the top to the bottom of the screen. Add the following code to your sprite (e.g. Spaceship): To understand this script you need to understand how x and y

The post How to create flying/falling objects in Scratch first appeared on 101 Computing.

]]>
How to create a timer in Scratch? https://www.101computing.net/how-to-create-a-timer-in-scratch/ Thu, 17 Apr 2014 17:16:18 +0000 http://www.101computing.net/?p=148 Step 1 – Create a new variable called “timer”. Step 2 – Make sure you have two backdrops for your stage (The main background for your game and a Game Over background). Step 3 – Add the following code to

The post How to create a timer in Scratch? first appeared on 101 Computing.

]]>
How to control your Sprite in Scratch… https://www.101computing.net/how-to-control-your-sprite-in-scratch/ Thu, 17 Apr 2014 16:02:43 +0000 http://www.101computing.net/?p=155 … using the arrow keys   Step 1 – Add the following code to your sprite: Step 2 – If you don’t want your sprite to rotate, click on the blue “i” icon on your sprite. Try these “rotation style”

The post How to control your Sprite in Scratch… first appeared on 101 Computing.

]]>
Star Script in Scratch https://www.101computing.net/star-script-in-scratch/ Fri, 28 Mar 2014 14:29:35 +0000 http://www.101computing.net/?p=40 Here is a cool little script for you to try…    

The post Star Script in Scratch first appeared on 101 Computing.

]]>