Scratch HACKS 📈 Tips and Tricks

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 352

  • @rachidbelahrach5256
    @rachidbelahrach5256 10 месяцев назад +6

    Well i am the new member here 😈😈

  • @Wizdabest1
    @Wizdabest1 Год назад +10

    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

  • @yarandgamersmrgdfnf8613
    @yarandgamersmrgdfnf8613 Год назад +4

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

  • @jdh9419
    @jdh9419 Год назад +2

    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])?

  • @arielcool29-playing
    @arielcool29-playing 2 года назад +9

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

  • @Kpnx2
    @Kpnx2 Год назад +2

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

  • @suspended67Animations
    @suspended67Animations Год назад +3

    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!

  • @gamerrameg384
    @gamerrameg384 Год назад +1

    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

    • @TheSTEAMist
      @TheSTEAMist  Год назад

      do you mean the join block?

    • @gamerrameg384
      @gamerrameg384 Год назад

      @@TheSTEAMist em idk this is have that name

  • @Turbo_orca25
    @Turbo_orca25 2 года назад +2

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

  • @W-Pentomino
    @W-Pentomino Год назад +1

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

  • @DuckieAM_viewing_chanel
    @DuckieAM_viewing_chanel Год назад +2

    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

  • @diamondyoshi6649
    @diamondyoshi6649 2 года назад +6

    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.

    • @TheSTEAMist
      @TheSTEAMist  2 года назад

      Thanks for the tip! :)

    • @Pineapple-bs1jo
      @Pineapple-bs1jo 2 года назад +1

      Or you can {delete [pick a random ( ) to ( )] thing of list}

    • @diamondyoshi6649
      @diamondyoshi6649 2 года назад

      @@Pineapple-bs1jo but that's an extra 1 block. Also I already knew about pick random blocks.

    • @TheSTEAMist
      @TheSTEAMist  2 года назад

      @@Pineapple-bs1jo yeah but that's an extra block

    • @TheSTEAMist
      @TheSTEAMist  2 года назад

      @@diamondyoshi6649 thanks for explaining

  • @penguincute3564
    @penguincute3564 Год назад +1

    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)

  • @helikaness2012
    @helikaness2012 Год назад +1

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

  • @NguyễnLêKhánhHà-k4h
    @NguyễnLêKhánhHà-k4h 3 месяца назад +1

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

  • @jemafleming
    @jemafleming 10 месяцев назад +1

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

  • @pickles8503
    @pickles8503 Год назад +1

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

    • @TheSTEAMist
      @TheSTEAMist  Год назад

      but that's more blocks because you also have to use length of list

    • @TheWatermelon699
      @TheWatermelon699 Год назад

      @@TheSTEAMist You copy the word random and paste it in the number input.😉

    • @SamiSaba2
      @SamiSaba2 5 месяцев назад

      @@TheWatermelon699how to do on mobile

  • @jdh9419
    @jdh9419 Год назад +1

    3:23 OH MY GOD THANK YOU SO MUCH 🙏

  • @mitchkiggins9661
    @mitchkiggins9661 Год назад

    the extra font one can just be done by makeing an svg in illustrator with a font that scratch does not use and uploading it to scratch

  • @GhostlyMinty
    @GhostlyMinty Год назад

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

  • @anpham-2012
    @anpham-2012 2 года назад +5

    For deleting a random thing in a list, cant you just do delete pick random 1 to item length?

    • @TheSTEAMist
      @TheSTEAMist  2 года назад +1

      Yes you can, but you need 3 blocks instead of two :)

    • @robu512
      @robu512 2 года назад

      @@TheSTEAMistthats like taking a twig off a tree to “cut it down easier”😂😂😂

  • @RouxManOnYT
    @RouxManOnYT 8 месяцев назад

    the timer one could break projects that need to use the timer, so i suggest that you a variable instead, basically, if the green flag is clicked, they variable is set to timer +1 so that it is always bigger then the timer, but if the stop sign is clicked, that loop stops, so if timer is bigger then the variable, then (do whatever).

  • @teapot796
    @teapot796 Год назад +7

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

  • @jdh9419
    @jdh9419 Год назад +1

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

  • @DuckieAM_viewing_chanel
    @DuckieAM_viewing_chanel Год назад

    3:46 make the sprite as big as a backdrop and design it
    code it like
    when green flag clickes
    set ghost effect to 100
    go to back layer
    when stop sign presses it will show but not when the game runs

  • @BelminPashalik
    @BelminPashalik 5 месяцев назад

    1:53 you couldve used a (pick random from (1) to (length of [example list v]) ) i just said it in block terms

  • @CuriousLight._dev
    @CuriousLight._dev Год назад

    6:05 you can use a lot of wait until and it does the same thing

  • @fridayfunkgaming291offical
    @fridayfunkgaming291offical Год назад +1

    The last one is useful if you want some quick tests for debug modes and cheat codes!

  • @OchacoLo_ver.
    @OchacoLo_ver. Год назад

    that helped me alot bcus people want me to make games and stuff for them but i dont feel like it and thank you so much for making this i will subscribe and like and i love how ur not shy i can hear u so well and again good job dont stop make more !

  • @chrisericGD
    @chrisericGD Год назад +1

    Fun fact: the witch costume was in scratch version 1.4

  • @LambdaCreates
    @LambdaCreates 11 месяцев назад +1

    0:07 Scratch Cat is angry...

  • @hourlainel2479
    @hourlainel2479 Год назад +2

    1:29
    Him: subscribe
    Me: NEVER

  • @Iminsanealr
    @Iminsanealr 2 года назад +12

    Is it just me or does Scratch Cat look weird, and also awesome hacks! I never knew some of these!

  • @DuckieAM_viewing_chanel
    @DuckieAM_viewing_chanel Год назад +1

    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

  • @Ethangonzalezahh1
    @Ethangonzalezahh1 Год назад +1

    2:09 This so called “easter egg” was actually a feature in 2.0 until 3.0 came in and ruined it.

  • @MrPuzzleCodes
    @MrPuzzleCodes Год назад +1

    Wow i didnt know the last one! It seems really usefull for stuff like secret codes or a secret debug menu

  • @CH33S3BURGUR
    @CH33S3BURGUR Год назад

    Thanks for these. Just wonder if there is any way to have a stop signs detector without using the timer

  • @morganisapro8k
    @morganisapro8k Год назад

    With delete random from a list, couldn't you do this?
    delete (pick random (1) to (length of [list])) of [list]

  • @FunkyPupo
    @FunkyPupo Год назад

    You are big brain to figure this out... Great job!

  • @Montserratballaltaccount
    @Montserratballaltaccount Год назад

    4:34 you can upload your own and maybe make it with gimp or something

  • @friendlybeast5641
    @friendlybeast5641 2 года назад +1

    This is the true awesome scratch hacks that is also useful! Thanks for the hacks

  • @vaultbuilder5529
    @vaultbuilder5529 2 года назад

    Why does the scratch cat's eyes look a bit weird?

  • @Obv._Starvx
    @Obv._Starvx 2 года назад +1

    Wow! This video was very very helpful! Mostly 6:05 was helpful i never knew it!

    • @TheSTEAMist
      @TheSTEAMist  2 года назад

      Glad it was helpful :)

    • @Obv._Starvx
      @Obv._Starvx 2 года назад

      @@TheSTEAMist No problem i thank you for this video.

  • @tjb3171
    @tjb3171 6 месяцев назад +1

    i only knew half of them.. thanks!!

  • @Cleacat
    @Cleacat Год назад

    I have alternate way if you using the timer
    When flag clicked
    Forever
    Set my variable to timer
    2nd script:
    When timer > my variable
    Forever
    You stopped the project

  • @apolicecar-kp9qw
    @apolicecar-kp9qw Год назад

    thanks for all of this information! :)

  • @MeActingOutNow
    @MeActingOutNow 3 месяца назад

    This is so helpful!l thanks :)!

  • @romankutanov
    @romankutanov Год назад

    There is hacked block to delete (random) but your method also works, as this block was useful so it is still useful.

  • @jadenruanes1858
    @jadenruanes1858 Год назад

    You could use:
    delete (random(1)to(length of list)) of list

  • @JacksonAcademy1
    @JacksonAcademy1 2 года назад

    Cool video!

    • @TheSTEAMist
      @TheSTEAMist  2 года назад

      Wow! Thanks so much, I like your videos very much :)

  • @Mr.GlitchInfinity
    @Mr.GlitchInfinity 2 года назад +2

    If you look at scratch cat in an angle it looks like he is doing an evil smile and you can’t unsee it
    Helpful Edit: for the last one, you can do arrow keys as well such as “up up down down left right left right”

    • @TheSTEAMist
      @TheSTEAMist  2 года назад

      lol

    • @lzr_music
      @lzr_music 2 года назад

      Why did i look at him like that now i cant unsee.

  • @RafiRo1
    @RafiRo1 Год назад

    if you are using stop sign detector but you use the timer you can make a timer clone the code to make a timer clone when flag clicked
    set timer to 0
    forever
    wait 0 seconds
    change timer by 0.001

  • @purplexvioletyt3649
    @purplexvioletyt3649 Год назад

    i know that (if green flag clicked) and forever loop and then reset timer (for ever reset timer) and then if timer > 0.01 and put any of the blocks

  • @Car_On_Watermelon
    @Car_On_Watermelon 2 года назад +1

    cool video, this is really helpful

  • @Sprunki-Members
    @Sprunki-Members 11 дней назад

    2:22 Group Update! Now use the group button!

  • @septuagintfather2189
    @septuagintfather2189 2 года назад

    yooo new upload

  • @Pop-isa-coolboi-pop
    @Pop-isa-coolboi-pop 11 месяцев назад

    Bro so good🎉

  • @TheRedCatGuyYT
    @TheRedCatGuyYT Год назад

    if you have the rays backround
    1. turn it to bit map
    2. turn it back to vector you might get this

  • @oxe1.oxe2.oxe3
    @oxe1.oxe2.oxe3 5 месяцев назад

    thanks for this!!

  • @TeenBlabbit290
    @TeenBlabbit290 Год назад

    You forgot to add timecode of 1:21 delete random item of a list

  • @thegreenfox011
    @thegreenfox011 2 года назад

    the stop sign detector is SO useful for making multiplayer games holy crap thanks

  • @Pjgmer
    @Pjgmer 5 месяцев назад

    You can just make a variable and set it to random for a random number deleted 😅

  • @arrascitizen
    @arrascitizen 2 года назад

    you are very close to 4k subs

    • @TheSTEAMist
      @TheSTEAMist  2 года назад

      I GOT IT!!! Thanks to you ;)

  • @sarahgartin701
    @sarahgartin701 2 года назад

    👍👍👍 Awesome

  • @40susman
    @40susman Год назад

    the custom key combo doesn't work.

  • @shilpaujagtap
    @shilpaujagtap 2 года назад

    those were pretty cool hacks there!

  • @cillycubing2
    @cillycubing2 Год назад

    Did anyone notice when ever scratch cat is on the screen he does an evil look

    • @TheSTEAMist
      @TheSTEAMist  Год назад

      wait... huh?! I literally just opened a new project I didn't even change anything

  • @DuckieAM_viewing_chanel
    @DuckieAM_viewing_chanel Год назад

    2:54 you can use the group and ungroup button everything here is wrong

  • @daxter5830
    @daxter5830 2 года назад

    ITS HERE

  • @Mattygezart
    @Mattygezart Год назад

    There is something called Penguin Mod that has fonts,blocks and shapes that Scratch Doesn't have

    • @TheSTEAMist
      @TheSTEAMist  Год назад

      Yes I checked it out I will make a video about it :)

  • @fabiankrajewski3147
    @fabiankrajewski3147 Год назад

    The last one is cool for puzzles

  • @MaximusNicholas
    @MaximusNicholas Год назад

    AMAZING:D

  • @maybeavariable
    @maybeavariable Год назад

    sorry just a question... how old are you?

  • @nikodemb2833
    @nikodemb2833 Год назад

    1:51 Or you can ctrlc ctrlv

  • @NumbersTada
    @NumbersTada 2 года назад

    Nice :D

  • @sharkyydev
    @sharkyydev 2 года назад +1

    COOL!

  • @theofficialdanielshowchannel
    @theofficialdanielshowchannel Год назад

    bro you showed "Subscribe" too much so i subed

  • @thesmartytor7447
    @thesmartytor7447 Год назад

    the delete random item of a list hack, is not a hack
    You can just put in “delete (pick random from 1 to length of list) of list

    • @TheSTEAMist
      @TheSTEAMist  Год назад

      That's more blocks

    • @thesmartytor7447
      @thesmartytor7447 Год назад

      @@TheSTEAMistwait… you can just copy paste the word “random” in the block, and thats 1 whole block, AM I GOING PLACES?

  • @DuckieAM_viewing_chanel
    @DuckieAM_viewing_chanel Год назад

    2:16 WRONG it only deleted the first

  • @HarrisonWool
    @HarrisonWool Год назад +1

    For the LIST one, cant you just put in a PICK RANDOM block🤨🤨🤨

  • @digoxin410
    @digoxin410 2 года назад

    1:00 That part is right, but the 1.x, wrong

    • @TheSTEAMist
      @TheSTEAMist  2 года назад

      I don't understand what you mean :)

    • @digoxin410
      @digoxin410 2 года назад

      Uhhh, try to download 1.4, maybe... And that's is have the custom that you said in 1:00
      (and that is what I mean ;)

  • @fnf_fan_9999
    @fnf_fan_9999 2 года назад

    the funny thing for the featured unshared projects is that you can troll them

  • @jowong1010
    @jowong1010 2 года назад +1

    The witch is in Scratch 1.4 I think

  • @BobChess
    @BobChess 2 года назад

    This is awesome

  • @Hello_guys22355
    @Hello_guys22355 Год назад

    theres a stop detecter in penguin mod

  • @RepeatersAreNowUnderstood
    @RepeatersAreNowUnderstood 10 месяцев назад

    Timer even runs when computer is off.

  • @msuru-mangogamer
    @msuru-mangogamer Год назад

    The hidden witch costume has existed since the start of scratch

  • @hourlainel2479
    @hourlainel2479 Год назад

    2:06
    Him: SUB RIGHT NOW
    Me: I WILL STAB YOU

  • @ItsForest27
    @ItsForest27 4 месяца назад

    1:30 Rainbow Subscribe Button

  • @enzo-d4k
    @enzo-d4k Год назад

    they hidden the sprites due to the style change in 3.0, they forgot to do it in costumes

  • @Baburun-Sama
    @Baburun-Sama Год назад

    I know Ctrl+S on the Online Editor

  • @scratchyscratch4726
    @scratchyscratch4726 2 года назад

    Nice

  • @aleksandarilic2520
    @aleksandarilic2520 Год назад

    *You passed 6666 subscribers??!?!?*

  • @scratch_taco6106
    @scratch_taco6106 2 года назад

    Nahh bros got the Sam O Nella music in the background 💀

    • @TheSTEAMist
      @TheSTEAMist  2 года назад

      Noooooo, I knew I knew the music from somewhere

  • @trang2000
    @trang2000 Год назад

    I already make a stop sign detector

  • @Ronia880
    @Ronia880 Год назад

    Lol in the random detector just copy and paste the word "random"

  • @Pokecards111
    @Pokecards111 2 года назад

    cool!

  • @jaseflex
    @jaseflex 14 дней назад

    Same here is one in penguin mod

  • @Ps4sro
    @Ps4sro Год назад

    YOUR VIDEO'S ARE SO GOOD THEY HELPED ME GAIN 15 FOLLOWERS OMG OMG TYSM TYSM :)))))))

    • @TheSTEAMist
      @TheSTEAMist  Год назад

      No problem! Hope you gain even more 🔥

    • @Ps4sro
      @Ps4sro Год назад

      @@TheSTEAMist thanks alot :)

  • @zamanhaidary149
    @zamanhaidary149 Год назад

    why is nobody talking about scratch cat's eyes, he looks like he just burnt a house