Coding Hacks in Scratch (Tips and Tricks)

Sdílet
Vložit
  • čas přidán 25. 06. 2024
  • In this Scratch 3.0 tutorial, i'll show you some coding Tips and Hacks that you can use in your beginner scratch game, such as 3D text and more! Or, if you are more experienced, you can learn some invaluable coding blocks that you will not regret watching.

Komentáře • 290

  • @dhyan_a
    @dhyan_a Před rokem +6

    CZcams recommended you to me twice with different videos each time, I ignored them but this one I couldn't ignore, you earned a sub now

  • @Username-qh9pd
    @Username-qh9pd Před rokem +11

    This video made me learn how blocks work! Cuz before I didnt really understand them! Thank you!

  • @3undr0pvr
    @3undr0pvr Před rokem +72

    I actually made a scratch game using the 3D text! I put your youtube channel name on it! I might even use the the text trick to make my outro!

  • @ryanl188
    @ryanl188 Před rokem +2

    Now this is a whole new level of coding

  • @user-qe1vu3hh1m
    @user-qe1vu3hh1m Před 2 měsíci

    Wow! This is awesome. I did ANOTHER different coding hack and added a motion block to the backdrop tab. First, drag a motion block to the backpack. Then switch to backdrop and pull the block out. It's literally super super cool.

  • @monnamonsta
    @monnamonsta Před rokem +48

    1:22 300 clone limit means Scratch stops making clones once clone counter hits 300. No, it doesn't bug out and collapse unless you remove the limit or something (some projects still work well at 400~500+ clones)
    4:07 For most problems, (floor of timer)*5 also works here. New variables are alright, but once in a while we head for ✨optimization ✨
    Last tip is cool though

    • @JacksonAcademy1
      @JacksonAcademy1  Před rokem +9

      oooh look, a rare scratch nerd. ( ´・・)ノ(._.`)

    • @monnamonsta
      @monnamonsta Před rokem +2

      @@JacksonAcademy1 Hahahaha I know right

    • @instapublish
      @instapublish Před rokem +1

      @@BestBoi8 Stole my words 😂😂😂

    • @BestBoi8
      @BestBoi8 Před rokem +1

      @@instapublish Turbowarp gang

    • @ChipTheMellow
      @ChipTheMellow Před rokem

      @@JacksonAcademy1 dose he sleep?

  • @SunTop16
    @SunTop16 Před rokem +11

    Thanks For the tips! it really helps!

  • @sebi-casigetsgamingbatarci178

    WOW ! THIS IS REALLY WORKED

  • @tomrow32
    @tomrow32 Před rokem +22

    4:35 I'd recommend adding an assignment to this loop where the "sine" variable is set to itself modulo 360. This prevents "sine" from becoming too large over a long period of time and causing floating point precision glitches.

    • @JacksonAcademy1
      @JacksonAcademy1  Před rokem +1

      good idea, but I think that would confuse the beginner viewers. thanks for the suggestion though!

    • @malik-a-creeper
      @malik-a-creeper Před rokem

      Ohoho... I am confused of so many things :'v

    • @malik-a-creeper
      @malik-a-creeper Před rokem +2

      1:33 like this, How does this works!!!?? neither the block is repeating nothing, you just put a delete clone block at the bottom and then Magic?!!

    • @malik-a-creeper
      @malik-a-creeper Před rokem +1

      5:00 And why those letters not moving in a diagonal, because y = x is 45° ??!??!?

    • @malik-a-creeper
      @malik-a-creeper Před rokem

      8:04 And Holly sh**. That little code is doing that really?? REALLY?!?! but HOoOOoOW?!😭

  • @lyvwina4618
    @lyvwina4618 Před rokem +1

    SO AWESOME!!! I LOVE THIS!!!!😃😃😃

  • @mirrorkirby123
    @mirrorkirby123 Před rokem +9

    I had been looking for a way to do that sine effect. Thanks a lot.

  • @Chocolatemilky22
    @Chocolatemilky22 Před rokem +1

    Wow that was really cool

  • @toksbada7394
    @toksbada7394 Před rokem +3

    if you put change size by ten in the trail hack. It makes it even cooler!

  • @hp1_gaming
    @hp1_gaming Před 16 dny

    thanks for your first tip it really help me

  • @syesjohnny4119
    @syesjohnny4119 Před rokem

    this is really epic!

  • @SpeedySonic_YT
    @SpeedySonic_YT Před rokem

    tysm for the trail hack! it will work perfectly for my sonic game

  • @destinycrazy8859
    @destinycrazy8859 Před rokem +2

    you can just add a go to mousepointer

  • @someonenamedgreen
    @someonenamedgreen Před rokem +1

    You are awesome :D

  • @drip2.0
    @drip2.0 Před rokem

    Very helpful

  • @agatahulyer6533
    @agatahulyer6533 Před rokem

    thank you

  • @CarlMeri765
    @CarlMeri765 Před rokem +2

    I always create the pointer seek thingy thing,i discover it in the first day of Scratch and i can stop,its too satisfying

  • @marcelpapernoelskyblock6042

    3D effect insane

  • @RonitCraftPlays
    @RonitCraftPlays Před rokem

    That gave me a good day. making new intro in july

  • @agatahulyer6533
    @agatahulyer6533 Před rokem +3

    thank you for this supper awesome scratch tutorial

    • @ben12355
      @ben12355 Před rokem +1

      Translation: thank you for this food awesome scratch tutorial

    • @Megliu998
      @Megliu998 Před rokem +1

      @@ben12355 lol

  • @my3rdalt-pe6hp
    @my3rdalt-pe6hp Před 2 měsíci

    in the repeat you can addd a turn by 2 degrees to get a cool spiral effect for 3D TEXT

  • @Blob2763
    @Blob2763 Před rokem +6

    For the people who want to know what is happening with the last one (there's lots of maths).
    The blocks take the mouse position and multiplies it based on the size of the clone (the bigger the clone, the larger the multiplication). This means that larger clones will move "faster". Try playing around with the divisor (100) and see what it looks like! (but whatever you do, DON'T divide by 0)
    The reason they move faster is to make it look 3D. Things closer to you appear to move faster than things further away from you.

  • @bloxworld2847
    @bloxworld2847 Před rokem +9

    thanks so much! i'm a young coder, so my math isn't great, and i don't get a lot of stuff in the operators section so this helps a lot!

  • @shapanmail
    @shapanmail Před rokem +1

    IT IS THE BEST!!!!

  • @fokinatorr_894
    @fokinatorr_894 Před rokem

    1:41 Cool 3D effect cat

  • @areeanimteeaz9258
    @areeanimteeaz9258 Před rokem +2

    3:28 HOW DOES HE HAVE SO ACCURATE SPELLING

  • @redranger6402
    @redranger6402 Před rokem +1

    I already used the smooth following in my games, I didnt know anyone else was even using it!!!😂

  • @jckstudios7693
    @jckstudios7693 Před rokem

    Bro I can render 3d effects now tysm

  • @kimeei44
    @kimeei44 Před rokem

    wow. Congrats.

  • @ratanamubaideen4438
    @ratanamubaideen4438 Před rokem

    Ty

  • @CrutchMax
    @CrutchMax Před rokem

    nice!

  • @ksaweryiscool82
    @ksaweryiscool82 Před rokem

    deal it's working

  • @coolgamer916
    @coolgamer916 Před rokem +3

    Wow, this is really cool. I love scratch.

  • @sunthestupid8951
    @sunthestupid8951 Před rokem

    The text ones have one problem:
    You used a copy of the text to make a fill but you can just use the fill color selector. Otherwise this was an amazing video❤

  • @-andye-5515
    @-andye-5515 Před rokem

    Nice

  • @miner4371
    @miner4371 Před rokem

    nice

  • @b.nngames4468
    @b.nngames4468 Před rokem +1

    i have a game series called cat controller. and, this vid helped with the quality TONS! it isnt done yet but ill credit you when it is

  • @SonicntZane
    @SonicntZane Před rokem +2

    btw holding shift while clicking with bitmap paint colors in every pixel that color.
    The people need to know

    • @JacksonAcademy1
      @JacksonAcademy1  Před rokem +1

      wait, can you explain that again

    • @SonicntZane
      @SonicntZane Před rokem

      @@JacksonAcademy1 Hold Shift while clicking on any pixel in bitmap. If there is any other pixel of that same color, it will color in those as well.
      Very helpful.

    • @Blob2763
      @Blob2763 Před rokem

      @@SonicntZane You have to be using the fill tool as well :)

  • @goodcommenter2.018
    @goodcommenter2.018 Před rokem +2

    Last tip can be used for raycasting but in a different way

  • @graysonwaskewitchpeck1168

    I LOVEING ITTTTTTTTTTTTTTTTTTTTTTTTTT!!!!!!!!!!!!!!! THANK'S TO THE TIPPPPPPPPPPPPPPPPPPSSSSSSSSSSSSSSSSSSSSSSS!!!!!!!!!!!!!!

  • @MintedRash
    @MintedRash Před rokem

    I was laughing when it sounded like he farted 😂

  • @chriscouncil9917
    @chriscouncil9917 Před rokem

    Thank you I actually forgot😅

  • @zzmariobruhhandle
    @zzmariobruhhandle Před rokem

    How can you do the center text tutorial with the top left corner?

  • @TheVRSweat
    @TheVRSweat Před rokem +3

    :O So Cuuuuuuuul :O

  • @mellojello9277
    @mellojello9277 Před rokem

    cool

  • @kryptyk64
    @kryptyk64 Před rokem

    change x by ((mouse x - x position) / something more than 1) Repeat with mouse y and y position for smooth go to mouse pointer

    • @kryptyk64
      @kryptyk64 Před rokem

      For this you can change mouse x and mouse y to be any position you want it to go to

  • @brrp8407
    @brrp8407 Před rokem +2

    imagine knowing this tho

  • @tantv2386
    @tantv2386 Před rokem +1

    1:30 when i start as a clone + wait ( ) seconds + delete this clone

  • @StarMoonBlox
    @StarMoonBlox Před rokem +1

    I need an tutorial to do currency with text

  • @StillCorrupted
    @StillCorrupted Před rokem

    Airplane Shooter
    Pt 3 PLS

  • @tmstv5561
    @tmstv5561 Před rokem

    OOOOH!! WE HAVE THE SAME NAME!!!!

  • @FriedCuttlefish
    @FriedCuttlefish Před rokem +3

    5:06
    Maybe we can re-use Sin and Cos but use it for rotations to recreate Guiding Light's messages 💯💯

  • @heugueauz
    @heugueauz Před 2 měsíci

    but for 3d, how to make an animation that change size?

  • @Rockys-Studio
    @Rockys-Studio Před rokem

    Nice tricks! This will help me like this. ◡̈

    • @Rockys-Studio
      @Rockys-Studio Před rokem

      By the way I send you a text art. Reply when you like it.
        ╭━━━━━╮
      ┃ ┃╭╮╭╮
      ┃ ┃┃▋┃▋
      ┃ ┃ ╰🖤
      ┃ ┃ ╰━┫
      ╮ ╰┳╯ ╭━╯
      ┃╭━┛ ┃
      ╰┫ ┃
      ┃┏┳━┓┏┃
      ┗┻┛ ┗┻┛

    • @slawg30201
      @slawg30201 Před rokem

      - -
      0

  • @mattyB1984
    @mattyB1984 Před rokem +1

    Amazing hacks, u make, hrmm?

  • @mulone-the-cool-guy
    @mulone-the-cool-guy Před rokem

    i use repeat 3

  • @the-protogen-of-the-sky
    @the-protogen-of-the-sky Před 8 měsíci

    What do we do if the text is moving? (Like the circle+3d

  • @whattdaahelll
    @whattdaahelll Před rokem

    If you change ghost effect to 5 it’s much smoother

  • @symbolcest
    @symbolcest Před rokem +1

    huh, cool :)

  • @ScaryDrawer
    @ScaryDrawer Před rokem +1

    OhMahGod 8:15 it like your'e dragging a text that is a city

  • @samanthajones2095
    @samanthajones2095 Před rokem +1

    How come it does not work properly I’ve been trying but it won’t work at all can I have some tips on how to fix it please

  • @juarezsouzaferreira9685

    Hi Sully

  • @gageplays2264
    @gageplays2264 Před rokem +1

    I’m new to you and you just revealed your name

  • @mehrubhossen5109
    @mehrubhossen5109 Před rokem

    How to find this aaf inlaptop

  • @termisher5676
    @termisher5676 Před rokem +1

    this is enough to make gta 2

  • @game_tester12
    @game_tester12 Před rokem

    How about you try the game that i made and sketch

  • @kevinfernando8440
    @kevinfernando8440 Před rokem

    I made subway sufers in scratch. but I don't know how to set color clones. please teach it

  • @RandomEG1234
    @RandomEG1234 Před rokem +1

    mine is a cursor so it pretty much just moves to mouse without pointing. so it doesnt bug out.

  • @Mountain_2
    @Mountain_2 Před rokem +2

    Ive doen the last one but i encountered a problem. It does work but in the middle there is a regular old scratch cat. But in yours you have no middle thingie

  • @Thatoneoppositionlover

    digito had the title say I got SECRET *BLADEE* PET

  • @Mr_TopHat_Doge
    @Mr_TopHat_Doge Před 23 dny

    Why can’t you use moai emoji?

  • @josiahbanana
    @josiahbanana Před rokem +1

    4:14 idk

  • @ioanobrien622
    @ioanobrien622 Před rokem +1

    The text trick wouldn't let me get an outline for the words.

  • @diskoman10
    @diskoman10 Před rokem

    Mine was 3D letters

  • @ScaryDrawer
    @ScaryDrawer Před rokem

    the spelling of the variable you made is sine its sign

    • @symbolcest
      @symbolcest Před rokem

      sine is a real word, you dont know what math is?

  • @jckstudios7693
    @jckstudios7693 Před rokem

    I'm going to make GTA 2 with this

  • @SLINKIS2
    @SLINKIS2 Před 4 měsíci

    Ofc i wont use these, i will test and use them for different things

  • @gachabubba2544
    @gachabubba2544 Před rokem

    Ok

  • @kevinfernando8440
    @kevinfernando8440 Před rokem

    How to set color clones for subway surfers??? Please teach it😥😥😥

  • @user-dh5is4cs1w
    @user-dh5is4cs1w Před rokem +1

    I use scratch Jr for coding.

  • @jonathanrodriguez-pt9yz

    What app are you using

  • @yeiferreales2570
    @yeiferreales2570 Před rokem

    si se crea un juego se puede pasar para jugarlo en el celular ?

    • @cellis3739
      @cellis3739 Před rokem

      Sí, si lo hiciste compatible con dispositivos móviles

  • @pragton
    @pragton Před rokem

    Can draw the cat only its working 🤔🤯

  • @Networknukes
    @Networknukes Před rokem +1

    I watched 3 ads, Your welcome

  • @fokinatorr_894
    @fokinatorr_894 Před rokem

    4:12 lol

  • @Alta_vr
    @Alta_vr Před 8 měsíci +2

    Sully is my name :)

  • @sullivangibbons3201
    @sullivangibbons3201 Před rokem +1

    I have the same name

  • @vutienthanh2175
    @vutienthanh2175 Před rokem +1

    ohhhhhhhhhhhhhhh

  • @liammpgofficial
    @liammpgofficial Před rokem

    Now I know...

  • @Networknukes
    @Networknukes Před rokem +1

    Noice

  • @black_night828
    @black_night828 Před rokem

    nice name :)

  • @learnwithvardaan
    @learnwithvardaan Před rokem

    The spelling of sign is sign not sine.

  • @Trollface2.0
    @Trollface2.0 Před rokem

    2:05 um is it -4 or -5

  • @Alazhinyo
    @Alazhinyo Před rokem +1

    Do you have a discord server JA?

  • @thegreattwintank2018
    @thegreattwintank2018 Před rokem

    Dare: i dare you to make this into a game

  • @Brandon-xw6pz
    @Brandon-xw6pz Před rokem

    i found colons secret channel