ScratchData LogoScratchData
Back to Tutor-42's profile

Clones Demo 1 - Space Invaders

TUTutor-42•Created September 14, 2019
Clones Demo 1 - Space Invaders
0
0
5 views
View on Scratch

Instructions

The Invader Clones appear one by one on the screen at 1/30 second intervals when created in a repeat loop. Explanation ---------------- Scratch yields execution each time it reaches the end of the repeat loop that creates the Invader Clones. The "when I start as a clone" script is then run for the latest clone created. This script shows the Invader Clone so Scratch must update the screen. Scratch waits until 1/30th second has elapsed since the last screen update. (Scratch runs at 30 FPS). So the Invader Clones appear on the screen at 1/30 second intervals which is a very nice effect! Toshihiro Nishikado of Japan wrote Space Invaders for Taito in 1978. Japan had to mint extra 100 Yen coins solely because of the demand for the coins for the game. Space Invaders became an international hit and was hugely responsible for popularizing arcade games.

Description

This tutorial discusses How Scratch Projects Run: https://scratch.mit.edu/discuss/post/3680398/ and then a Space Invaders project and fixes: https://scratch.mit.edu/discuss/post/3680412/ Toshihiro Nishikado of Japan wrote Space Invaders for Taito in 1978. Japan had to mint extra 100 Yen coins solely because of the demand for the coins for the game. Space Invaders became an international hit and was hugely responsible for popularizing arcade games.

Project Details

Project ID328891332
CreatedSeptember 14, 2019
Last ModifiedSeptember 16, 2019
SharedSeptember 16, 2019
Visibilityvisible
CommentsAllowed