Scratch HACKS 📈 Tips and Tricks

preview_player
Показать описание
Hello Everybody!
Welcome to second part of my Scratch Hacks series.

Today we'll be finding out how to:
- Find hidden sprites
- Feature unshared projects
- Delete a random item of a list
and much, much more

Background Music :

#TheSTEAMist #ScratchTutorial
Рекомендации по теме
Комментарии
Автор

0:43 can we talk about how the timer is almost a hour???

yarandgamersmrgdfnf
Автор

If you want to use a stop sign detector, but you already use the timer in your code, create a variable called something like timer 2 and then use code like this:

When green flag clicked;
Forever:
Set timer 2 to timer

Then as the decector, use a block saying when timer > timer 2 and run your code off of that

Wizdabest
Автор

this is very good! also your other vids are underrated (i found u off your internet detector)

Kpnx
Автор

Important Tip: if you want a space bar to be included type "space" with no spaces and same goes to the enter key

arielcool-playing
Автор

There is a better way to make a thumbnail:

Make it go to front layer and hide when flag clicked
Use the hack that detects when the stop sign is clicked to make it show when the project stops

This way takes more effort but it is better because if you use the "When this sprite clicked" block in the events category it does not work if you have a fully ghosted sprite in front of it.

Other then that, this is the most useful scratch tutorial I have ever seen. Very, very helpful!

suspendedAnimations
Автор

For getting/removing random list items, you can use the blocks in the project "Useful Hacked Blocks".
Some of these tricks I didn't even know! I'm pretty good at transparent images, so the shift click paint bucket is nice.

diamondyoshi
Автор

you can replace "delete (random) of [list]" with "delete (pick random (1) to (length of [list])) of [list]"

although it is long

W-Pentomino
Автор

2:08 in also works if you change the value to pick random block input 1 is 1 input 2 is length of list!

Turbo_orca
Автор

1:18 did you know that witch costume dates back to 2007 ?

helikaness
Автор

2:14 As much as I love the join block, couldn’t you have just done a (pick random 1 to (length of [Subscribe v])?

jdh
Автор

At 1:50 you can just use the "Pick random 1 to 10" block

pickles
Автор

1:46 to 1:51 I totally agree on this statement

jdh
Автор

1:13 Also the old dragon is in the costume tab!

jemafleming
Автор

watched this at 6.66k subs. i think you might be workin with the devil

teapot
Автор

0:16 thats becuse the stop sign is already coded and stops alll sprites so it does not need coding thats why it does not exist

DuckieAM_viewing_chanel
Автор

4:41 You can just lay it on top and save the project, while running just make it gone forever (it doesn’t need to appear even in stopped state)

penguincute
Автор

1:00 Hidden Sprites
That's wrong! "Witch sprite" has 5 costumes. And one of its is your costume you choosed

NguyễnLêKhánhHà-kh
Автор

I have a question because i See on someone project that 1 things is swaped with another thing and it can only by this second button with cursor but in short it Just 1 thing is with another 1 thing Just like glue+lego+lego its Just cant be to desplate? Idk how to Say that i am from Poland and this is why i cant very good speak English and i need, help

gamerrameg
Автор

1:50 you can also use “pick random (1) to ((length of [list]))”

GhostlyMinty
Автор

6:31 no use the wait until block instead

if i want the sprite to say hello if i press H E L L O

when green flag clicked
wait until key h pressed?
wait until key e pressed?
wait until key l pressed?
wait until key l pressed?
wait until key o pressed?
say hello

DuckieAM_viewing_chanel