More results...

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

How to score points when your sprite collides with another sprite (in Scratch)

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

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

How to control your Sprite in Scratch…

… 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”

Why are there 1024 bytes in a kilobyte? (instead of 1000)

Here is a good brainteaser when teaching binary code… Remember: Computers can only work with binary code. Computers don’t really like the number 1000 because in binary it’s not that straightforward: The binary code for 1000 is 1111101000 However computers

Python Cheat Sheet

Python Cheat Sheet

You can download our Python Cheat Sheet to remind you at all times about the Python syntax.    

Do you know your <HTML> tags?

Download our HTML Cheat Sheet and use it as a reference when working on all your HTML web projects.

My ASCII Codes…

The ASCII code is used to give to each symbol / key from the keyboard a unique number called ASCII code. It can be used to convert text into ASCII code and then into binary code. It can be used

101 Computing Challenges

Looking for some inspiration to learn or teach Computing concepts? Fancy a new challenge? This book is targeted at both learners (from 9 to 99 years old and above) and educators (parents, teachers…) who want to find a challenging end

Need dummy data fo fill in your tables?

Using websites such as www.generatedata.com you can generate large set of dummy data in just a few clicks. You can choose the fields and data types you need and generate a CSV file ready to import into your database or spreadsheet.