Please continue this game! Im very willing to play it! Can you make abilities and that you can buy it throught coins? I think it could make it quite more fun rather than just shooting monsters.
I have watched this channel come from 100 subs to now 10 THOUSEND! Congrats bro I don't know how you do this but keep up the awesome work :D Edit: what Editing software do you use??
Zonx, can you please make a short or a video explaining how you made the players eyes follow the mouse. I tried to look on your scratch page, but I saw you hadn't uploaded it.
all he did was create a clone of the player. and when the clone is created. the costume is set to the eye costume for the clone. then in the backdrop it was forever broadcasting Eye:TIK which when received, the player checks if it has the eye costume (if it is the clone) and the eyes do this script to move to the mouse pointer: set rotation style to left-right point towards mouse-pointer go to player move ( distance to mouse-pointer / 60 ) steps
CONGRATS ON 10K!!!!!! Btw, do you have a discord server yet? Or is that still unmade? Again, if you need any help, you could ask me :) Anyways, Cool vid! Nice to see you upload!!!
When I say that I’ve been here since 1K, it seems like I’m an og, but DAMN. Not at ALL. You’ve gotten over 9K subs in like, 3-4 months?!?!?!?!?!? Good job dude🎉🎉🎉🎉🎉🎉
I really love your youtube tutorials and scratch challenges...but I was wondering if you ever planned on making a big game in scratch that we all could play...it's been a while and I would love to see your art implemented into a game!
you deserve as much subs as griffpatch I learn things just from watching you do them and they are not the key focus I could easily upgrade my Scratch sprites by watching this video
You make really good entertaining videos! You should livestream you making the games for behind the scenes because it would be easier than making a whole video 👍
instead of using go to player first make a custom block called position gun and then do when i receive position gun go to player so this will have it automatically go to the player without falling behind
Ima be the nerd on this one, but your layer code doesn't work. at 9:10 when you checking if the clones y pos is below the y pos of the other enemy, you only comparing the clone with the parent sprite and not the one it's overlapping with. it only seemed like it worked in the video bc when you spawn the clone that statement always equates to true which makes the newer clone behind everything. if you move on top of all the clone you will see that the layer sorting will break. some way to ACTUALLY fix this issue is by keeping track of all the clones in a list and stamp the clones in a sorted order. scratch has however many layers as the total number of sprites. so if you dont want to use the pen extension, you can set each clone to "back layer" which is layer number 0, and change the layer according to their order on the sorted list.
Yo could you please release a full video/behind the scenes? I love these videos but I’d much rather watch you actually code instead of straight entertainment like these videos are. And I completely understand it takes along time to code these and it can be challenging to upload a video of everything but id love to see the actual coding in any way possible, Thank you.
so crazy, I remember making a game on scratch that took me literal days and you just made it in like 30 minutes and called it "noob" I have never felt so amazed and ashamed at the same time💀💀
Hey Zonx, do you know how you got the 'y position of ENEMY' block in the layering script cuz when I open the drop down menu it doesn't show it Nice work on 10k!
I'm making a remix where the player HAS A SHOTGUN. Aswell as many other things that are totally not inspired by brawl sta- New Entities! And more coming soon!
Hey zonx sorry I just wanted to ask where did you get that direction of gun I'm trying to make the game that that you made but pro I'm using the character as a noob because I don't know how to make the Shadow and I yeah and I just don't want I just want to know where it is
U should've made it where it u hit the orange enemy, u would get plus 2 score and the same thing with the fast enemy but except u would get plus 3 score, but overrall u made an awesome game
I like everything, EXCEPT! The enemies don't spawn anywhere other than the top. However that can be fixed by, before cloning, putting them at 0. 0. then pointing pick random 0 to 360, then simply moving like 100000 steps. It's THAT EASY!
I know its a bit late, but it's kinda hard to say, noob~pro~hacker, when it's all just you. I get why u did it, but it seems like it would be more fun to have actual different people to kinda help highlight other scratchers
After so many requests to share the hacker game… HERE YOU GO LINK IN DESCRIPTION! ❤🎉
Good job Zonx! You gained more subscribers then the population of the country Tuvalu 🎉🎉
Can u make a game that has a joystick
share the noob and pro
this helped ME
@@FunniMemezOnly So Funny!
Your title/start screens are always so satisfying, as well as the way you design your sprites!!
fr even i cant design a player icon 😭
same@@under5P
@@under5P How it ez
This guy is the definition of “I’ve continued a bit off camera”
"These are way too big." The relatable text was amazing
ZonxScratch: Guys I will just code a little bit and make the game better (makes a whole new game) (lol)
lets just go with a bit of… *keyboard spamming* and some of that.. *more keyboard spamming* anyway so were done, really simple, now copy this.
That's crazy, I never would have known it was that easy to make the movement so smooth. 😄
Forgetting the show in bulkets is he most relatable scratch dev thing ever
what is bulkets?
@@rakhihalder3600 bullets
Please continue this game! Im very willing to play it! Can you make abilities and that you can buy it throught coins? I think it could make it quite more fun rather than just shooting monsters.
It's your best vidéo 😎 j'ai la flemme de traduire mais le jeu à combien de slime et enemie au maximum ?
I think 'speed x' and 'speed y' is better naming, it won't change anything in the code but I use this because it's way more understandable
Blender:
destroy the cube
make a cat
Scratch:
Destroy a cat
Make the cube
I have watched this channel come from 100 subs to now 10 THOUSEND! Congrats bro I don't know how you do this but keep up the awesome work :D
Edit: what Editing software do you use??
peni-
@@PlutodatGDgamer YOOO WHAT
@@PlutodatGDgamer 📸📸📸📸📸📸📸📸📸📸📸📸📸📸📸📸📸📸
@@PlutodatGDgamer uh what. umm you didnt have any reason to reply with nothing except cutting yourself off from saying a word
@@YeahEsCereal Its a silly joke calm down
Zonx: Doing cool things 🎉❤
ME: Realising that I’m a noob 😢😂
Zonx, can you please make a short or a video explaining how you made the players eyes follow the mouse. I tried to look on your scratch page, but I saw you hadn't uploaded it.
all he did was create a clone of the player. and when the clone is created. the costume is set to the eye costume for the clone. then in the backdrop it was forever broadcasting Eye:TIK which when received, the player checks if it has the eye costume (if it is the clone) and the eyes do this script to move to the mouse pointer:
set rotation style to left-right
point towards mouse-pointer
go to player
move ( distance to mouse-pointer / 60 ) steps
CONGRATS ON 10K!!!!!! Btw, do you have a discord server yet? Or is that still unmade? Again, if you need any help, you could ask me :)
Anyways, Cool vid! Nice to see you upload!!!
Yes and yes
@@ZonxScratch o
Pro: puts 0.9
Hacker: puts .9
When I say that I’ve been here since 1K, it seems like I’m an og, but DAMN. Not at ALL. You’ve gotten over 9K subs in like, 3-4 months?!?!?!?!?!? Good job dude🎉🎉🎉🎉🎉🎉
I really love your youtube tutorials and scratch challenges...but I was wondering if you ever planned on making a big game in scratch that we all could play...it's been a while and I would love to see your art implemented into a game!
Aye yo it’s tech wiz
you deserve as much subs as griffpatch
I learn things just from watching you do them and they are not the key focus
I could easily upgrade my Scratch sprites by watching this video
this is the tutorial i need i hope you dont mind me borrowing a couple of code from the game anyways thanks!
How do you have a pause button beside the green flag? I use browser instead of the "app" and I don't have it
@everyone this noob doesn't know about scratch addons!!
@@sierragutenberg No I don't, I'm pretty new to scratch, what's an addon?
@@DanikaThing1 good extention
bro deserves more subs. keep up the good work :)
how does the layering work? doesn't it only track the main sprite's x and y?
You make really good entertaining videos! You should livestream you making the games for behind the scenes because it would be easier than making a whole video 👍
this guy is speed running subs
instead of using go to player first make a custom block called position gun and then do when i receive position gun go to player so this will have it automatically go to the player without falling behind
what time to you normally post often
HELLO ZONXSCRATCH! I AM YOUR FAN! FINALLY YOU UPLOAD ANOTHER VIDEO!!!!!!!!!!!!!!!!!!!!!
Ima be the nerd on this one, but your layer code doesn't work. at 9:10 when you checking if the clones y pos is below the y pos of the other enemy, you only comparing the clone with the parent sprite and not the one it's overlapping with. it only seemed like it worked in the video bc when you spawn the clone that statement always equates to true which makes the newer clone behind everything. if you move on top of all the clone you will see that the layer sorting will break. some way to ACTUALLY fix this issue is by keeping track of all the clones in a list and stamp the clones in a sorted order. scratch has however many layers as the total number of sprites. so if you dont want to use the pen extension, you can set each clone to "back layer" which is layer number 0, and change the layer according to their order on the sorted list.
Damn thanks 🙏
It's been soo long since a video came from Zonxscratch
Yo I’ve been waiting so long for people to make a noob vs pro vs hacker scratch video
🎉
Your video are fire. Keep it going 🎉🎉🎉
I am just a beginner and I watched a couple of your
videos I hope you explain every detail in your next video.
Wow ur on of the best scratchers i know on scratch ur defenitly my idol nad i love to see your channel grow! (:
you should of used the When 'any key' key pressed block in events ive seen many people (that rent good at scracth) do this.
Im copying a few of youre codes and i learn A LOT from you and griffpatch. Now im a subscriber
Congrats on 10k you grew so fast🎉
Congrats. You have gained a new subscriber. This channel is now my favorite channel.
Your games are so fun and satisfying
whats the invisible box for ive never figured it out
good video idea: very easy hackable scratch game vs unhackable one
Yo could you please release a full video/behind the scenes? I love these videos but I’d much rather watch you actually code instead of straight entertainment like these videos are. And I completely understand it takes along time to code these and it can be challenging to upload a video of everything but id love to see the actual coding in any way possible, Thank you.
The noob was just like 1 of my games.😢😢😢
Edit:thanks video creator
It would be really cool if you made a tutorial channel for scratch tutorials
any Other Game! I LOVE your games
This Is A Masterpiece! i think it is a nice video. also zonxscratch. I LOVE YOUR VIDEOS! im subbing
Hey you commented on my game!! It’s me, Pigzilla
2:38 when when gre- green when green flag clicked
I'm a bit confused. Why do you put an invisible box around your sprites?
Makes them look better in the view port
@ZonxScratch I made a retextured game called survivor but I can't put the link in cause I'm in a non shared account
@@ZonxScratch o alr, thanks
so crazy, I remember making a game on scratch that took me literal days and you just made it in like 30 minutes and called it "noob" I have never felt so amazed and ashamed at the same time💀💀
1:08 sus 😳😳 way too bigg
Edit he said relateble
🙂 Hey Zonx I was wandering if you could please release the hacker game
How do you get the direction of direction of gun block for the bullet?? I’m very confused
i made a game like this ;D u gave me an awsome idea
THE PART OF YOU MISS SAYING "when green flag clicked" RAPIDLY💀(the way you did the pro and hacker satisfied me)
Another way of choosing only random x position: set x to: (pick random {-240} to {240}) set y to: {400}
whats the point on putting a invisable box around the sprite?
Your particle effects are amazing
can you please share the pro and noob games? i used the pro section as a tutorial once for making clime catch, a gami i am sharing today.
bro says "now place a when green flag clicked" and finishes the whole game🤣🤣🤣
may be kind of a dumb question, but why do you make an invisible box ontop of every sprite?
You can make the gun and bullet in the same sprite as player btw to and use clones for them
Hey Zonx, do you know how you got the 'y position of ENEMY' block in the layering script cuz when I open the drop down menu it doesn't show it
Nice work on 10k!
I'm making a remix where the player HAS A SHOTGUN. Aswell as many other things that are totally not inspired by brawl sta- New Entities! And more coming soon!
Hey zonx sorry I just wanted to ask where did you get that direction of gun I'm trying to make the game that that you made but pro I'm using the character as a noob because I don't know how to make the Shadow and I yeah and I just don't want I just want to know where it is
Yessir another upload
U should've made it where it u hit the orange enemy, u would get plus 2 score and the same thing with the fast enemy but except u would get plus 3 score, but overrall u made an awesome game
You should make a tower defense game with a map kinda like the hacker game
10:43 those white ones are baby zombies x 100000
WHEN ARE YOU GOING TO MAKE A NEW TUTORIAL also big fan
Congratulations you be fire:🔥🔥🗣️🗣️🔥🗣️🗣️🔥🔥🔥🗿🗿
you should make powerups
I like everything, EXCEPT! The enemies don't spawn anywhere other than the top. However that can be fixed by, before cloning, putting them at 0. 0. then pointing pick random 0 to 360, then simply moving like 100000 steps. It's THAT EASY!
u should do a vid where u help a subscriber to make a game in scratch
We all have wait for this video
ur a hacker now
Should we report 🤔
False @@swissmade-xb9id
Hacker is an exagération in gaming for very very good
@@swissmade-xb9id Ya
@@azaanhyderofficialno you dingus😡
Can you upload a video of how you make your title screen and score variable?
Hola! Nice!
Bro.. this is just a tutorial in disguise...
Still deserves a sub!!
the noob is better than my games lmao
zonx i beg u please share this PLEASE
how do you make the circle shadow???
the subscribe button shined when he said to do it
:)
thanks for the tutorial
People who learned from the noob level
yo how did u get enemy in enemy sprite?
keep it up you have good vid even i make cookie clicker easily
Also By Th Way,What Is The Project Called?
Legend says that if you comment on a ZonxScratch video he will like and reply to you
True
I created a game based on what I saw in this video I would like your consent to post it if I give you credit?
How'd you get the pause button on scratch? Is that a scratcher feature or am I dumb or...?
I feel offended on the noob one
Me too
i dislike how the noob one is literaly just calling me out
Tip for the noon version: noobs don't know you can make clones
You SHOULD make a video where AI decides things in the game…
Theme
Game type
Player
Movement
Style
Enemy + more
whats the invisible box for?
There is a y speed and an x speed in scratch
um can you pls add new guns to slimer game pls i love your games but i love slimer the most so pls add more and new guns
🤔
Omg I played this game before I saw this video!!!! 😱🤯
I know its a bit late, but it's kinda hard to say, noob~pro~hacker, when it's all just you. I get why u did it, but it seems like it would be more fun to have actual different people to kinda help highlight other scratchers
BOWLINGGGGG
What? 😅@@ZonxScratch
i started scratch new but i have a question. why do we add inv. Box To Gun? (pls reply)