[Easy]
What is the go button in scratch called?
Green Flag
What is the eye icon show when you create a project? (👁️)
The eye icon shows how much veiws the project has
Change Y by -5
Moves Down 5 Steps
How do I make this to move 5 steps?:
Move 10 Steps
Change the 10 to 5
When did scratch start?
2007
[Easy]
What is the scratch mascot?
Scratch Cat!
What is beside the heart icon? (❤️)
The star icon
Move 10 Steps
Move -5 Steps
Moves Forward 5 Steps
How do I make my sprite turn right pick random 1 - 10 degrees?
Turn ↷ (pick random 1 - 10) degrees
How much projects were created on scratch?
Over 1 Billion!
[Medium]
How do you save your project?
Click the Save Now button ;)
What is the name of the button you press to see the code?
To see the code you click the button "See Inside"
Set Speed To 1
Repeat 10 times:
Change X By (Speed)
Changes X By 10
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
How much users does sratch have?
Over 150 million
[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
What is the spinny icon? (🌀)
The spinny icon represents the remixes
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"
How do I make my sprite turn 15 digrees to the left SMOOTHLY?
Reapeat 15 times:
Turn ↶ 1 degrees
How is scratch differant than other most coding websites?
Most other coding websites you write with words, in this one... you drag blocks!
[Hard]
What are all the differant block categories? Tell me IN ORDER
Motion
Looks
Sound
Events
Controll
Sensing
Operations
Variables
My blocks
What is the symbol beside the date? Hint: It is a letter with a circle around it
The symbol is: ©
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!
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*
What ages are scratch directed to?
8-16