TOP 10 SCRATCH HACKS !

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

Пікірлер: 416

  • @zigotonlover
    @zigotonlover Жыл бұрын

    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

    Жыл бұрын

    Yep That's the best option in scratch

  • @kos256

    @kos256

    Жыл бұрын

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

  • @cacacaca644

    @cacacaca644

    Жыл бұрын

    @@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-

    Жыл бұрын

    Oh, that’s actually better for my intentions

  • @jumongandpudong

    @jumongandpudong

    Жыл бұрын

    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 Жыл бұрын

    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

    Жыл бұрын

    Agreed

  • @alloftheabove123productions

    @alloftheabove123productions

    Жыл бұрын

    @@-CosmoCode Yes!

  • @wojtekgame

    @wojtekgame

    Жыл бұрын

    @@-CosmoCode same

  • @ajgonzales7039

    @ajgonzales7039

    Жыл бұрын

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

  • @Kirbydogs9
    @Kirbydogs9 Жыл бұрын

    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

    Жыл бұрын

    yep it's scratch 2

  • @mysticaxolotl8215

    @mysticaxolotl8215

    Жыл бұрын

    I can confirm

  • @wojtekgame

    @wojtekgame

    Жыл бұрын

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

  • @maranethan

    @maranethan

    Жыл бұрын

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

  • @St0rmGuy

    @St0rmGuy

    Жыл бұрын

    ScratchBlocks re-adds the remix tree

  • @vaguedestruction
    @vaguedestruction Жыл бұрын

    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

    Жыл бұрын

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

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    Thanks for sharing!

  • @homehome3487

    @homehome3487

    Жыл бұрын

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

  • @Gamer_Games_

    @Gamer_Games_

    Жыл бұрын

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

  • @homehome3487

    @homehome3487

    Жыл бұрын

    @@Gamer_Games_ I did AND NOTHING HAPPEN

  • @macksnotcool
    @macksnotcool Жыл бұрын

    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

    10 ай бұрын

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

  • @AdiDK
    @AdiDK Жыл бұрын

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

  • @danddhampstudio
    @danddhampstudio Жыл бұрын

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

  • @DreamingNightmares
    @DreamingNightmares Жыл бұрын

    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!

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    Glad it helped :D

  • @jc_progold1202
    @jc_progold1202 Жыл бұрын

    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 😁

  • @ItzMeLucasLol
    @ItzMeLucasLol Жыл бұрын

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

  • @JyveeAnimate2009
    @JyveeAnimate2009 Жыл бұрын

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

  • @user-BlackRedYellow-Games
    @user-BlackRedYellow-Games Жыл бұрын

    5:27 code to delete pauses

  • @Mozartminecraft
    @Mozartminecraft Жыл бұрын

    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

    Жыл бұрын

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

  • @UltraDestroya48
    @UltraDestroya48 Жыл бұрын

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

  • @waynewayne3258
    @waynewayne3258 Жыл бұрын

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

  • @yeetdragon2413

    @yeetdragon2413

    Жыл бұрын

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

  • @serd_apk
    @serd_apk Жыл бұрын

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

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    Yep

  • @user-BlackRedYellow-Games
    @user-BlackRedYellow-Games Жыл бұрын

    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

    11 ай бұрын

    he gotta pin this man

  • @KarenOgnetaOfficial

    @KarenOgnetaOfficial

    10 ай бұрын

    5:52 Secret Emojis You Forgot

  • @1080GBA

    @1080GBA

    7 ай бұрын

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

  • @anvithathathapudi1367

    @anvithathathapudi1367

    Ай бұрын

    tysm!

  • @KBmain2827
    @KBmain2827 Жыл бұрын

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

  • @nikolagamer8846
    @nikolagamer8846 Жыл бұрын

    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.

  • @ponali.mememaker
    @ponali.mememaker Жыл бұрын

    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

  • @StarMoonBlox
    @StarMoonBlox Жыл бұрын

    4:35 best moment

  • @BryndanMeyerholtTheRealDeal
    @BryndanMeyerholtTheRealDeal Жыл бұрын

    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.

  • @elijah44gd79

    @elijah44gd79

    Жыл бұрын

    5:56

  • @HAKANKOKCU
    @HAKANKOKCU Жыл бұрын

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

  • @hedgehogsmarbleruns3705
    @hedgehogsmarbleruns3705 Жыл бұрын

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

  • @Hoggagf2
    @Hoggagf2 Жыл бұрын

    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

    Жыл бұрын

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

  • @GowilaAnimates

    @GowilaAnimates

    11 ай бұрын

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

  • @Lautyrr
    @Lautyrr Жыл бұрын

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

  • @Farleigh1050
    @Farleigh1050 Жыл бұрын

    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

  • @thespinningcube
    @thespinningcube Жыл бұрын

    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.

  • @lightuptheray4799
    @lightuptheray4799 Жыл бұрын

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

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    :D

  • @chickenfish15
    @chickenfish15 Жыл бұрын

    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.

  • @Picked_MarkoMilicic

    @Picked_MarkoMilicic

    Жыл бұрын

    thank you

  • @therealdeadend
    @therealdeadend Жыл бұрын

    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...

  • @domi-no1826
    @domi-no1826 Жыл бұрын

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

  • @Jess2abbie1
    @Jess2abbie1 Жыл бұрын

    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

  • @Celeron581
    @Celeron581 Жыл бұрын

    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

    Жыл бұрын

    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

  • @crocolierrblx9365
    @crocolierrblx9365 Жыл бұрын

    The movement hack was really usefull

  • @chase938
    @chase938 Жыл бұрын

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

  • @zzcole.
    @zzcole. Жыл бұрын

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

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    Thanks

  • @MeleeGamer
    @MeleeGamer Жыл бұрын

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

  • @tsksgaming9292
    @tsksgaming9292 Жыл бұрын

    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.

  • @newdmitrij201
    @newdmitrij201 Жыл бұрын

    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

  • @Gamer_Games_
    @Gamer_Games_ Жыл бұрын

    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.

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    Yep

  • @rokumote
    @rokumote Жыл бұрын

    Cool

  • @RazzleBloq
    @RazzleBloq Жыл бұрын

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

  • @tobygregg
    @tobygregg Жыл бұрын

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

  • @EquaTechnologies
    @EquaTechnologies Жыл бұрын

    Wow!

  • @savagecatdev
    @savagecatdev Жыл бұрын

    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

  • @neverclickyes489
    @neverclickyes489 Жыл бұрын

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

  • @Oreopuchi
    @Oreopuchi Жыл бұрын

    #6 is so helpful. Thank you!

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    Glad it was helpful!

  • @harasen_haras5
    @harasen_haras5 Жыл бұрын

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

  • @SubToHexGamerYT
    @SubToHexGamerYT Жыл бұрын

    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

  • @-crystxlmoon
    @-crystxlmoon Жыл бұрын

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

  • @Mozartminecraft
    @Mozartminecraft Жыл бұрын

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

  • @vwslegacy2023

    @vwslegacy2023

    Жыл бұрын

    They removed it but they didn't remove the url

  • @Mozartminecraft

    @Mozartminecraft

    Жыл бұрын

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

  • @wiliwilo

    @wiliwilo

    Жыл бұрын

    You mean overlooked

  • @stysan
    @stysan Жыл бұрын

    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.

  • @gabrielcitrowske8897
    @gabrielcitrowske8897 Жыл бұрын

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

  • @BlockyXBlox
    @BlockyXBlox Жыл бұрын

    Thanks for helping me

  • @nathanwongchinrenntps2403
    @nathanwongchinrenntps2403 Жыл бұрын

    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

  • @Ibadullah
    @Ibadullah Жыл бұрын

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

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    Cool

  • @Imsoboredthatyes
    @Imsoboredthatyes Жыл бұрын

    666 views holy😳💀

  • @pipi_spamton
    @pipi_spamton Жыл бұрын

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

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    I'm so glad!

  • @RedstoneRuler
    @RedstoneRuler Жыл бұрын

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

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    Yep

  • @PerfectionReincarnated
    @PerfectionReincarnated Жыл бұрын

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

  • @kunkun545
    @kunkun545 Жыл бұрын

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

  • @cassregisterr
    @cassregisterr Жыл бұрын

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

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    Glad to hear it!

  • @MeleeGamer
    @MeleeGamer Жыл бұрын

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

  • @AceTechn0

    @AceTechn0

    Жыл бұрын

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

  • @oltenutu
    @oltenutu28 күн бұрын

    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

  • @nothingexistsintovoid
    @nothingexistsintovoid Жыл бұрын

    I tried 0.1 and it worked! 😏

  • @maxvangulik1988
    @maxvangulik1988 Жыл бұрын

    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?

  • @Old_Duo
    @Old_Duo Жыл бұрын

    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

    Жыл бұрын

    no way duolingo

  • @Old_Duo

    @Old_Duo

    Жыл бұрын

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

  • @aaron_27

    @aaron_27

    Жыл бұрын

    @@Old_Duo Yes I Know lmao

  • @Old_Duo

    @Old_Duo

    Жыл бұрын

    @Maddox Moore Did you put the +0.1?

  • @mississippiandalabama

    @mississippiandalabama

    10 ай бұрын

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

  • @EmreYey
    @EmreYey Жыл бұрын

    I remember the remix tree being avalible through a button like 3-4 yrs ago am i wrong

  • @SLSmartMind

    @SLSmartMind

    Жыл бұрын

    Before Scratch 3.0

  • @gabegamez1018
    @gabegamez1018 Жыл бұрын

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

  • @FunkyPupo
    @FunkyPupo Жыл бұрын

    *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 Жыл бұрын

    good pro

  • @Maki56639
    @Maki566393 күн бұрын

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

  • @scratchybongvt
    @scratchybongvt Жыл бұрын

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

  • @RonicTheEgg
    @RonicTheEgg Жыл бұрын

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

  • @Smash551
    @Smash551 Жыл бұрын

    first!! Btw Cooooooool

  • @marco1941
    @marco194110 ай бұрын

    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.

  • @miguelaugstocalixto2236
    @miguelaugstocalixto22369 ай бұрын

    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
    @thatsenough3917 ай бұрын

    Love this, thanks!

  • @SLSmartMind

    @SLSmartMind

    7 ай бұрын

    You're so welcome!

  • @half-qilin
    @half-qilin11 ай бұрын

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

  • @letsplaykomikkid
    @letsplaykomikkid Жыл бұрын

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

  • @rosemaryholloway4141
    @rosemaryholloway4141 Жыл бұрын

    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.

  • @user-cg2tr7ns4u
    @user-cg2tr7ns4u7 ай бұрын

    0:12 block (pause music) (play music) 1:13 block (when 🛑 clicked) 1:41 Bigger size block (change size by (1435)) 2:13 [shift][ctrl] ERROR W.I.P

  • @mtgamekid2510
    @mtgamekid251011 ай бұрын

    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

  • @bluescreenofdeath
    @bluescreenofdeath Жыл бұрын

    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!

  • @champion11devey
    @champion11devey2 ай бұрын

    thank you now I can make pvz without clunky white outlines

  • @The_Random_Youtuber
    @The_Random_Youtuber Жыл бұрын

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

  • @The_Random_Youtuber

    @The_Random_Youtuber

    Жыл бұрын

    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

    Жыл бұрын

    Yep

  • @FyonixYT
    @FyonixYT Жыл бұрын

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

  • @spinningorrila

    @spinningorrila

    8 ай бұрын

    You can use it as a feature easier with scratch addons

  • @FyonixYT

    @FyonixYT

    8 ай бұрын

    @@spinningorrila i know, because i am using it

  • @GuidryBrown1
    @GuidryBrown13 ай бұрын

    I am so sorry for your loss and I hope you find peace in your heart and soul and that you find peace and peace in your life and that you will be able to get through this difficult time with your family and friends and family and friends in the future and I know that you will be able to do this for you and I know that you are in my heart and I know that you are very strong and I know that you are strong and I am so proud of you and I am so happy for you and your family and I know that you are going 🎉🎉🎉🎉🎉🎉 happy anniversary and many more years of happiness to you all my dear friends love you 😘 and I hope you have a wonderful day and I love you so much so bye now

  • @ImaginingScratcher-te6yj
    @ImaginingScratcher-te6yj Жыл бұрын

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

  • @gameking1169
    @gameking1169 Жыл бұрын

    The remix tree might not be made by scratch since cratch addons made a button to get there

  • @TylerOrMom
    @TylerOrMom9 ай бұрын

    5:27 Now i can use a remix tree! I forgot about that!

  • @2000SubGoal-Aturlyn
    @2000SubGoal-Aturlyn7 ай бұрын

    I subscribed so I am 1000000000000 IQ. Also thank you for these helpful hacks 😊❤

  • @SLSmartMind

    @SLSmartMind

    7 ай бұрын

    :D

  • @DaThingy
    @DaThingy9 ай бұрын

    You know an easier way to get rid of the background from sprite sheets is to Shift + Click the background Colour (while using the bucket tool and having an empty colour.) which will get rid of all the same colours in that costume.

  • @mississippiandalabama
    @mississippiandalabama10 ай бұрын

    You can change the colo(u)r and shape of custom blocks using penguin mod. You can change the colo(u)r to all the categories, or a custom colo(u)r, but you can only have the shape as a reporter block, a boolean block, a stack block, or a cap block. You cannot change it to a hat block or a wrap block.

  • @Gnarpy_weloveGN4RPY
    @Gnarpy_weloveGN4RPY2 ай бұрын

    Hi SL Smart Mind!You Make AMAZING Videos!

  • @SLSmartMind

    @SLSmartMind

    2 ай бұрын

    Glad you like them!

  • @Account-qk8wt
    @Account-qk8wt8 ай бұрын

    when he said to subscribe, the subscribe button got marked/outlined with a gradient-color outline, wow!😮😮😮

  • @SLSmartMind

    @SLSmartMind

    8 ай бұрын

    Wow

  • @isabellayu5118
    @isabellayu511810 ай бұрын

    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.

  • @the_real_twentytwentythree
    @the_real_twentytwentythree Жыл бұрын

    The "Stop sign detector" can be used for thumbnails

  • @whyisthisevenneccessary
    @whyisthisevenneccessary11 ай бұрын

    for the first one, you can just do when (insert any key) key pressed if volume = 100 set volume to 0% else set volume to 100%

  • @whyisthisevenneccessary

    @whyisthisevenneccessary

    11 ай бұрын

    and for removing pauses, you can do this too when green flag clicked forever if left arrow pressed move -(any number) steps/move x by -(any number) if right arrow pressed move (any number)/move x by (any number) this is more simplified than what's in the video, yw