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
@SLSmartMind2 жыл бұрын
Yep That's the best option in scratch
@kos2562 жыл бұрын
@@SLSmartMind Or you could gain access to custom python commands for compatible blocks which do allow for completely frozen playback.
@cacacaca6442 жыл бұрын
@@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-2 жыл бұрын
Oh, that’s actually better for my intentions
@jumongandpudong2 жыл бұрын
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_Blueness2 жыл бұрын
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.
@cosmocode752 жыл бұрын
Agreed
@alloftheabove123productions2 жыл бұрын
@@cosmocode75 Yes!
@wojtekgame2 жыл бұрын
@@cosmocode75 same
@ajgonzales7039 Жыл бұрын
You know you can just put "remixtree" at the end of the scratch url right?
@3sides-o2b8 ай бұрын
And on the acratch addons you can add the 2.0 to 3.0 option om rhis page too
@AdiDK2 жыл бұрын
finally a scratch hacks video with actually useful tips that everybody don't know already
@DreamingNightmares2 жыл бұрын
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!
@SLSmartMind2 жыл бұрын
Glad it helped :D
@lindseylopez35Ай бұрын
HOW IS THIS COMMENT SO LONG
@DreamingNightmaresАй бұрын
@@lindseylopez35 I have a habit of rambling on sometimes 😅 And looking back, can't believe PNGs was autocorrect to Pangs...
@DreamingNightmaresАй бұрын
@@lindseylopez35 I have a habit of rambling on sometimes 😅 This isn't even my longest comment/reply I've ever typed, although I tend to go on for so long that I end up just deciding not to post what I typed and delete it all. And looking back, can't believe PNGs was autocorrect to Pangs...
@vaguedestruction2 жыл бұрын
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)
@orrinpants2 жыл бұрын
I agree. join(a)(b) is way more optimal than join(join(join()())(a)))(b)
@SLSmartMind2 жыл бұрын
Thanks for sharing!
@homehome34872 жыл бұрын
@@SLSmartMind It didn't work for me (The black & white effect)
@Gamer_Games_10002 жыл бұрын
@@homehome3487 Did you try doing (1 ÷ 0)?
@homehome34872 жыл бұрын
@@Gamer_Games_1000 I did AND NOTHING HAPPEN
@macksnotcool2 жыл бұрын
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 Жыл бұрын
It doesn’t need to be too big, only big enough that it clips through the borders of the drawing canvas.
@-retex7 ай бұрын
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
@TheOnlyBakon2 жыл бұрын
Your smart when Scratch dosent give us those blocks that’s why you have a smart mind
@Kirbydogs92 жыл бұрын
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.
@enzo-d4k2 жыл бұрын
yep it's scratch 2
@mysticaxolotl82152 жыл бұрын
I can confirm
@wojtekgame2 жыл бұрын
It was Scratch 2, now we have Scratch 3.0 and it still exists
@maranethan2 жыл бұрын
Yes. I used scratch before version 3, and there was a button for it.
@St0rmGuy2 жыл бұрын
ScratchBlocks re-adds the remix tree
@Mozartminecraft2 жыл бұрын
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 Жыл бұрын
{when key (join (up) (up) ) pressed ) means press up arrow key 2 times
@danddhampstudio Жыл бұрын
4:46 seems pretty cool, especially when wanting to add secrets or whatever
@JyveeAnimate20092 жыл бұрын
Fun fact: to make a sprite smaller then it’s max, make something REALLY BIG, and the. Shrink it down to 1%, boom!
@jc_progold12022 жыл бұрын
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 😁
@lucuzlol2 жыл бұрын
On number 5, if you hold alt while resizing a side, the opposite side will mirror the side you are morphing.
@user-BlackRedYellow-Games2 жыл бұрын
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 Жыл бұрын
he gotta pin this man
@KarenOgnetaOfficial Жыл бұрын
5:52 Secret Emojis You Forgot
@1080GBA Жыл бұрын
the shift ctrl thing.. every experienced google user knows that, its kinda not a hack
@therealdeadend2 жыл бұрын
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...
@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.
@obseletechannel2 жыл бұрын
I think this guy is far too underrated. Wish you a million subs!
@SLSmartMind2 жыл бұрын
Thanks
@lightuptheray47992 жыл бұрын
Yo the key combo hack was SO helpful I NEEDED this oml
@SLSmartMind2 жыл бұрын
:D
@cassregisterr2 жыл бұрын
this video taught me a few things that’ll be really useful, thanks
@SLSmartMind2 жыл бұрын
Glad to hear it!
@pipi_spamton Жыл бұрын
The second and seventh ones were so helpful! Thank you!
@SLSmartMind Жыл бұрын
I'm so glad!
@ThisCashewIsNotANut2 жыл бұрын
This is the best video I ever seen in my entire life.
@RazzleBloq2 жыл бұрын
Thanks for the pause play hack! I will definitely use it when making an MP3 player for my Scratch OS!
@Jess2abbie12 жыл бұрын
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
@nikolagamer88462 жыл бұрын
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.
@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.
@Oreopuchi2 жыл бұрын
#6 is so helpful. Thank you!
@SLSmartMind2 жыл бұрын
Glad it was helpful!
@BryndanMeyerholtTheRealDeal2 жыл бұрын
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 Жыл бұрын
5:56
@chickenfish152 жыл бұрын
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.
@Markomilicic0122 жыл бұрын
thank you
@scratchybongvt2 жыл бұрын
I've already know all of them except for the fact that you can make the whole stage black & white and play/pause music
@UltraDestroya482 жыл бұрын
* The paint bucket one where it removes the white background also does the other colors too. * It only works in bitmap btw
@Gnarpy_welove_GN4RPY11 ай бұрын
Hi SL Smart Mind!You Make AMAZING Videos!
@SLSmartMind11 ай бұрын
Glad you like them!
@DumbYT2 жыл бұрын
They play/pause music is genius I tried to make a project like that before and it never worked wow
@serd_apk2 жыл бұрын
don't know if tis known by a lot already but if you hold shift and click on multiple shapes you select them together
@SLSmartMind2 жыл бұрын
Yep
@smshahednejhum97673 ай бұрын
thank you so much!!!!!! You have no idea how much you fixed my game
@SLSmartMind3 ай бұрын
Glad I could help! 😄
@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_
@gabrielcitrowske88972 жыл бұрын
for 4:55 I never use events other than "when green flag clicked" I always just do forever: when key space is pressed etc
@Hoggagf22 жыл бұрын
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 Жыл бұрын
I would always do Forever If Change x by (number)
@OfficialGowilaGuy Жыл бұрын
@@Geomasterinagame I would do if key right pressed change x by 4/(2 if you want to animate) and same with key left
@tsksgaming92922 жыл бұрын
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!
@yeetdragon24132 жыл бұрын
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.
@tsksgaming92922 жыл бұрын
But a really big costume can't reach Infinite coordinates. With this hack, you can reach it.
@yeetdragon24132 жыл бұрын
@@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.
@tsksgaming92922 жыл бұрын
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.
@yeetdragon24132 жыл бұрын
@@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.
@kunkun545 Жыл бұрын
this is really useful I finally know a way to remove background
@RandomGuy-v7p2 жыл бұрын
5:06 you can do in an alternative way with 'forever' and 'if___ then' block
@yeetdragon24132 жыл бұрын
a better way is to do "change x by (( - ))
@Nova135662 жыл бұрын
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_eight2 жыл бұрын
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
@lilycreeper52462 жыл бұрын
@@four_eight they said that
@Lautyrr2 жыл бұрын
Fun fact: Scratch's remix tree was publicly available in Scratch 2
@nathanwongchinrenntps24032 жыл бұрын
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
@RedstoneRuler2 жыл бұрын
I like how these tips range from helpful stuff to common knowledge disguised as a trick.
@SLSmartMind2 жыл бұрын
Yep
@Constantine123k2 жыл бұрын
Thanks, but the BG remover helped me a looooooot, thanks
@SLSmartMind2 жыл бұрын
Glad it helped
@StevhynAturlyn Жыл бұрын
I subscribed so I am 1000000000000 IQ. Also thank you for these helpful hacks 😊❤
@SLSmartMind Жыл бұрын
:D
@user-BlackRedYellow-Games2 жыл бұрын
5:27 code to delete pauses
@Maki56-e7m8 ай бұрын
make more of these, the makey makey combo one really caught my attention
@ponali.mememaker2 жыл бұрын
1:16 i found that the title shown on the scratch desktop program is called "index.html"
@yeetdragon24132 жыл бұрын
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
@stysan2 жыл бұрын
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.
@AuthenticKale2 жыл бұрын
all of these are really useful!
@SLSmartMind2 жыл бұрын
:D
@StoodknightАй бұрын
I can now say that my mind is smarter indeed! thats for these scratch hacks i will be using these in my new projects for sure!
@SLSmartMindАй бұрын
Awesome 😎
@BlockyXBlox2 жыл бұрын
Thanks for helping me
@FUN_gun19142 жыл бұрын
Well sometimes, the backround isn't always the same color, like on some troll face images. Trust me.
@The_Random_Youtuber2 жыл бұрын
dang, wish i knew all this when i did scratch more!!
@The_Random_Youtuber2 жыл бұрын
4:37 you can actually use just one join block as long as you have spaces. That's a really useful hack there
@SLSmartMind2 жыл бұрын
Yep
@randomstuff-r5w Жыл бұрын
Fun fact : when Z is pressed while Control and shift are holding. It goes into the bitmap section.
@savagecatdev2 жыл бұрын
The background removal one only works sometimes because on some it leaves annoying white lines around it and looks horrible
@Duckuu_12 жыл бұрын
hold shift as it will help
@crocolierrblx93652 жыл бұрын
The movement hack was really usefull
@Hotdogsal997 ай бұрын
You could also put a repeat 10 block..... But you would need a completely different walking code.
@thisis_mudchute2 жыл бұрын
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
@HAKANKOKCU2 жыл бұрын
2:20 its a browser sided thing.... not scratch itself...
@Mozartminecraft2 жыл бұрын
Remix tree used to be accessible in 2.0, I think they forgot to make an access button in 3.0
@enzo-d4k2 жыл бұрын
They removed it but they didn't remove the url
@Mozartminecraft2 жыл бұрын
@@enzo-d4k May have been unintentionally 'removed', as they could have planned a way to access it but forgot.
@wiliwilo2 жыл бұрын
You mean overlooked
@Meet_The_Arsonist2 жыл бұрын
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_272 жыл бұрын
no way duolingo
@Meet_The_Arsonist2 жыл бұрын
@@aaron_27 I am the fake one, look at my name closely. I am one of the slayed people.
@aaron_272 жыл бұрын
@@Meet_The_Arsonist Yes I Know lmao
@Meet_The_Arsonist Жыл бұрын
@Maddox Moore Did you put the +0.1?
@mississippiandalabama Жыл бұрын
@@Meet_The_Arsonist why didn't i think of that (maddox moore was my school acc btw)
@tobygregg Жыл бұрын
The remix tree was an old feature that you could access with a button in scratch 2. So sad when they removed it.
@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.
@liyueAmy Жыл бұрын
the second one is sooo helpful! thanks!
@SLSmartMind Жыл бұрын
Glad it was helpful!
@FebriDahri Жыл бұрын
Nice Code thx
@SLSmartMind Жыл бұрын
Enjoy
@dom0_20072 жыл бұрын
The tree once was a button. But it got removed.
@prowrestlingcolumbus Жыл бұрын
thank you for the tips and in subscribed and liked
@prowrestlingcolumbus Жыл бұрын
sorry i misplaced the n
@SLSmartMind Жыл бұрын
Thanks for the sub!
@domi-no18262 жыл бұрын
2:10 the same with unlimited movement. I had to use this so I could make off-screen sprites work better
@oltenutu9 ай бұрын
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
@hedgehogsmarbleruns37052 жыл бұрын
you could get the remix tree and key enter presed with scratch addons
@rokumote2 жыл бұрын
Cool
@gameking11692 жыл бұрын
The remix tree might not be made by scratch since cratch addons made a button to get there
@thatsenough391 Жыл бұрын
Love this, thanks!
@SLSmartMind Жыл бұрын
You're so welcome!
@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?
@ItsBinTheGamer5 ай бұрын
I subbed :)
@SLSmartMind5 ай бұрын
:D
@z.a.k.e.n.39012 жыл бұрын
Another really useful key: Holding shift while using the fill tool on Scratch will change color from all pixels within the same color radius. It's very, VERY useful and even LESS time consuming! EDIT: However, this only works on Bitmap tho
@SLSmartMind2 жыл бұрын
Thanks for sharing!
@haboob-r8p2 жыл бұрын
That, and if you're using it to remove a fake transparent background or something like that, be prepared for countless parts of the actual sprite to be totally demolished.
@z.a.k.e.n.39012 жыл бұрын
@@haboob-r8p unless, the color is not white and is something like blue or green or salmon, that will work!
@haboob-r8p Жыл бұрын
@@z.a.k.e.n.3901 unless there are also blue/green/salmon parts in the sprite :trol:
@-crystxlmoon Жыл бұрын
The remix tree actually used to be a there instead of 'view all remixes'. That's why it's there but is hidden.
@Glagmi Жыл бұрын
the shift key on paint editor worked!
@WeirdAl-productions-iscool2 жыл бұрын
I tried 0.1 and it worked! 😏
@AhtshamNine Жыл бұрын
This guy is basically indian Griffpatch :D
@SLSmartMind Жыл бұрын
Thanks :D
@Gamer_Games_10002 жыл бұрын
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.
@SLSmartMind2 жыл бұрын
Yep
@Kreskowy2 жыл бұрын
5:45 its not a secret menu, its an unused feature
@spinningorrila Жыл бұрын
You can use it as a feature easier with scratch addons
@Kreskowy Жыл бұрын
@@spinningorrila i know, because i am using it
@BuggaDude2012 Жыл бұрын
5:27 Now i can use a remix tree! I forgot about that!
@rokiler17122 жыл бұрын
5:10 just put it in a forever loop
@StarMoonBlox2 жыл бұрын
4:35 best moment
@MeleeGamer2 жыл бұрын
The remix tree was an old feature. It's not secret, just removed.
@RonicTheEgg2 жыл бұрын
The only use for the key pressed hat blocks are the scrolling function for up arrow and down arrow
@MeleeGamer2 жыл бұрын
4:56 Or you could just use a loop like a normal person.
@AceTechn02 жыл бұрын
The “repeat until” block IS a loop, right?
@EquaTechnologies2 жыл бұрын
Wow!
@marco1941 Жыл бұрын
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.
@WhatTheBleep242 жыл бұрын
The remix tree has a button for it. You don’t have to type “remix tree” Edit: you must have AddOns
@AceTechn02 жыл бұрын
Not anymore, after Scratch 3.0 the remix tree button was removed
@thethree13o2 жыл бұрын
you need scratch addons if you want the button back
@WhatTheBleep242 жыл бұрын
@@thethree13o oh yeah! I have those. AddOns Makes Scratch a lot easier
@thethree13o2 жыл бұрын
@@WhatTheBleep24 yes addons are awesome
@GuyDudeMan552 жыл бұрын
Hey you should play sonic legends
@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!
@biscade2 жыл бұрын
thank you
@ImaginingScratcher-te6yj Жыл бұрын
5:06 fun fact, the Makey Makey version of those blocks continuously does the input if it's held down
@mtgamekid2510 Жыл бұрын
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
@mississippiandalabama Жыл бұрын
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.
@NotTelling-nt5qq2 жыл бұрын
Heyy i saw my art in the rain game lol
@MysticaePlayzYT Жыл бұрын
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.