Tile Scrolling Platformer | 2. Grid List

  Рет қаралды 424,512

griffpatch

griffpatch

Күн бұрын

Пікірлер: 1 400
@kingbacon2937
@kingbacon2937 3 жыл бұрын
Heh, not only is Griffpatch the best scratcher of all time, he's kind enough to share he's knowledge and teach us things we are REALLY gonna need in the name of coding. Again, thank you!
@oPlazmaMC
@oPlazmaMC 11 ай бұрын
what i do when i make something 1: watch griffpatch tutorials and do them 2: customize everything 3: coding in my own ideas
@InverseOfficial
@InverseOfficial 3 жыл бұрын
These videos are so high quality we're getting spoiled!
@szymonz8693
@szymonz8693 3 жыл бұрын
The editing is just... FANTASTIC!! :D
@oscarbluewolf--9147
@oscarbluewolf--9147 3 жыл бұрын
In 10000 years, griffpatch is gonna become a legend
@oscarbluewolf--9147
@oscarbluewolf--9147 3 жыл бұрын
@Sup#2.0 Lol true
@tristontherailfan
@tristontherailfan 3 жыл бұрын
@@oscarbluewolf--9147 yeah
@Enderia2
@Enderia2 3 жыл бұрын
@Sup#2.0 well technically a legend is a great thing we don’t think or isn’t true.
@deandrawsalot4913
@deandrawsalot4913 3 жыл бұрын
amen
@Enderia2
@Enderia2 3 жыл бұрын
@ziad islam 2011 likely another personio
@andrewzhuo6399
@andrewzhuo6399 3 жыл бұрын
It's great! I wonder why some variables need to be this sprite only.
@griffpatch
@griffpatch 3 жыл бұрын
The for all sprite variables are shared between all sprites and clones, if the value is changed by one script, all other scripts everywhere will see the value change... BUT, for this sprite only means that every sprite AND CLONE has it's own version of that variable (just like they all have their own x position value or costume). So changing the value of a "for this sprite only" variable does not effect the other sprite's versions of that variable.
@realBHGTV
@realBHGTV 3 жыл бұрын
@@griffpatch WAIT WHAT? REALLY? New Dimensions of coding are now available 😳👍
@razkanaz
@razkanaz 3 жыл бұрын
It's because if you do only this sprite, each clone will have a different version of that variable
@ntsmne
@ntsmne 3 жыл бұрын
@@griffpatch Yes, as when in the last tutorial, I accidentally made some variables for all sprites, which made the project have the error where it stacks all the blocks on top of each other.
@explosionimplosion4679
@explosionimplosion4679 3 жыл бұрын
It makes stuff much cleaner in different sprites, and clones each have a separate value for this. E.g. one clone can have an x variable of something different than another clone.
@mattsnows7971
@mattsnows7971 3 жыл бұрын
It's really impressive how much information you can fit within such a short time frame while still explaining how it works. On top of that, you're editing is smooth and focuses on what needs to be seen. Saying thanks is an understatement!
@griffpatch
@griffpatch 3 жыл бұрын
Wow, thank you! - That pretty much sums up what I'm trying to do lol - So woohoo...I even edited out some of my wisdom I'm sorry to say - but I do go on sometimes hehe.
@mattsnows7971
@mattsnows7971 3 жыл бұрын
@@griffpatch Haha, personally I'd like to hear as much as I could about how it works, though I get how keeping a video short makes it a lot easier to follow, especially if the information isn't totally nessacary. Looking forward to the next part :D
@derpguy4146
@derpguy4146 3 жыл бұрын
@@griffpatch Yea I just wanna say how good the editing has become. It adds a whole new dimension on programming and explanations into like, 19 minutes.
@vincentgagnow56
@vincentgagnow56 2 жыл бұрын
@@griffpatch pls upload a vid of all the cut out stuff from your most popular vids
@NoktarYoutube
@NoktarYoutube Жыл бұрын
Hello griffpatch! I wanted to ask you a question : how can i make the level higher?@@griffpatch
@dr.a.r.nigwal8559
@dr.a.r.nigwal8559 3 жыл бұрын
The way you explain is literally amazing man
@TheDaaneetions
@TheDaaneetions 2 жыл бұрын
Ive got a problem, i did everything correctly i think, but my list counter is 400 instead of 600 and everything is filled up with one block. and no space at all!
@ntsmne
@ntsmne 3 жыл бұрын
Yay! It's finally out! I'm so excited to code!
@magnetickz3130
@magnetickz3130 2 жыл бұрын
Griffpatch, Please help i just cant figure out what's wrong at 9:10. Cuz somehow my screen is stil filled with one type of tile (I only have one tile :D). I think there's something wrong with the TILE GRID or tile index. And i have checked everything atleast *FOUR* times. If you know how to fix this please reply.
@ZainTheMan
@ZainTheMan 2 жыл бұрын
for some reason, after doing 9:02 it only shows that the whole grid is made of one sprite
@chubbachoo7448
@chubbachoo7448 Жыл бұрын
Exactly my problem but NOBODY HAS A SOLUTION
@ZainTheMan
@ZainTheMan Жыл бұрын
@@chubbachoo7448 ill try and figure it out, also I just skiped and worked from ep 17
@bigmancozmo
@bigmancozmo 3 жыл бұрын
14:05 *is it just me or did that block just float without him dragging it*
@lasercatto
@lasercatto 3 жыл бұрын
0_0
@isimsoyisim460
@isimsoyisim460 2 жыл бұрын
well the cursor is edited in most of the time
@OreoTheCat-ZQY
@OreoTheCat-ZQY 3 жыл бұрын
9:20 not workin' (crying)
@Delter416
@Delter416 5 ай бұрын
If you had problem with the box, go to 7:46 and make sure your TILEX (outside the repeat block is 16)
@verticalquack
@verticalquack 3 ай бұрын
One of my favorite parts of Griffpatch’s tutorials is that they are completely customizable. He always uses variables to make it so the person following the tutorial can modify things like the height and width of the level. Thank you Griffpatch!
@jmejuniper
@jmejuniper 3 жыл бұрын
Yes! Another griffpatch video! Also that editing is amazing :0
@scratchtv123
@scratchtv123 4 ай бұрын
*Reporter:* What is beyond the universe? *griffpatch:* *_BIG_*
@alexFireAKanimations
@alexFireAKanimations 3 жыл бұрын
Hey, Griffpatch! I want to tell you, that your tutorials are something that saved me from spending whole summer trying to find out how create each script! Thank you so much!
@griffpatch
@griffpatch 3 жыл бұрын
Glad I could help!
@kiweez3823
@kiweez3823 3 жыл бұрын
they should put youtube rank for griffpacth
@gamedevelopmenttutorials2172
@gamedevelopmenttutorials2172 3 жыл бұрын
Did anyone else notice that he animated thw cursor after recording
@h-Films
@h-Films 3 жыл бұрын
Its satisfying
@picklerick8829
@picklerick8829 2 жыл бұрын
When my Camera X goes over 460 my Camera Y just directly goes to 460 and then i cant use Camera y anymore until i move the Camera x again Can someone Help me?
@AndyWandyBandy
@AndyWandyBandy Жыл бұрын
Never gets old. I've watched this video over and over to review how to add proper tile scrolling, and I always enjoy watching every time! Keep up the great work!
@JustAnotherEmail-b2k
@JustAnotherEmail-b2k Ай бұрын
Heyyyyy, I also watch griffpatch's geometry dash tutorial for clarfication that my code is right
@p1ckler1ck77
@p1ckler1ck77 2 жыл бұрын
Can someone Help me? When ever my Camera X goes over 470 my Camera Y just directly goes to 460 and then it bugs and i cant even use the camera y to move
@jamiezr
@jamiezr 3 жыл бұрын
order-loving eyeballs ima quote you on that
@Enderia2
@Enderia2 3 жыл бұрын
ORRRRRRRDEEEEERRRRR *stares*
@mr.widdershins1263
@mr.widdershins1263 3 жыл бұрын
this tutorial is INCREDIBLE! well done with the effects and thank you for taking the time to even set up pre-made sprites. I am very grateful and am very excited to finish this project along with you!
@terragaming9201
@terragaming9201 3 жыл бұрын
Awesome tutorial, but I don't really understand the "loop tile x ( )" and "loop tile y ( )" blocks.
@InverseOfficial
@InverseOfficial 3 жыл бұрын
I know I’m not griffpatch but maybe I can still explain it. So, before the define functions were added, the cloned tile was moved from left - right or from up - down whenever the tile got outside the viewable space. The custom block does this exact thing, but it also changes the tile index (item(costume) in the tiles list) when the tile repositions. If a tile was stored at item(1) in the list of tiles, when it moves it would be at item(32) for example. In this instance we would have to know what is at item(32) in the list in order to display it, which is what the change(tile index) by ((tile skip)*(grid height) and change(tile index) by (tile skip) functions do. This allows our tiles to switch costume automatically when moving off screen and eliminates the problem of repeating levels, as you can simply remove any tile which is at a position length(tiles). Hope this made sense and you can better understand what is happening! Edit: If you still don’t maybe look at some other scrolling engines or tutorials.
@ajanimations3284
@ajanimations3284 3 жыл бұрын
your videos are so well edited and they help me a TON! keep up the great work!
@weegie3343
@weegie3343 2 жыл бұрын
personally, I use a pen tile engine instead of clones and in my engine, list support is done by countless tile detection scrips like with mario. suprisingly, the engine is really fast and causes almost no lag. nice to see an aproch with clones
@wojtekgame
@wojtekgame Жыл бұрын
Stamps are laggy though, but the pen up/down aren't :)
@weegie3343
@weegie3343 Жыл бұрын
@@wojtekgame It got improved a lot in scratch 3
@wojtekgame
@wojtekgame Жыл бұрын
@@weegie3343 yay? :|
@liquidportal9082
@liquidportal9082 3 жыл бұрын
I must say, the improvement of overall quality is exponential! Your video and audio quality have gotten much better
@griffpatch
@griffpatch 3 жыл бұрын
Yay, thank you! - I've got a reasonable mic, and a new software package for editing... So I've really gone to town. :)
@funraven659
@funraven659 2 жыл бұрын
Note: sorry Griffpatch, I mean no offense to u Me watching: Griffpatch being slower than a snail Me trying to follow him making it: Griffpatch being faster than flash himself
@griffpatch
@griffpatch 2 жыл бұрын
Yes! That's exactly my problem ha!
@hAck_3r64
@hAck_3r64 3 жыл бұрын
When I move camera Y, the blocks start disappearing and shuffling around the screen, but camera X works fine. (I have done everything in this video)
@elkasaca
@elkasaca 3 жыл бұрын
I think it is when you move the set tile to the position tiles you need to put: set tile to item tile index of tile grid.
@vidhyasaivishruth
@vidhyasaivishruth 3 жыл бұрын
@@elkasaca but same here, why is there a gap betweeen tiles?
@PeChips
@PeChips 2 жыл бұрын
@@vidhyasaivishruth maybe because your tiles aren't 16x16 pixels 🤔
@smritijaiswal2977
@smritijaiswal2977 2 жыл бұрын
mine is just turning into costume 10 idk why
@ca1ebyt6
@ca1ebyt6 3 жыл бұрын
griffpatch's name should be all caps because it is all scratchers, not this scratcher only (tell me if you get the joke) there's no way griffpatch actually replied what darn editing this removed the heart on the comment
@griffpatch
@griffpatch 3 жыл бұрын
That's hilarious :D
@sergeudev
@sergeudev 3 жыл бұрын
you just uploaded the first part 3 days ago and... the part 2 is already out :0
@Opti234
@Opti234 3 жыл бұрын
Ikr?
@therandomsomeone.
@therandomsomeone. 3 жыл бұрын
oh yes i was waiting a long time for this (just a day but was long)
@clashgaming2073
@clashgaming2073 3 жыл бұрын
Yay! I was waiting for part 2, this will be interesting
@The_KE
@The_KE 2 ай бұрын
I have a problem at 12:24 where even after applying the fix to stop looping on the x axis, it still loops and I tried a bunch such as switching variables, changing operators etc… Does anyone know a fix to this???
@CoolScratcher
@CoolScratcher 3 жыл бұрын
That intro is professional. Great job Andrew!
@ntsmne
@ntsmne 3 жыл бұрын
Wait--that's his actual name?
@mcstutter8179
@mcstutter8179 3 жыл бұрын
@@ntsmne Y E S
@mcstutter8179
@mcstutter8179 3 жыл бұрын
N ' T
@chiroyce
@chiroyce 3 жыл бұрын
how do you know his name???
@ntsmne
@ntsmne 3 жыл бұрын
@@chiroyce maybe they know each other irl
@dark.king.panther566
@dark.king.panther566 Жыл бұрын
I was following the tutorial correctly till the setup script was completely changed I did everything and then I started the project and the whole thing was flipped Pls Help!
@ThatDevExotic
@ThatDevExotic 3 жыл бұрын
Wow! I love the intro! The editing skills have improved a lot! Stay safe during times like these and keep scratching!
@MordoriZone
@MordoriZone 2 жыл бұрын
Ok griffpatch, at episode 1 my tiles were flickering like haywire! Pls help me. I think forever loop on the broadcast position tiles is make i flicker like that.
@NoahSties
@NoahSties 3 жыл бұрын
Hey griffpatch, do you think there would be an easy way to make a mode 7 style tile engine? Like adding some perspective to these same scripts using the size block (and scaling them on the x axis accordingly)? Just an idea I was playing around with.
@griffpatch
@griffpatch 3 жыл бұрын
I wish there was - But I can't advice anything that would look very good. You would need to split tiles into strips to allow you to add perspective to them, and then use stamping I'd expect...
@Jwang0509
@Jwang0509 3 жыл бұрын
that will be laggy I think
@davinchristino
@davinchristino 3 жыл бұрын
You can't stretch and shear in scratch... wish they added it
@davinchristino
@davinchristino 3 жыл бұрын
But rotation is definitely possible
@SinarSavi
@SinarSavi 3 жыл бұрын
Im making a remix of your cloud taco burp game which will have powers such as flame tacos, ice tacos, shock tacos and more! :)
@kayayavuz8890
@kayayavuz8890 2 жыл бұрын
Did you study Scratch?
@TheKoalaGamerYT
@TheKoalaGamerYT 3 ай бұрын
probably lol
@iron_lithium_x
@iron_lithium_x 3 жыл бұрын
Idk why it doesn't work for me.... no matter what I do exactly as griffpatch did it just fills the whole thing... :(
@elvingpierre8060
@elvingpierre8060 3 жыл бұрын
Awesome! I can't wait for the collision part!
@nyoho5554
@nyoho5554 3 жыл бұрын
Collision is not gonna be that hard, since the sprite 2 won't count if you touch it. You could litterally say if touching Tiles and then your collision script
@restlesshusky2306
@restlesshusky2306 3 жыл бұрын
@@nyoho5554 But he said "In the world of tile-based games" So I think it uses some sort of other thing.
@BWcreeper8706
@BWcreeper8706 2 жыл бұрын
Griffpatch, when I scroll with Y the whole thing corrupts. Blocks in random places
@calmguitar8530
@calmguitar8530 3 жыл бұрын
These are the MOST high quality scratch videos! You deserve 10 million subscribers. It’s just amazing how you can make games in a simple web browser coding software into games made in Super advanced game engines.
@access_was_denied
@access_was_denied Жыл бұрын
nah 20 mil
@3615_TT
@3615_TT Жыл бұрын
@@access_was_denied nah 30 mil
@Scrolte6174
@Scrolte6174 Жыл бұрын
2:32 Bro typed "20" instead of "10" 💀
@griffpatch
@griffpatch Жыл бұрын
IKR 💀
@skull0gd222
@skull0gd222 3 жыл бұрын
This is just what I’ve been looking for! I love this series because it goes at a perfect speed and you explain it so well! When this series is done my games are gonna be 10x better!
@Opti234
@Opti234 3 жыл бұрын
No, it’s going to be 1000x better! :)
@andrewzhuo6399
@andrewzhuo6399 3 жыл бұрын
@@Opti234 No it's going to be 10^10000^1000000^1000000000^10000000 times better
@w7u
@w7u 3 жыл бұрын
No it’s going to be Graham’s number times better
@Opti234
@Opti234 3 жыл бұрын
@@w7u No it’s going to be googolplex times better. Or planck reversed.
@Opti234
@Opti234 3 жыл бұрын
@@andrewzhuo6399 That’s...big. 1 followed by 27 zeroes. But not as big as griffpatch’s or Einstein’s brain. :)
@roboboy3773
@roboboy3773 3 жыл бұрын
People who Disliked griffpatch's Videos are jealous about him!
@albraaxes1811
@albraaxes1811 3 жыл бұрын
10:46 I Have a question ... How 0-Clone Count X will do it? i
@griffpatch
@griffpatch 3 жыл бұрын
Previously we had Clone Count X * -32. This has been re-written to be "-(Clone count X * 32)". Do you see? so 0-(Clone count X * 32).
@albraaxes1811
@albraaxes1811 3 жыл бұрын
@@griffpatch very clever!
@ManiacalAltered
@ManiacalAltered 11 ай бұрын
my thing is not working, its only showing any costume thats number 10... not any other number
@snelake
@snelake 3 жыл бұрын
Really great series! I really enjoy seeing how it turns out, especially since I’m using different textures to you, it’s great to see how they are different and yet so similar!
@Melly_The1
@Melly_The1 3 жыл бұрын
if your thing doesn't work right: 1 check your math 2 check if a [set veritable] needs to be a [change veritable] and vice versa 3 check if a grater than or less than sig is backwards 4 check that you are using the right variables.
@GoatPengu
@GoatPengu 3 жыл бұрын
Thanks.
@Melly_The1
@Melly_The1 3 жыл бұрын
@@GoatPengu your welcome!
@dylanedwards8418
@dylanedwards8418 3 жыл бұрын
This is by far the best scratch tutorial I've ever seen! I learned more than I usually do at school!
@griffpatch
@griffpatch 3 жыл бұрын
Wow, thanks!
@dylanedwards8418
@dylanedwards8418 3 жыл бұрын
@@griffpatch Your who inspired me to start scratch :)
@jo3zz
@jo3zz 3 жыл бұрын
What about multiple levels also thanks for replying to my request :) (appreciate it)
@buck_cover_up7955
@buck_cover_up7955 3 жыл бұрын
3 minutes that means early 100!
@Opti234
@Opti234 3 жыл бұрын
Ikr? This was from 15 minutes ago and it already has a couple of hundred views and likes! And 95 comments.
@CantFindAName000
@CantFindAName000 3 жыл бұрын
Is it bad i somehow ended up with 608 in my list for tiles and I copied your code block for block?
@yeegordon8285
@yeegordon8285 3 жыл бұрын
When we finish the tile base tutorial, can you make a tutorial on how to turn this game into a cloud multiplayer game?
@griffpatch
@griffpatch 3 жыл бұрын
Nice idea :)
@starting7725
@starting7725 3 жыл бұрын
I think we have to use cloud list
@yeegordon8285
@yeegordon8285 3 жыл бұрын
@@starting7725 No, cloud list doesn't exist, we have to use a "separator" to convert a cloud var to list and vice versa
@noot_noot843
@noot_noot843 3 жыл бұрын
@@yeegordon8285 yeah I think. I think its something like his tutorial about a cloud multiplayer.
@yeegordon8285
@yeegordon8285 3 жыл бұрын
@@noot_noot843 And he also promised to implement the cloud engine in a game.
@maxgear8376
@maxgear8376 3 жыл бұрын
9:22 my code is broken and i cant figure out why, can you help? scratch.mit.edu/projects/504495576/ the problem is my list is working but my entire screen is the tiles that are meant for the borders
@0mega457
@0mega457 3 жыл бұрын
When I test my project for the first time (around 9:10 in the video) all I get is my entire project is the wooden block and there is no empty spaces. I've followed every step shown in the video.
@griffpatch
@griffpatch 3 жыл бұрын
Can you share the project ID?
@0mega457
@0mega457 3 жыл бұрын
@@griffpatch The project ID is (490202341)
@griffpatch
@griffpatch 3 жыл бұрын
@@0mega457 Your project is PERFECT except in the Generate Sprite you used "Add 10 to TILE GRID" instead of "Add 0 to TILE GRID" on the Add Boxed Column in the repeat loop :)
@0mega457
@0mega457 3 жыл бұрын
@@griffpatch Thanks for the help!
@Hey-withrizz
@Hey-withrizz 3 жыл бұрын
mine does the same thing and i dont know whats wrong
@thing44
@thing44 6 ай бұрын
this is amazing thanks to griffpatch i can let him figure out how to Mario in scratch and then he can show me how to do it to. thanks griffpatch
@NumptyTheNumpty
@NumptyTheNumpty 3 жыл бұрын
Thank you Griffpatch your amazing!!!!!!!
@NumptyTheNumpty
@NumptyTheNumpty 3 жыл бұрын
@Rowley and Greg With creepers Why? I like my name
@Klotzy4433
@Klotzy4433 2 жыл бұрын
Its not creating the Transparent tiles even tho i copied your code 100%
@arkumar842
@arkumar842 3 жыл бұрын
hi, i like this tutorial, by the way can you make a pen scrolling platformer series next after this series
@raidenxd2
@raidenxd2 3 жыл бұрын
15:52 griffpatch: Dont miss this step or else stuff will go haywire! Me: ooo i got an idea!
@Konapleto_
@Konapleto_ 4 ай бұрын
yes
@jjsanimations
@jjsanimations 3 жыл бұрын
I haven't been on Scratch in a while because the power is out where I live because of snow. But snow and power outage doesn't stop me from using a generator for the wifi, and watching Griffpatch on my phone 😂
@xenbowler6524
@xenbowler6524 3 жыл бұрын
lol
@FuzzyWeasel
@FuzzyWeasel 3 жыл бұрын
This is really cool. You said you also do java coding? So maybe you could do some tutorials and fun projects to do with Java. I would love to watch those.
@BillyBobJoeJamalJenkins
@BillyBobJoeJamalJenkins 3 жыл бұрын
I do JavaScript. I don't make vids on them.
@the_og_vaca5133
@the_og_vaca5133 2 жыл бұрын
I have made this code and my issue is that instead of just the column and row it fills the whole screen instead. Do you know what the issue is?
@stephenb7773
@stephenb7773 2 жыл бұрын
im having the same problem
@RenardioMFG
@RenardioMFG 2 жыл бұрын
Make sure that in all of the places where it says “add 2 to tiles grid” the second costume in the tiles sprite HAS to be blank
@seth-blank
@seth-blank 2 жыл бұрын
Wow this man is big brain. And I thought I was close to being good at scratch XD
@ahm0812
@ahm0812 2 жыл бұрын
My golden blocks at the end are not spawning, could you help?
@Awesomebricks1
@Awesomebricks1 3 жыл бұрын
Nice!
@chessmate-jay4846
@chessmate-jay4846 3 жыл бұрын
Hello, 2:35 there is a mistake in the list- item no. 9, it should have been 10, but there is 20.
@omlet70
@omlet70 Жыл бұрын
Griffpatch i Like The Coding
@PortalSmth
@PortalSmth 7 ай бұрын
I love the @griffpatch tutorials!
@writethatdown100
@writethatdown100 3 жыл бұрын
17:31 Why don't you just use the abs trick? You shouldn't have to do it twice
@Chonki66
@Chonki66 Жыл бұрын
How Can change the slider value at mobile?
@AldenMoellerInc
@AldenMoellerInc 3 жыл бұрын
You are literally the best Scratcher of all time
@lasercatto
@lasercatto 3 жыл бұрын
Day 2 of asking griffpatch to make a video of him playing Epic Ninja until he does.
@SinarSavi
@SinarSavi 3 жыл бұрын
In my Taco Burp remix, with only 2 players they both seem to lag? They blink and their mouths open and close rapidly and sometimes it seems like they arent even there! I only wish that you could maybe check the project out in the editor to see whats wrong. :/
@SinarSavi
@SinarSavi 3 жыл бұрын
:O nvm i fixed it for now :)
@DUMB_PERSON_NEAR_ME
@DUMB_PERSON_NEAR_ME Жыл бұрын
griffpatch must be one of the scratch team
@FireyDeath4
@FireyDeath4 3 жыл бұрын
Can't wait until we can make lists of NPCs and other interactive entities (with their own interactive variables and stuff)
@griffpatch
@griffpatch 3 жыл бұрын
This will be super cool right!
@FireyDeath4
@FireyDeath4 3 жыл бұрын
okay...but you should probably spice it up to compensate
@ShrekBigscary
@ShrekBigscary 3 жыл бұрын
Thank you!
@haydenhoyden
@haydenhoyden 3 жыл бұрын
I ran the project and all it did was a full screen of blocks what do I do
@hungoquoc3128
@hungoquoc3128 3 жыл бұрын
Why do I do that and still get the error I swear I did it over and over again
@kirbzbrodyman1722
@kirbzbrodyman1722 3 жыл бұрын
Every time I see "clone count y" keep seeing "Clone county" XD
@Grezza
@Grezza 3 жыл бұрын
same lol
@Speed-TV
@Speed-TV 3 жыл бұрын
Why is the saturation turned down?
@andreabrummett365
@andreabrummett365 3 жыл бұрын
nice thank sooo much amd im becoming better at coding
@bunnyfun649
@bunnyfun649 2 ай бұрын
So entertaining, yet so useful! And the best scratcher sharing his knowledge?!? Impossible, but wait, IT IS!!!!!!!!!!!!!11 WE DON'T DESERVE YOU!!!!!!!!!!!!!!!!
@Popbam11
@Popbam11 Жыл бұрын
help ive gotten 652 in the list instead of 600
@vondstep
@vondstep 3 жыл бұрын
The wait has come to an end for part 2 but the wait has again started for part 3.
@AlexSteveScratch
@AlexSteveScratch 3 жыл бұрын
Griffpatch is the best at scrach!
@notkaif
@notkaif 3 жыл бұрын
This is amazing! This will be so useful for scratch games! Thanks so much
@trojannmp4
@trojannmp4 3 жыл бұрын
Woahhh I tried it and its amazinggg!!!!!!
@soniyachavan7728
@soniyachavan7728 3 жыл бұрын
man a love your so much I create your projects
@bartlettkids8691
@bartlettkids8691 3 жыл бұрын
How do you get cleanup blocks plus?
@salihsstr
@salihsstr 3 жыл бұрын
Wonderfull i am big fan
@madmon9119
@madmon9119 3 жыл бұрын
Thanks so much!! I rally enjoyed making this and am working with your newer tutorials for this!!
@NightCat28
@NightCat28 3 жыл бұрын
Help! When I try locking the camera using the (camX > 32 * grid width - 240) and (camY > 32 * grid height - 180) scripts, it turns my screen white and sets the camX to -6720 and camY to -5120!
@griffpatch
@griffpatch 3 жыл бұрын
I bet you have written cam X > 32 * (width - 240) instead of X > (32 * width) - 240
@NightCat28
@NightCat28 3 жыл бұрын
@@griffpatch Ooooohhhhh... Thanks so much for the help!!
@aaronlongin1051
@aaronlongin1051 Жыл бұрын
You're so good at everything on the computer editing coding etc. Wow you are insane. 👑👑
@Nonethousand9090
@Nonethousand9090 3 жыл бұрын
well, i just figured out that the clean up blocks feature exists
@griffpatch
@griffpatch 3 жыл бұрын
And if you have my web browser extension for scratch (Scratch Dev Tools or Scratch Add Ons), then you get the Clean Up+ feature that works a LOT better.
Tile Scrolling Platformer | 3. Tile Collisions
24:57
griffpatch
Рет қаралды 308 М.
They turned MATH into a factory game...
21:34
Real Civil Engineer
Рет қаралды 1,5 МЛН
إخفاء الطعام سرًا تحت الطاولة للتناول لاحقًا 😏🍽️
00:28
حرف إبداعية للمنزل في 5 دقائق
Рет қаралды 35 МЛН
Your Questions Answered 🏆 Scratch 100k Unboxing!
17:05
griffpatch
Рет қаралды 92 М.
I Made Four Bizarre Scratch Games in a Week
10:29
Emeral
Рет қаралды 297 М.
I Made a Zero Player Game
12:30
Sam Hogan
Рет қаралды 10 МЛН
I Drew Logos From Memory
34:05
iShoya
Рет қаралды 424 М.
Making a difficult game about fitting in - Acerola Jam 0
19:17
jess::codes
Рет қаралды 384 М.
NEVER DO this on SCRATCH ! | EP 3
10:55
SL Smart Mind
Рет қаралды 1,3 МЛН
I Spent 6 Years Making Games in Scratch
10:03
chipm0nk
Рет қаралды 349 М.
How I Made a 3D Platformer in 2D Game Engine
21:23
ggenije
Рет қаралды 501 М.