1 / 5

My Internet Safety Guide

My Internet Safety Guide. I have used scratch to program a guide to internet safety using QR codes. Sequences. This shows how I started the sequence. You need to decide how a sequence starts. I then told my main character when to say things and when to send messages to other sprites.

cindy
Télécharger la présentation

My Internet Safety Guide

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. My Internet Safety Guide • I have used scratch to program a guide to internet safety using QR codes.

  2. Sequences This shows how I started the sequence. You need to decide how a sequence starts. I then told my main character when to say things and when to send messages to other sprites. Definition: A sequence is a series of steps in a logical order.

  3. Threads (Parallel execution) I used threads to make all of my codes hide at the same time. Definition: A thread is when many scripts start at the same time.

  4. Messages (Coordination and Synchronization) Definition: Coordination and synchronization is when you make things happen at the correct time. I used messages to tell my sprites when to show and hide.

  5. Variables First I made a variable called click. Then I made a button and put this code on it to change the variable. I then used the number in the variable to control when my messages were sent. Definition: A variable is something that changes. Variables can be used to control when things happen.

More Related