TOP 10 SCRATCH HACKS !

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ค. 2024
  • Hi Smart Minds,
    In this video I will be showing you the TOP 10 SCRATCH HACKS !!!
    My Scratch Account
    scratch.mit.edu/users/rehansc...
    LIKE, SUB AND COMMENT !
    #scratch #scratch3

ความคิดเห็น • 422

  • @zigotonlover
    @zigotonlover ปีที่แล้ว +298

    Actually it doesn't pause the sound but instead it still plays but super duper slow which is why they set the volume to 0 so that you won't hear the slowed down sound being still played

    • @SLSmartMind
      @SLSmartMind  ปีที่แล้ว +60

      Yep
      That's the best option in scratch

    • @kos256
      @kos256 ปีที่แล้ว +23

      @@SLSmartMind Or you could gain access to custom python commands for compatible blocks which do allow for completely frozen playback.

    • @cacacaca644
      @cacacaca644 ปีที่แล้ว +25

      @@kos256 or maybe you could like save in a variable the time at when you stopped the music and then set the pitch high until it reaches the time when you stopped and plays it in normal speed again

    • @memetech-
      @memetech- ปีที่แล้ว +11

      Oh, that’s actually better for my intentions

    • @jumongandpudong
      @jumongandpudong ปีที่แล้ว +6

      Although When You Increase It Up You Can Hear The Super Slow Sound Although It Can Be Useful For An Ambient Sound Or Creepy Sound

  • @Lesha_Blueness
    @Lesha_Blueness ปีที่แล้ว +76

    The Remix Tree was on the online page before they updated Scratch to 3.0, and the button to access the Remix Tree was removed, but is accessible with Scratch Addons.

    • @-CosmoCode
      @-CosmoCode ปีที่แล้ว +1

      Agreed

    • @alloftheabove123productions
      @alloftheabove123productions ปีที่แล้ว +1

      @@-CosmoCode Yes!

    • @wojtekgame
      @wojtekgame ปีที่แล้ว

      @@-CosmoCode same

    • @ajgonzales7039
      @ajgonzales7039 ปีที่แล้ว +3

      You know you can just put "remixtree" at the end of the scratch url right?

    • @1trie
      @1trie 25 วันที่ผ่านมา

      And on the acratch addons you can add the 2.0 to 3.0 option om rhis page too

  • @DreamingNightmares
    @DreamingNightmares ปีที่แล้ว +17

    I actually already knew about the resize thing! I discovered it while experimenting to see if there was a way to get past the size limit! It actually really helps making things bigger than the screen normally let's you have without having to make another costume for every size change
    I often name those costumes Size then code
    FOREVER
    Switch costume to Size
    Change size by (whatever)
    Switch costume to (whatever)
    Sometimes I even have a variable set so the sprite knows which costume to switch to after by making it set a variable name to the costume number then making it switch to the Size costume then switching to the variable and changing that by one!
    It's so fast that you won't even see it happening so it's perfect!
    Also the hack to create the illusion of pausing audios is amazing! It would defiantly come in handy although I wish there was a way to simply pause the whole project... I'm sure I can easily work that out though using variables
    As for the black and white effect, I never knew how to code it but I once saw a project that used a similar method and just added those couple of blocks into my backpack for later
    Also with the turning JPGs into Pangs, sadly that won't work if the image itself has white on it or if the JPG background is bad quality to the point where scratch thinks it's multiple shades...
    That's why I use Photoshop
    And wow! That key combo is so much easier than what I was doing!
    I used to simply just have
    Wait until (whatever) key is pressed
    Then under that repeat it...
    It often got complicated and making it rese when you type the wrong key is even harder to do so this will also be useful!
    Removing the pauses for movement is also amazing!
    I always had
    If key (whatever is pressed)
    Change (X/Y) by (whatever)
    But this is so much easier to do too!
    These hacks are going to be very useful, I'm happy YT recommend wasn't useless for once!

  • @danddhampstudio
    @danddhampstudio ปีที่แล้ว +7

    4:46 seems pretty cool, especially when wanting to add secrets or whatever

  • @Kirbydogs9
    @Kirbydogs9 ปีที่แล้ว +92

    For the Remix Tree: They removed it at some point due to it being unnecessary, but never got rid of it's URL. It was used during I think when Scratch 2 was the latest version.

    • @vwslegacy2023
      @vwslegacy2023 ปีที่แล้ว +4

      yep it's scratch 2

    • @mysticaxolotl8215
      @mysticaxolotl8215 ปีที่แล้ว +2

      I can confirm

    • @wojtekgame
      @wojtekgame ปีที่แล้ว +3

      It was Scratch 2, now we have Scratch 3.0 and it still exists

    • @maranethan
      @maranethan ปีที่แล้ว +2

      Yes. I used scratch before version 3, and there was a button for it.

    • @St0rmGuy
      @St0rmGuy ปีที่แล้ว +3

      ScratchBlocks re-adds the remix tree

  • @AdiDK
    @AdiDK ปีที่แล้ว +9

    finally a scratch hacks video with actually useful tips that everybody don't know already

  • @vaguedestruction
    @vaguedestruction ปีที่แล้ว +71

    Fun Fact: With Makey Makey addon you don't have to use the join block like that. You can just type "up up down up down" in one space and leave the other space blank. Or you can set a variable to something and check if you press the variable's text. This also works with any letter, not just arrows, meaning you can do "A M O G U S" or "s c r a t c h" (cAps DoNT MaTtEr)

    • @orrinpants
      @orrinpants ปีที่แล้ว +9

      I agree.
      join(a)(b) is way more optimal than join(join(join()())(a)))(b)

    • @SLSmartMind
      @SLSmartMind  ปีที่แล้ว +4

      Thanks for sharing!

    • @homehome3487
      @homehome3487 ปีที่แล้ว +1

      @@SLSmartMind It didn't work for me (The black & white effect)

    • @Gamer_Games_
      @Gamer_Games_ ปีที่แล้ว

      @@homehome3487 Did you try doing (1 ÷ 0)?

    • @homehome3487
      @homehome3487 ปีที่แล้ว +1

      @@Gamer_Games_ I did AND NOTHING HAPPEN

  • @ItzMeLucasLol
    @ItzMeLucasLol ปีที่แล้ว +14

    On number 5, if you hold alt while resizing a side, the opposite side will mirror the side you are morphing.

  • @macksnotcool
    @macksnotcool ปีที่แล้ว +10

    Everyone has heard of size hack but rarely anybody has ever heard of position hack.
    - Use size hack to make your sprite very very big (ex. 10000).
    - set or change position of sprite.
    - set sprite size back to normal.
    The sprites can now go out of bounds without clipping on the edge of the canvas. This is great for scrolling games.

    • @RetroIsWatching
      @RetroIsWatching 11 หลายเดือนก่อน

      It doesn’t need to be too big, only big enough that it clips through the borders of the drawing canvas.

    • @-retex
      @-retex 10 ชั่วโมงที่ผ่านมา

      if you make a 0x0 costume (you may need to switch to bitmap then vector), then you can set size to Infinity, and go to (Infinity, Infinity)
      note that collisions don't work off screen

  • @user-BlackRedYellow-Games
    @user-BlackRedYellow-Games ปีที่แล้ว +26

    0:15 Play and Pause 1:13 Stop Sign Detector 1:41 Sprite Sizer 2:13 Shift Ctrl 2:44 Back to Hacks 3:34 Reset Shape 3:58 Custom key Combos 4:53 Dead drag 5:28 Secret menu

    • @user-betprolol
      @user-betprolol ปีที่แล้ว +3

      he gotta pin this man

    • @KarenOgnetaOfficial
      @KarenOgnetaOfficial 11 หลายเดือนก่อน +4

      5:52 Secret Emojis You Forgot

    • @1080GBA
      @1080GBA 8 หลายเดือนก่อน

      the shift ctrl thing.. every experienced google user knows that, its kinda not a hack

    • @anvithathathapudi1367
      @anvithathathapudi1367 2 หลายเดือนก่อน +1

      tysm!

  • @KBmain2827
    @KBmain2827 ปีที่แล้ว +6

    Your smart when Scratch dosent give us those blocks that’s why you have a smart mind

  • @lightuptheray4799
    @lightuptheray4799 ปีที่แล้ว +4

    Yo the key combo hack was SO helpful I NEEDED this oml

  • @Mozartminecraft
    @Mozartminecraft ปีที่แล้ว +25

    For the makey makey key trick you don’t need multiple join blocks. Just use one join block with all the arguments in the first parameter separated by spaces

    • @sawnyihtwe
      @sawnyihtwe ปีที่แล้ว +2

      {when key (join (up) (up) ) pressed ) means press up arrow key 2 times

  • @JyveeAnimate2009
    @JyveeAnimate2009 ปีที่แล้ว +6

    Fun fact: to make a sprite smaller then it’s max, make something REALLY BIG, and the. Shrink it down to 1%, boom!

  • @serd_apk
    @serd_apk ปีที่แล้ว +4

    don't know if tis known by a lot already but if you hold shift and click on multiple shapes you select them together

  • @waynewayne3258
    @waynewayne3258 ปีที่แล้ว +5

    5:06 you can do in an alternative way with 'forever' and 'if___ then' block

    • @yeetdragon2413
      @yeetdragon2413 ปีที่แล้ว +1

      a better way is to do "change x by (( - ))

  • @user-BlackRedYellow-Games
    @user-BlackRedYellow-Games ปีที่แล้ว +7

    5:27 code to delete pauses

  • @therealdeadend
    @therealdeadend ปีที่แล้ว +4

    By now I've already moved on from scratch to unity, but this was really interesting to watch! I wish I knew this back when I used scratch tho...

  • @crocolierrblx9365
    @crocolierrblx9365 ปีที่แล้ว +4

    The movement hack was really usefull

  • @BlockyXBlox
    @BlockyXBlox ปีที่แล้ว +3

    Thanks for helping me

  • @jc_progold1202
    @jc_progold1202 ปีที่แล้ว +6

    Hey, I'm a scratcher just like you and I was wondering if you could do project reviews or even account reviews. This sounds like advertising but don't worry, I'm against advertisers too 👍. I'm just looking for actual feedback on games. If no, then I don't mind, I'm already moving on from scratch now. I'm happy with my 5.3k followers 😁

  • @ponali.mememaker
    @ponali.mememaker ปีที่แล้ว +6

    1:16 i found that the title shown on the scratch desktop program is called "index.html"

    • @yeetdragon2413
      @yeetdragon2413 ปีที่แล้ว

      when using HTML/JS/CSS, the file name "index.html" is used as the default page and is recognized by all servers and devices as the default page, so that's probably why

  • @nikolagamer8846
    @nikolagamer8846 ปีที่แล้ว +3

    I actually discovered another hack in Scratch:
    If you erase a sprite while holding the right mouse button, after letting go, you can see the erase mark fully. Just discovered it while making a project.

  • @cassregisterr
    @cassregisterr ปีที่แล้ว +3

    this video taught me a few things that’ll be really useful, thanks

  • @UltraDestroya48
    @UltraDestroya48 ปีที่แล้ว +5

    * The paint bucket one where it removes the white background also does the other colors too.
    * It only works in bitmap btw

  • @hedgehogsmarbleruns3705
    @hedgehogsmarbleruns3705 ปีที่แล้ว +4

    you could get the remix tree and key enter presed with scratch addons

  • @BryndanMeyerholtTheRealDeal
    @BryndanMeyerholtTheRealDeal ปีที่แล้ว +4

    5'56 It might be due to the way Scratch handles Unicode, it might be in such a way that it can't recognize the upper planes, so Chakma users are out of luck.

  • @RazzleBloq
    @RazzleBloq ปีที่แล้ว +4

    Thanks for the pause play hack! I will definitely use it when making an MP3 player for my Scratch OS!

  • @StarMoonBlox
    @StarMoonBlox ปีที่แล้ว +5

    4:35 best moment

  • @chase938
    @chase938 ปีที่แล้ว +3

    This is the best video I ever seen in my entire life.

  • @Farleigh1050
    @Farleigh1050 ปีที่แล้ว +3

    2:13 For me, thats not an issue because i can just swipe left and right with 2 fingers on my trackpad (on my laptop), and on my computer, i have a left and right scroll on my mouse, bit i can see how that could come in use for others

  • @rokumote
    @rokumote ปีที่แล้ว +3

    Cool

  • @Oreopuchi
    @Oreopuchi ปีที่แล้ว +3

    #6 is so helpful. Thank you!

    • @SLSmartMind
      @SLSmartMind  ปีที่แล้ว +2

      Glad it was helpful!

  • @HAKANKOKCU
    @HAKANKOKCU ปีที่แล้ว +5

    2:20 its a browser sided thing.... not scratch itself...

  • @newdmitrij201
    @newdmitrij201 ปีที่แล้ว +7

    fun fact: scratch won't let you to make size over 27000

    • @TabahaniaMalaysian2013
      @TabahaniaMalaysian2013 8 หลายเดือนก่อน

      That's not true, I made a blank costume and got it to the size of 100,000.

    • @newdmitrij201
      @newdmitrij201 8 หลายเดือนก่อน

      it depends on the size of the costume@@TabahaniaMalaysian2013

    • @ziqiangao2851
      @ziqiangao2851 4 หลายเดือนก่อน

      Biggest size possible is 'Infinity' with the costume at 0x0

  • @domi-no1826
    @domi-no1826 ปีที่แล้ว +5

    2:10 the same with unlimited movement. I had to use this so I could make off-screen sprites work better

  • @MeleeGamer
    @MeleeGamer ปีที่แล้ว +5

    4:56 Or you could just use a loop like a normal person.

    • @AceTechn0
      @AceTechn0 ปีที่แล้ว +1

      The “repeat until” block IS a loop, right?

  • @tsksgaming9292
    @tsksgaming9292 ปีที่แล้ว +7

    Unlimited Movement Hack.
    Use the size hack to set size to Infinity (1/0 works). Then, movement is no longer limited to the edge. You can even reach Infinity coordinates with this!

    • @yeetdragon2413
      @yeetdragon2413 ปีที่แล้ว

      well its not an unlimited movement hack, its just because the larger the costume, the farther it can go offscreen, and it is used in main loops to allow a sprite to go offscreen in a larger costume and switch back to the smaller costume, making it appear as if the smaller costume is able to go offscreen.

    • @tsksgaming9292
      @tsksgaming9292 ปีที่แล้ว

      But a really big costume can't reach Infinite coordinates. With this hack, you can reach it.

    • @yeetdragon2413
      @yeetdragon2413 ปีที่แล้ว

      @@tsksgaming9292 well it goes back to the premise "the larger the sprite, the farther it can go offscreen", and because the distance offscreen the sprite can go is proportional to its size, and the only numbers really 'proportional' to infinity is itself and 0, it would either not allow the sprite to move, or allow it to go anywhere. according to your experiments, it seems like the latter is true.

    • @tsksgaming9292
      @tsksgaming9292 ปีที่แล้ว

      Perhaps you should try this hack out. It really isn't that hard.
      Make two costumes "Nothing" and "Normal"
      "Nothing" Costume contains nothing.
      "Normal" Costime can be anything. (just make sure it have something)
      switch to costume to "Nothing"
      set size to (1/0)
      switch costume to "Normal"
      change x by 1e104
      change y by 1e48
      after all this your coordinates should be
      (1e104,1e48)
      which is far larger than using really big sprite (unless you edited the .svg file and make the costume stupidly big)
      go to x : (1/0) y : (1e295)
      This block will take you to (Infinity,1e295).
      I am not sure if Infinity is possible with a Infinity×Infinity costume. (another experiment to conduct I geuss)
      As you can see, this hack don't limit your movement to just Infinity and 0. Instead it allows any movement from 0 to Infinity.
      This hack is actually impossible in slightly earlier version of scratch. Early scratch 3.0 only allows "Nothing" costume to be as big as 48000%. I guess that's why no one have discovered this hack yet.

    • @yeetdragon2413
      @yeetdragon2413 ปีที่แล้ว

      @@tsksgaming9292 I think we're miscommunicating, because I'm saying the same thing. Sprite size and costume size are synonymous, just kept track of in different ways, so changing either one of those changes how far a sprite can go offscreen. I might use this hack but it seems very niche, as normally you would only need to go far enough off screen to hide the sprite.

  • @pipi_spamton
    @pipi_spamton ปีที่แล้ว +2

    The second and seventh ones were so helpful! Thank you!

  • @EquaTechnologies
    @EquaTechnologies ปีที่แล้ว +2

    Wow!

  • @chickenfish15
    @chickenfish15 ปีที่แล้ว +13

    Fun fact: in the bitmap editor, if you shift-click a colour while using the paint bucket tool, then all instances of that colour will be changed to the colour that you want.

  • @obseletechannel
    @obseletechannel ปีที่แล้ว +5

    I think this guy is far too underrated. Wish you a million subs!

  • @savagecatdev
    @savagecatdev ปีที่แล้ว +5

    The background removal one only works sometimes because on some it leaves annoying white lines around it and looks horrible

    • @DuckyCamPlays
      @DuckyCamPlays ปีที่แล้ว

      hold shift as it will help

  • @nothingexistsintovoid
    @nothingexistsintovoid ปีที่แล้ว +4

    I tried 0.1 and it worked! 😏

  • @harasen_haras5
    @harasen_haras5 ปีที่แล้ว +2

    The idea for the first one and the one in the intro never crossed my mind to try out. I knew of the rest.

  • @Ibadullah
    @Ibadullah ปีที่แล้ว +3

    Oh I actually knew both the makey makey join and the secret imoji

  • @Hoggagf2
    @Hoggagf2 ปีที่แล้ว +17

    You can make a better movement system without the key pressed blocks, forever(change x by(key right pressed - key left pressed))
    You can multiply the value in the change x by like 5 to get a faster speed, and adding collisions is as simple as
    if (touching sprite (Cat)), then:
    change x by({the thing with the imput}*-5)
    to add y movement just do the same thing but change y and the controls are up - down

    • @Geomasterinagame
      @Geomasterinagame ปีที่แล้ว +1

      I would always do
      Forever
      If
      Change x by (number)

    • @LightGang484
      @LightGang484 ปีที่แล้ว

      @@Geomasterinagame I would do if key right pressed change x by 4/(2 if you want to animate) and same with key left

  • @Jess2abbie1
    @Jess2abbie1 ปีที่แล้ว +7

    When using the format where all sprites are visible, you can drag code into one sprite. The code will also remain in the original one

  • @Lautyrr
    @Lautyrr ปีที่แล้ว +3

    Fun fact: Scratch's remix tree was publicly available in Scratch 2

  • @thespinningcube
    @thespinningcube ปีที่แล้ว +12

    Scratch limits the pitch effect to between -360 and 360, which corresponds to 3 octaves in either direction. So the sound is probably still going at a slow speed, so not completely paused but close.

  • @Celeron581
    @Celeron581 ปีที่แล้ว +9

    The remix tree one is on the scratch online page until they updated Scratch 2 to scratch 3, then the removed that remix tree button, I don't know why. Also in scratch addons you can enable the remix tree button so you can easily go to that remix page

    • @four_eight
      @four_eight ปีที่แล้ว +1

      If you're lazy to type things, you can get scratch add-ons and search for remix tree and click on the option that says "Remix tree button", and now you have it

    • @lilycreeper5246
      @lilycreeper5246 ปีที่แล้ว

      @@four_eight they said that

  • @RedstoneRuler
    @RedstoneRuler ปีที่แล้ว +6

    I like how these tips range from helpful stuff to common knowledge disguised as a trick.

  • @kunkun545
    @kunkun545 ปีที่แล้ว +2

    this is really useful
    I finally know a way to remove background

  • @neverclickyes489
    @neverclickyes489 ปีที่แล้ว +4

    Fun fact : when Z is pressed while Control and shift are holding. It goes into the bitmap section.

  • @MeleeGamer
    @MeleeGamer ปีที่แล้ว +3

    The remix tree was an old feature. It's not secret, just removed.

  • @tobygregg
    @tobygregg ปีที่แล้ว +3

    The remix tree was an old feature that you could access with a button in scratch 2. So sad when they removed it.

  • @Gamer_Games_
    @Gamer_Games_ ปีที่แล้ว +4

    Did you know: You can import .gif files on scratch, and it uploads every frame. But it only works on gifs, I've tried making .mp4 files .gif files, and they got corrupted.

  • @oltenutu
    @oltenutu หลายเดือนก่อน +1

    Tip: You can use only one join block at the 3:58 hack. You just put on the left part of the join block any combo you want and boom! Works the same

  • @gabrielcitrowske8897
    @gabrielcitrowske8897 ปีที่แล้ว +3

    for 4:55 I never use events other than "when green flag clicked" I always just do forever: when key space is pressed etc

  • @nathanwongchinrenntps2403
    @nathanwongchinrenntps2403 ปีที่แล้ว +3

    The play and pause thing can be used with other music if you want a different music to be played. The remove background you can just go to remove bg thing and you can just remove

  • @-crystxlmoon
    @-crystxlmoon ปีที่แล้ว +3

    The remix tree actually used to be a there instead of 'view all remixes'. That's why it's there but is hidden.

  • @Maki56639
    @Maki56639 หลายเดือนก่อน +1

    make more of these, the makey makey combo one really caught my attention

  • @IMTheRealPaws
    @IMTheRealPaws ปีที่แล้ว +4

    Griffpatch is seeing this because he needs this for his RPG lol but you can just type A N Y T H I N G in a variable and place it for makey makey

    • @yeetdragon2413
      @yeetdragon2413 ปีที่แล้ว

      i think griffpatch already knows everything in this guide considering he already uses some of these methods and has better methods as well

  • @Old_Duo
    @Old_Duo ปีที่แล้ว +4

    Actual we don't need to fully use the timer, here are the *better* steps:
    1- Make a variable
    2- Always set the variable to "timer"
    3- Put block {(Yellow starter block) When (timer) > [(time variable) + (0.1)]} and here is a stop sign detector.

    • @aaron_27
      @aaron_27 ปีที่แล้ว +1

      no way
      duolingo

    • @Old_Duo
      @Old_Duo ปีที่แล้ว +1

      @@aaron_27 I am the fake one, look at my name closely. I am one of the slayed people.

    • @aaron_27
      @aaron_27 ปีที่แล้ว +1

      @@Old_Duo Yes I Know lmao

    • @Old_Duo
      @Old_Duo ปีที่แล้ว +1

      @Maddox Moore Did you put the +0.1?

    • @mercuryobjectcosmos
      @mercuryobjectcosmos 11 หลายเดือนก่อน

      @@Old_Duo why didn't i think of that (maddox moore was my school acc btw)

  • @PerfectionReincarnated
    @PerfectionReincarnated ปีที่แล้ว +4

    You can go bigger with it if you just put a square block down and making it as small as possible.

  • @stysan
    @stysan ปีที่แล้ว +4

    The remix tree was removed from Scratch 3 - it was in Scratch 2, though. To not break any of the links, Scratch decided to keep the remix trees. I still use it.

  • @Mozartminecraft
    @Mozartminecraft ปีที่แล้ว +4

    Remix tree used to be accessible in 2.0, I think they forgot to make an access button in 3.0

    • @vwslegacy2023
      @vwslegacy2023 ปีที่แล้ว +2

      They removed it but they didn't remove the url

    • @Mozartminecraft
      @Mozartminecraft ปีที่แล้ว +1

      @@vwslegacy2023 May have been unintentionally 'removed', as they could have planned a way to access it but forgot.

    • @wiliwilo
      @wiliwilo ปีที่แล้ว

      You mean overlooked

  • @FunkyPupo
    @FunkyPupo ปีที่แล้ว +1

    *Can you do a video of animation sync? I always try to make animations, but they don't sync with my music, which is really boring.* _And I bet the video you make would improve my coding a lot better :D_

  • @shiro6793
    @shiro6793 ปีที่แล้ว +2

    good pro

  • @scratchybongvt
    @scratchybongvt ปีที่แล้ว +3

    I've already know all of them except for the fact that you can make the whole stage black & white and play/pause music

  • @FriedCuttlefish
    @FriedCuttlefish ปีที่แล้ว +4

    all of these are really useful!

  • @Gnarpy_welove_GN4RPY
    @Gnarpy_welove_GN4RPY 3 หลายเดือนก่อน +1

    Hi SL Smart Mind!You Make AMAZING Videos!

    • @SLSmartMind
      @SLSmartMind  3 หลายเดือนก่อน +1

      Glad you like them!

  • @gabegamez1018
    @gabegamez1018 ปีที่แล้ว +2

    Using this hack at 3:34 also helps with MS paint imports

  • @The_Random_Youtuber
    @The_Random_Youtuber ปีที่แล้ว +3

    dang, wish i knew all this when i did scratch more!!

    • @The_Random_Youtuber
      @The_Random_Youtuber ปีที่แล้ว +1

      4:37 you can actually use just one join block as long as you have spaces. That's a really useful hack there

    • @SLSmartMind
      @SLSmartMind  ปีที่แล้ว +1

      Yep

  • @prowrestlingcolumbus
    @prowrestlingcolumbus 4 หลายเดือนก่อน +1

    thank you for the tips and in subscribed and liked

  • @FyonixYT
    @FyonixYT ปีที่แล้ว +4

    5:45 its not a secret menu, its an unused feature

    • @spinningorrila
      @spinningorrila 9 หลายเดือนก่อน

      You can use it as a feature easier with scratch addons

    • @FyonixYT
      @FyonixYT 9 หลายเดือนก่อน

      @@spinningorrila i know, because i am using it

  • @ImaginingScratcher-te6yj
    @ImaginingScratcher-te6yj ปีที่แล้ว +1

    5:06 fun fact, the Makey Makey version of those blocks continuously does the input if it's held down

  • @RonicTheEgg
    @RonicTheEgg ปีที่แล้ว +4

    The only use for the key pressed hat blocks are the scrolling function for up arrow and down arrow

  • @champion11devey
    @champion11devey 2 หลายเดือนก่อน +1

    thank you now I can make pvz without clunky white outlines

  • @half-qilin
    @half-qilin ปีที่แล้ว +1

    The remix tree was public when Scratch was still in its Flash days; Scratch 2 always had its Remix Tree public.

  • @Smash551
    @Smash551 ปีที่แล้ว +2

    first!!
    Btw Cooooooool

  • @mmfunnydubbings1475
    @mmfunnydubbings1475 ปีที่แล้ว +2

    He is a kind person like

  • @MysticaePlayz
    @MysticaePlayz 10 หลายเดือนก่อน +1

    Make a "when enter key pressed" block by using a "when ( ) key pressed" block, in the sensing category and then at where it says, "space", put in a join, delete the "apple", and at where it says "banana", type enter.

  • @rosemaryholloway4141
    @rosemaryholloway4141 ปีที่แล้ว +2

    Another one, (I dont own this btw) this is for platformer games. Events, when flag clicked, Control, forever, put if ____ then inside. Put "Mouse down?" in the if ____ then and inside the if then box go to motion and put go to ____ and select mouse-pointer.

  • @marco1941
    @marco1941 11 หลายเดือนก่อน +1

    The control key in the paint editor also locks the aspect ratio of any object if you hold down the key while changing the size of an object.

  • @Konstantin_Edits
    @Konstantin_Edits ปีที่แล้ว +3

    Thanks, but the BG remover helped me a looooooot, thanks

  • @maxvangulik1988
    @maxvangulik1988 ปีที่แล้ว +2

    4:40 lists are stored in their blocks as items with spaces between them, so would it work if you put a list into that hat block?

  • @biscade
    @biscade ปีที่แล้ว +2

    thank you

  • @bluescreenofdeath
    @bluescreenofdeath ปีที่แล้ว +1

    PS: When using play pause make sure on the pause code put (Set volume to (0)) Onto of (Set Pitch to ((-1/0)) Or you will hear a second of very very slow audio!

  • @liyueAmy
    @liyueAmy ปีที่แล้ว +1

    the second one is sooo helpful! thanks!

    • @SLSmartMind
      @SLSmartMind  ปีที่แล้ว +1

      Glad it was helpful!

  • @dom0_2007
    @dom0_2007 ปีที่แล้ว +3

    The tree once was a button. But it got removed.

  • @mmfunnydubbings1475
    @mmfunnydubbings1475 ปีที่แล้ว +2

    he is a kind person like

  • @GlagmiyOfficial
    @GlagmiyOfficial ปีที่แล้ว +2

    the shift key on paint editor worked!

  • @mtgamekid2510
    @mtgamekid2510 ปีที่แล้ว +1

    The size thing is actually really great, I like to make a custom block called “set size to () without bounds, and under I put define block: if size < 100 then [ set costume to really big ] else [set costume to blank ] set costume

  • @miguelaugstocalixto2236
    @miguelaugstocalixto2236 10 หลายเดือนก่อน +1

    How to break scratch:
    1. Go On a game (not made by you)
    2. Choose an random remix
    3. Play It until it's enough for you
    4. Then go back for the original game
    5. You made It!

  • @thatsenough391
    @thatsenough391 8 หลายเดือนก่อน +2

    Love this, thanks!

    • @SLSmartMind
      @SLSmartMind  8 หลายเดือนก่อน +2

      You're so welcome!

  • @Frilluway
    @Frilluway 5 หลายเดือนก่อน

    Thanks you for pause glitch i was seeking for it because i was making music system in scratch

    • @SLSmartMind
      @SLSmartMind  5 หลายเดือนก่อน

      Glad I could help

  • @the_real_twentytwentythree
    @the_real_twentytwentythree ปีที่แล้ว +1

    The "Stop sign detector" can be used for thumbnails

  • @NotTelling-nt5qq
    @NotTelling-nt5qq ปีที่แล้ว +2

    Heyy i saw my art in the rain game lol

  • @letsplaykomikkid
    @letsplaykomikkid ปีที่แล้ว +3

    Well sometimes, the backround isn't always the same color, like on some troll face images.
    Trust me.