More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
post
page
Python IDE Dashboard
Tag: iteration

How to create flying/falling objects in Scratch

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

How to create a timer in Scratch?

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

Star Script in Scratch

Scratch Script

Here is a cool little script for you to try…