The 5 Most USELESS Scratch Blocks! 🤮📉

Поделиться
HTML-код
  • Опубликовано: 20 июл 2023
  • Hello Everybody!
    Today I'll be showing you the worst Scratch blocks :)
    Like and share if you enjoyed ❤️
    👑 Join the channel to get access to perks:
    / @thesteamist
    🔔 Subscribe for more videos:
    www.youtube.com/@TheSTEAMist?...
    🐱 My Scratch Profile:
    scratch.mit.edu/users/ThePhan...
    ---------------------------------------------
    🔥 RELATED VIDEOS:
    ▸ The 5 Most UNDERRATED Scratch Blocks!: • The 5 Most UNDERRATED ...
    ▸ NEW Blocks with Scratch Lab: • NEW Blocks with Scratc...
    ▸ Get POPULAR on Scratch: • Get POPULAR on Scratch 📈🤩
    ▸ The BEST Scratch ADDONS: • The BEST Scratch ADDONS 👑
    #TheSTEAMist
  • РазвлеченияРазвлечения

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

  • @marmaladetoast2431
    @marmaladetoast2431 11 месяцев назад +72

    The "days since 2000" block was useless until I found out that it queries system time, so it is volatile even when queried in run without screen refresh blocks. Super useful for diagnosing lag problems in 3D projects.

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

      sounds like you're coding some advanced stuff :O

    • @NotRealChatGPT
      @NotRealChatGPT 11 месяцев назад +9

      i think the reason it says tuesday is the 3rd day of the week is because it thinks the week starts on sunday
      honestly i think that too lol

    • @arthurzhg2887
      @arthurzhg2887 9 месяцев назад +4

      i use it for clock too and it very useful for me

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

      Also in Vietnamese Tuesday is called 3rd day of the week

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

      ​@@NotRealChatGPTcorrectly it starts onsunday

  • @SsvbxxYT
    @SsvbxxYT 11 месяцев назад +84

    1. The "If on edge, bounce" block is working; however, it's being used with a "change x by ()" block. If you use it with the "move () steps" block, it becomes more noticeable.
    2. Completely agree.
    3. The glide blocks are useful only for beginners; once you learn how to use Scratch, you can code much better glides without using them.
    4. Agree; the touching color blocks are also much slower than sprite collisions.
    5. The "current day of week" block returns 3 for Tuesday because the week starts on Sunday, not Monday; the reason why Sunday is often called a weekend is because things such as school, work, etc. begin on Monday and end on Friday.

    • @skilzrus8965
      @skilzrus8965 9 месяцев назад +3

      i was gonna comment the same thing about number 1

    • @strandedice5145
      @strandedice5145 7 месяцев назад +1

      The week really only starts on Sunday in English speaking countries. Basically everywhere else it starts on Monday.

    • @Shadowed222
      @Shadowed222 6 месяцев назад +2

      MONDAY IS THE FIRST DAY OF THE WEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEK

    • @Cooldude-n1i
      @Cooldude-n1i 6 месяцев назад

      No it isn't@@Shadowed222 , Shut up

    • @maxybg
      @maxybg 5 месяцев назад +2

      Yes it is​ @@Cooldude-n1i, Shut up

  • @Epicwatermelondotzip
    @Epicwatermelondotzip 8 месяцев назад +26

    The current day of week block is not glitchy, the week starts on sunday according to most calenders so it follows those calenders. If you think monday is the start of the week and want it to follow that instead, put it in a subtraction operator block and subtract 1. :)

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

      They don't think, many countries also start on monday, and do I just "think" 1+1 is 2? Or do I know

    • @Tarou9000
      @Tarou9000 4 месяца назад +1

      ​@@IDKjustS0methingbro what? 💀

  • @electro___
    @electro___ Год назад +27

    The [If on edge, bounce] block is actually really useful, it's just not being used right.
    In my game "wheel shotgun", I use it so if you hit the edge, it bounces. The reason this is so useful is because it retains momentum, so if you hit the wall, at the same speed you were at, it moves the opposite direction.
    The reason scratch cat is upside down, is because the direction facing is changed to the opposite

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

      Yes, I use it a lot!

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

      1:23 see just see

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

      Can i get a link to your game?

    • @kinosaurs515
      @kinosaurs515 2 месяца назад

      it doesn't apply physics though. However, I would definitely use it if it had a drop for things like if on (Sprite1), bounce.

  • @catonic777
    @catonic777 9 месяцев назад +30

    "Monday is the start of the week"
    "Should we tell him?"

  • @user-se4op3zb6v
    @user-se4op3zb6v Год назад +17

    uses for all the scratch blocks you call useless:
    1: If the If on edge bounce block was removed then it would limit creativity, and I've saw good uses for it.
    2: The If the backdrop switches to backdrop2 or smh is a great subsitute for the broadcast block, especially since you don't need to do unnecessary coding with the broadcast block and when I receieve "broadcast1" (unless it is neccesary)
    3: The glide block is decent, and is there for beginners to use, plus I depend on it to make my project feel alive (random movement for characters)
    4: The if color is touching color block is useful for more than pen games, you can make a simple don't touch the walls game, or in my case color detectors, since the other one doesn't work for color detectors
    5: you can make limited time events with this block you could customize it, maybe it only is there for Mondays, or maybe on Sunday's and Saturday's.

    • @jovebird1
      @jovebird1 11 месяцев назад

      I don't really get how one would use the backdrop one as the message block is quite literally the same without any drawbacks

    • @MinerGritz
      @MinerGritz 9 месяцев назад +1

      in one of my games i use the backdrops for lightning flashes in the background, i have a "when backdrop changes" so i can reliably time the sound
      i didnt use brightness effect because of color palette restrictions

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

      Why would deleting the first limit creativity? I don't get it

    • @mixalispapa4711
      @mixalispapa4711 День назад

      Glide is still useless since you can literally make better movement with the change x and y blocks or the move [] steps block which looks way better

  • @PoisonousCowCoding
    @PoisonousCowCoding 11 месяцев назад +18

    the glide block takes exactly 1 second to "glide" to the target position. That's why it sometimes moves at different speeds.

    • @TheSTEAMist
      @TheSTEAMist  11 месяцев назад +4

      yeah ik

    • @KimKongUn_911
      @KimKongUn_911 8 месяцев назад +2

      Yeah, we know, it still looks bad

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

      @@KimKongUn_911It does look bad but it’s useful for very specific purposes only. It’s great for beginners though

    • @kinosaurs515
      @kinosaurs515 2 месяца назад

      @@TheSTEAMist YT translated ik (I know) to "me". I think YT translations are a bit outdated...

  • @redcrewmate1813
    @redcrewmate1813 9 месяцев назад +4

    0:20 You are supposed to use move 10 steps.
    2:12 The week starts on Sunday in the US.

  • @user-yg3uy9ct5b
    @user-yg3uy9ct5b Год назад +7

    The when switch backdrop block is important. It can prevent backdrops switching 2 times with the left and arrow keys in a Find the thing game. The script "Forever [If (backdrop name = [name]then: hide [Else (Show)] has many bugs but we're lucky the switch backdrop block is here for us!

  • @1UpMuncherGD
    @1UpMuncherGD Год назад +9

    the "if on edge, bounce" block only works with a "move () steps" block

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

      I tried that and it's better but still useless

    • @1UpMuncherGD
      @1UpMuncherGD Год назад +2

      @@TheSTEAMist but it is useful for stuff like pong games

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

      @@1UpMuncherGD for basic pong games

    • @Z01Xy
      @Z01Xy 11 месяцев назад

      @@1UpMuncherGDand dvd screensavers, they literally sometimes don't work otherwise

    • @yebboyebber349
      @yebboyebber349 11 месяцев назад

      ​@@1UpMuncherGDbut not many people make pong games in scratch.

  • @BobChess
    @BobChess Год назад +121

    I think "My Variable" variable is so useless. Tell me the time that you don't delete it.

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

    0:28 THAT MOVES JUST IN THE X NOT THAT IF MOVES FOWARD

  • @GamesU-LM
    @GamesU-LM 11 месяцев назад +4

    Doing [glide distance to sprite secs to sprite2] fixes the movement problem. Just make sure that the none of the sprites move too quickly or slowly.

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

    Well, the week actually starts on Sunday, and Scratch uses the proper week

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

    the glide block can be used for background objects and can be customized with some variables. so it still is pretty useful

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

      I guess

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

      Glide is really awful because you can’t change your x or y :( it will just go back to the track…

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

      @@wongmanwaihehe only if its in a forever loop

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

      ​@@teapot796or a go to x _ y_

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

      ​@@teapot796 You can't:
      - choose the speed
      - have it smooth

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

    But my computer system project have 15 backdrops and 50+ sprites so how 'When backdrop switches to ( )' is useless block?

  • @smf53
    @smf53 7 месяцев назад +2

    2:15 In the USA, the week starts on Sunday. Tuesday would be the third day of the week.

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

    you can also remove the change var by block, you can replace it with the set var to (var-1)

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

      true but it's harder

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

      @DJCCarpenter yeah

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

      Then you can also remove the set block, you can also replace it with ‘change [var] by ((target)-(var))

    • @PoisonousCowCoding
      @PoisonousCowCoding 11 месяцев назад

      @DJCCarpenter no in python you can use var -= 1 or var*=1, var += 1, var /= 1

  • @moonbun69.
    @moonbun69. 11 месяцев назад +3

    the if color 🟪 is touching color ⬛ is really useful for pen games since if its a drawing game where another color cannot touch a certain color its less useless than you think

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

      yeah I said this in the video, but there isn't much use outside of this

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

    The glide block is really good if you use a setting on turbowarp

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

      Good to know :)

    • @GamerAlr1r_1234
      @GamerAlr1r_1234 11 месяцев назад

      And moving platforms in platformer games

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

      @@TheSTEAMist Glide is useful in pen projects. When you are graphing, if there is a sudden spike there will be an ugly slope, but with glide 0 sec, that ugly slope has a nice line between it.

  • @user-ys1me3kp3p
    @user-ys1me3kp3p Год назад +4

    How can you publish your game on the app store

  • @mister.man.official
    @mister.man.official Год назад +2

    0:36 use it a lot in my operating systems..
    EDIT: not anymore lol

  • @MarvinXDSml
    @MarvinXDSml 4 месяца назад +1

    For the day of week, the scratch team must be Vietnamese because the first day of the week is Sunday.

  • @Logo_man16
    @Logo_man16 4 месяца назад +3

    Ummm the week starts on Sunday…

  • @pranitroy7306
    @pranitroy7306 Год назад +5

    you can use a glide block for making moving platforms in platformer games

  • @mister.man.official
    @mister.man.official Год назад +1

    cool thx for that code! I LOVE it when u upload!!!

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

    for the first one (Bounce) you made a mistake
    instead of pulling out the move by steps block, you did the change X block, which is different

    • @Z01Xy
      @Z01Xy 11 месяцев назад

      the x changes the x pos and the steps move it in the dir it's facing

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

    some people think that te week starts on sunday so that could be why tuesday is day 3

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

      true but if you google it it says monday

  • @mikevazovsky2532
    @mikevazovsky2532 9 месяцев назад +2

    But if touching edge bounce is very useful! It doesn't just turn sprites direction if touching edge, try turning it in different directions and it will bounce differently

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

      It turns 90 degrees to the right (I believe) when it hits the edge.

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

    if on edge block bounce can be used for an easy collision system if there aren't any walls except the project border.

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

      I guess but the sprite needs to be very simple for it to not rotate

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

      @@TheSTEAMist you can just put a "point towards mouse pointer" or "point in direction" block under it.

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

    How hasn't the "days since 2000" block been mentioned? It is way more useless than everything you have mentioned.

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

    when backdrop switches to can sometimes be handy also some people say the week starts with sunday

  • @twallis10
    @twallis10 9 месяцев назад +1

    I think when using the if on edge, bounce block would work better if you are moving in steps and not change x

  • @Iminyourwalls911
    @Iminyourwalls911 10 месяцев назад +2

    "current _" is not useless. It can be used for automatic Christmas and Halloween updates. Im using it in my game for that.

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

    If on edge, bounce is more useful in this script:
    when flag clicked,
    forever:
    move (10) steps
    if on edge, bounce

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

      I tried that too and it's better but still useless

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

    I know how the "current day of week" block works
    Here is an example:
    1 = Monday
    2 = Tuesday
    3 = Wednesday
    4 = Thursday
    5 = Friday
    6 = Saturday
    7 = Sunday
    Was this helpfull?

    • @krkika.official
      @krkika.official Год назад

      he knows, but what he means is that 3 should be wednesday, but its tuesday

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

      Shouldn’t it be
      1 = Sunday
      2 = Monday
      3 = Tuesday
      4 = Wednesday
      5 = Thursday
      6 = Friday
      7 = Saturday

    • @krkika.official
      @krkika.official Год назад

      @@JdTheGreat16 no the first is monday

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

      Yeah but 3 is tuesday for some reason

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

      @@krkika.official I’m pretty sure Sunday is 1st. Look at a calendar again

  • @jemand_der_duolingo_benutzt
    @jemand_der_duolingo_benutzt 11 месяцев назад

    I just realized the glide block is actually useful, you can make the sprite go to the mouse pointer without the go to block, here is what you need to put in the inputs:
    Glide Time: 0
    Target: Mouse Pointer
    Put it in a forever loop, and then you are done!
    I even used it for my flappy bird game

    • @VixentForce
      @VixentForce 9 месяцев назад +1

      cant you use the "go to ()" block? you dont need to use the glide block, but whatever you use i guess.

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

    im pretty sure that in the day of the week, why it says 3 is because it probably thinks that a new week starts at Sunday

  • @Giuseppe_Mor
    @Giuseppe_Mor 11 месяцев назад +2

    The “days since 2000” block is the most useless.

  • @user-mf5bi4hc7g
    @user-mf5bi4hc7g Год назад +6

    2:21 - The day of week block is useful for an OS(not that useful) But 3 means tuesday accoording to scratch. 1 is sunday and 7 is saturday(for some reason)

    • @JJTE134
      @JJTE134 11 месяцев назад +2

      I think it’s mostly where MIT is based in (America) where the “offical” start of the week is Sunday. Although almost nobody knows tgat

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

    you should use the move step block instead of the change x by block when doing if on edge bounce

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

      ok

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

      @@TheSTEAMist The "If on edge, bounce" block makes creating pong games easier

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

    if bounce on edge is useful for making easy bouncing,
    like this
    if touch bounce obj
    set x to x pos
    set y to y pos
    move 999 steps
    if on edge, bounce
    go to x, y,

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

      WAIT YOU DIDNT EVEN USE THE MOVE 10 STEPS BLOCK A;LJSOAIJSHOFIAHSOFIUAHOSUHF

    • @TheSTEAMist
      @TheSTEAMist  11 месяцев назад

      A;LJSOAIJSHOFIAHSOFIUAHOSUHF

    • @TheSTEAMist
      @TheSTEAMist  11 месяцев назад

      true

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

    If they are deleted then you need to make the block by just use some of the block if you need it also if some block are deleted then scratch is useless

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

      Also your calling the block useless just mean scratch useless im not hating

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

    the glide block wouldn't suck if you could edit with what speed it glides instead of how many seconds it glides. It's different from a move block which is why it feels so weird.

  • @dIamOndE50527
    @dIamOndE50527 9 месяцев назад +1

    The "Current" block is not useless. I used it to add daily tasks to my game (but that is the only way that i found for what it could be used for).

  • @j23gd
    @j23gd 2 месяца назад

    Wait, the week starts at Sunday, it’s the only reson I got second place in a scratch competition, I forgot to +1

  • @AnonymousUser-is6mn
    @AnonymousUser-is6mn 6 месяцев назад +1

    For me, I guess the next costume, i mean we can go firward, backward and even random with backdrops but only forward for sprite costumes
    :(

  • @itsmearuba9013
    @itsmearuba9013 9 месяцев назад

    I managed to use the “when backdrop switches” to add mobile support to my game. Not so useless to me

  • @Numbercrown
    @Numbercrown 9 месяцев назад +1

    Bounce is really useful though, especially for bullet hell and pong games

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

    What I do is that glide can be a good block actually I can just do this
    Put one fast
    Them make it slower
    And vice versa

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

    2:14 In some countries, the week starts on Sunday. And since it was made in Massachusetts, the week starts on a Sunday, not a Monday.

    • @TheSTEAMist
      @TheSTEAMist  11 месяцев назад

      in Europe it starts on Monday not Tuesday

    • @bruceythingey
      @bruceythingey 11 месяцев назад

      @@TheSTEAMist ok

  • @MacabreJSAB
    @MacabreJSAB 4 месяца назад +1

    I personally think the if on edge, bounce and the glide blocks are good, if you play my scratch project then youll understand why

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

    Scratch is in the USA, and the USA's weeks start with sunday :/

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

    Modulo operator I've never seen used.
    The pan left/right sound effect too as well as the loudness detector and mosaic effect.

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

      I put the modulo block in the most useful blocks :O

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

      The () mod () (i.e. remainder of () / ()) has been used in many projects.

    • @kinosaurs515
      @kinosaurs515 2 месяца назад

      MOD IS SO USEFUL THOUGH!

  • @AcornTree69
    @AcornTree69 9 месяцев назад

    The “when backdrop switches to” block is useful for people who dont know what the messaging system is

  • @MrIssa2021
    @MrIssa2021 7 месяцев назад +1

    Week starts at Sunday. No common sense in this man.

  • @Gobbler.
    @Gobbler. 2 месяца назад

    i make bullet hell games on scratch and the "if on edge, bounce" block is incredibly useful for that

  • @culooloo
    @culooloo 11 месяцев назад

    i followed you on scratch!

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

    the explanation for the last one is that scratch detects the first day of the week as SUNDAY

    • @TheSTEAMist
      @TheSTEAMist  11 месяцев назад

      Yes I know but Sunday is weekEND

    • @kinosaurs515
      @kinosaurs515 2 месяца назад

      @@TheSTEAMist but the week already ended on saturday, which is the first weekEND

  • @GhostlyMinty
    @GhostlyMinty 9 месяцев назад

    you used the “if on edge, bounce” wrong
    you need to use it in pair with a “move () steps” block since the “move () steps” block takes into account the rotation of a sprite

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

    Btw if you passed 1st grade thye week starts at sunday but yea... good video btw

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

      in Europe it starts on Monday

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

      @@TheSTEAMist ok but where the like scratch head quarters are its like where I live. It starts at sunday. But the school is the same as you. Monday to friday

  • @collertabber
    @collertabber 11 месяцев назад

    2:05 the current day of week block can be used for a scratchers schedule. Say a scratcher posts a project every Wednesday: They could make a project telling the user how many days are left before they post again (this is very simple idea btw). It's not completely useless yk (You could say this about all the other blocks in the video but whatever). Also, your argument about the day 3 thing is invalid, since scratch counts Sunday as day 1.

    • @TheSTEAMist
      @TheSTEAMist  11 месяцев назад

      Yeah I was talking about the day 3 because in Europe it starts on Monday which could confuse Scratchers

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

    theres this one game on scratch and the when backdrop switches to ______ sprite is really important for it
    and i use the glide block alot for stuff
    p.s the week starts on sunday

  • @PuffyAcorn8501
    @PuffyAcorn8501 9 месяцев назад

    I found a useless block "broadcast and wait block" who even uses this i have ever mistaken that in a scratch project.

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

    you forgot about the "when [ v] > ()" block which absolutely nobody talks about

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

    I'm pretty sure the if on edge, bounce block only exists so they could keep the pong tutorial nice and concise. This is the only use of this block I have ever seen.

  • @Gamerden_gaming
    @Gamerden_gaming 9 месяцев назад

    in the days of week block the calendar officially starts on Sunday for some reason, so it counts that

  • @nergor88scratch
    @nergor88scratch Месяц назад

    My useless blocks:
    1. Color “color” is touching Color “Color”
    2. Distance to “object”
    3. Days since 2000. I haven”t seen any game with this block.
    4. Insert “text” at “number” of “lists”
    5. When timer or loudness is bigger than “number”
    6. Clear graphic effects
    7. Clear sound effects
    8. Stop all sounds
    9. My blocks category
    10. Glide “seconds” secs to mouse-pointer or random position
    11. When backdrop switches to “backdrop”
    12. Current “something”
    13. Loudness
    Phew, I think that”s it. If I forget something, the comment will be edited soon.

  • @ririlub
    @ririlub 2 месяца назад

    for the flip problem in if on edge bounce, use left and right rotation

  • @battleboy2820
    @battleboy2820 11 месяцев назад +2

    Bro thought the week starts on monday 💀

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

      In my country the week starts on Monday !

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

      @@TheSTEAMist Oh, sorry. I think Scratch says that because it comes from the USA. (Where I live.) And in the USA, Sunday is the first day in the week.

    • @fall_mall.
      @fall_mall. 4 месяца назад +1

      Bc it is?

  • @vled532
    @vled532 7 месяцев назад

    I bet that no one knew about block named "point towards ()" and I needed it one time (it's in motion category and comes after block (point in direction ()))

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

    I think the reason it says 3 on tuesday is because tuesday in Vietnamese thứ ba and ba is 3 in Vietnamese or sunday is the first day of the week

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

    STEAMist:Glide is so bad you should stop using it!
    Seconds:Am I a joke to you?

  • @thethree13o
    @thethree13o 7 месяцев назад

    Nice video. However,
    1. The "if on edge, bounce" block doesn't just flip the direction. If a sprite is going in any direction that isn't straight with the "move steps" block, it will change direction a lot better, which can be useful for beginners
    2. Tuesday is day 3 because it starts the week on sunday
    3. The "days since 2000" block might seem useless, but it's actually the most accurate time block in scratch, meaning it is useful in things like 3D projects.

  • @themovercell2318
    @themovercell2318 9 месяцев назад

    Glide block is actually useful sometimes, like in Dodge, it uses the glide block with the obstacles but looks really smooth!

  • @Kitty-ix5pg
    @Kitty-ix5pg Месяц назад

    0:51 I used the glide block for an AI mouse that moves in a straight line. Although the same mouse sometimes ues smooth andaccurate gliding, the difference is: you can dodge it! So I find it useful.

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

    what about the (days since 2000) block?

  • @semvermeulen7039
    @semvermeulen7039 5 месяцев назад +1

    You are using if on edge bounce wrong your surpost to just (move # steps) instead of (change x by #) it is just inbarsing

  • @Unofficial2048tiles
    @Unofficial2048tiles 7 месяцев назад

    They need an "if touching ( v), bounce off" block, it would make pong games easier

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

    The funniest part of this is that he said "the week starts on Monday if I am doing something wrong here please tell me". The week starts on Sunday so the current day of week block i correct😂

  • @micheledicecioc
    @micheledicecioc 9 месяцев назад

    If on edge bounce block its not useless i use it in some of mi games its u that u used it the wrong way

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

    if on edge is meant for move () steps 💀
    current day of WEEK, not month. it restarts every week 💀💀

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

      the edge is still useless with move tho

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

      @@TheSTEAMist well, it wouldn't be usless if if on [sprite] bounce for games like cannon games

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

    I Always use #2, and #1, like For #1, I used the block with a Rotation block set to (left, right), and for #2 I always Use this block For my games. So they do not feel that useless 😐

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

      I also use #3, Like I Just use these for only The sprites clones, the with the main sprite sometimes

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

      This is just my opinion you can use these blocks if you want :)

  • @cuongleminh5592
    @cuongleminh5592 11 месяцев назад

    The when backdrop change to () can be useful by changing the bg sound

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

    ifon edge bounse is not useless when you move 10 steps and if you drag a ifon edge bounse block it bounce you know

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

    I dont know why they have a "days since 2000" block. You could at least be able to change the year.

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

    I use the glide block whether there’s titles for my character , it saves some time

  • @caiuscharges
    @caiuscharges 9 месяцев назад

    The if on edge block is used for if the projectile or whatever it is that you want to move is taking steps

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

    the last one like when it says day 3 so for me its normal like in my country the week start on sunday so for me its ok

  • @Jorgin_Legal6
    @Jorgin_Legal6 7 месяцев назад

    The week starts on Sunday. I will not argue. You cannot change my mind. The block is still really niche though, and even if you were recreating Animal Crossing, you could just use days since 2000.

    • @fall_mall.
      @fall_mall. 4 месяца назад +1

      In other places they say monday is the first but in other they say sunday

  • @user-wi7ei9cn7q
    @user-wi7ei9cn7q Год назад +1

    the glide to xy block can be used for animating platforms not that bad

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

    the bounce when touch egde actually works just put move steps not change x

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

    im following a tutorial by griffpatch on a great platformer... moving platforms, IT USES THE GLIDE BLOCK

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

    Well, the day of the week block says 3 because in the U.S., the week starts on SUNDAY, and in the U.S. Tuesday is the 3rd week(You are probably British).

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

      I'm not british, but I live in Europe so makes sense ig

  • @I_Love_Om_Nom34.
    @I_Love_Om_Nom34. 7 месяцев назад

    "If on edge, bounce" is a very useful block. How dare you.

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

    if on edge bounce is very useful you just have to set rotation style to left right witch you should already have on anyway

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

    i think that the way the day of the week block works is that it starts on sunday

  • @HeartBreaker7155
    @HeartBreaker7155 5 месяцев назад +1

    The first day 9f the week is sunday. Use your brain, or are you still in shool.

  • @AbsoluteTrueUnknownBottemless
    @AbsoluteTrueUnknownBottemless Месяц назад

    if on edge, bounce isnt useless, i used it to make ping pong
    when back switches to ALSO isnt useless, you can make platformers out of these
    "the week starts on monday"
    "should we tell him?"
    "yes"

  • @cr0ss0ver52
    @cr0ss0ver52 7 месяцев назад

    0:05 bouncing square and easy edge collision: am I a joke to you?