Random
Project details
What does this do?
How do I...
Facts
100

[Easy]

What is the go button in scratch called?

Green Flag

100

What is the eye icon show when you create a project? (👁️)

The eye icon shows how much veiws the project has

100

Change Y by -5

Moves Down 5 Steps

100

How do I make this to move 5 steps?:

Move 10 Steps

Change the 10 to 5

100

When did scratch start?

2007

200

[Easy]

What is the scratch mascot?

Scratch Cat!

200

What is beside the heart icon? (❤️)

The star icon

200

Move 10 Steps

Move -5 Steps

Moves Forward 5 Steps

200

How do I make my sprite turn right pick random 1 - 10 degrees?

Turn ↷ (pick random 1 - 10) degrees

200

How much projects were created on scratch?

Over 1 Billion!

300

[Medium]

How do you save your project?

Click the Save Now button ;)

300

What is the name of the button you press to see the code?

To see the code you click the button "See Inside"

300

Set Speed To 1

Repeat 10 times:

Change X By (Speed)


Changes X By 10

300

How do I make it when I click the costume changes when green flag clikced?

(costumes are differant characters in a sprite)

When green flag clicked:

Forever:

if (mouse down) then

next costume

300

How much users does sratch have?

Over 150 million

400

[Unrated]

This is a free question. But before I let you go... you need to solve the riddle or 400 points!


I have keys but open no doors,
I have space but no room,
You can enter, but not go outside.

a Keyboard

400

What is the spinny icon? (🌀)

The spinny icon represents the remixes

400

When green flag cliked

Repeat 60 times:

reset timer

Wait 1 secand



When timer >2

Start sound meow

When you click the green flag, it waits 61 second, then plays sound "Meow"

400

How do I make my sprite turn 15 digrees to the left SMOOTHLY?

Reapeat 15 times:

Turn ↶ 1 degrees

400

How is scratch differant than other most coding websites?

Most other coding websites you write with words, in this one... you drag blocks!

500

[Hard]

What are all the differant block categories? Tell me IN ORDER

Motion

Looks

Sound

Events

Controll

Sensing

Operations

Variables

My blocks

500

What is the symbol beside the date? Hint: It is a letter with a circle around it

The symbol is: ©

500

When Green Flag Clicked

Forever:

If (mouse down?) then 

move (pick random 50 to 100) steps

if on edge, bounce

When you cick the green flag, whenever you click, the sprite moves 50-100 steps (Random) and if it touches the end it goes upside down and now forward is the other way!

500

How do I make it when I click the sprite it makes score change by 1, but ever 0.5 secands it goes to a random position when green flag clicked?

When green flag clicked

Forever:

Go to random position

Wait 0.5 Seconds

*If (Touching Mouse Pointer)(and)(Mouse Down):
change score by 1*

OR 

*When this sprite clicked:

Change score by 1*

500

What ages are scratch directed to?

8-16