If you have any questions about your projects, I will try to answer them in my Scratch studio: scratch.mit.edu/studios/5241009/ Also, check out my newly published mobile game, The Last Chicken On Earth! It's available on the Google Play Store for Android devices. Feel free to download and rate the game here: play.google.com/store/apps/details?id=com.Fuelvin.Chicken
I have a problem that I cant seem to fix. When I play the game 3 times for no reason the hill clone disappears and so does the pipes. Others have had the exact same problem as me.
I also want want to make flappy bird. It's just that I don't know how to make it. So I went to this app(UA-cam) to find this video. Thanks for your help guiding me and teaching me how to make flappy bird! I also add my own things to the game.😊
I'm so glad I found your channel! In the scratch studio, if we contact you, you actually respond and tell us how to fix our problem! I haven't seen any youtuber do that! You're the first!
Pls make a racing game! Other channels have tried but they don’t put any effort into it, and I know if you did it it would turn out great, and teach me a lot about scratch!
There is a bug in mine. I cant get the pipes to spawn on the 3 attempt and the hills only spawn 1 clone. I think the placement of where the hills spawn is doing something.
Any idea on why the bounce back animation might not work @ ~ 12:17 ? For me the chicken DOES bounces back if I click this script after losing the game. So... this script works but won't work when the game is running. May I have some assistance?
i was working on this and got the same problem, it is because there is the script 'when i recieve lose, stop other scripts in this sprite' and that stops the bird from doing the lose animation, so you are supposede to just get rid of the stop other scripts one, he also did this at some point i think your comment was 3 years ago, so you have probaly forgotten about it now, but i just wanted to be of some help.
hello! I have a problem from part 1. my pipes don't disappear.. they create a stack on top of each other when my bird passes them, i made sure i followed every step and triple checked every block and nothing is wrong, what should i do?
i have a problem i did all in the video but fdor some reason the menu wont show and idk what to do cus not the play button or anything and after that the pipes show the bird isnt and i die
I also want want to make flappy bird. It's just that I don't know how to make it. So I went to this app(UA-cam) to find this video. Thanks for your help guiding me and teaching me how to make flappy bird! I also add my own things to the game.
I found a bug on your screen. When you get like 3 points and you lose then it is all right. But when you retry then the same points show up and when it receives play, then it set it to 0.
One way to do it is to make lists for x positions and y positions. The original sprite creates how ever many clones you want, then sets each created clone to its own private variable number, starting from 1 and increasing by 1. Let's call it clone#. The original sprite also adds its x position and y position to the index 0 of the x position and y position lists. Then for each clone it constantly adds its x position and y position to the index "clone#" of the x position and y position lists. The clones then glides (or however you want it to move) to the index "clone# - 1" of the x position and y position lists. This means that the clones are gliding to the position of the clone before it. All you need to do is to control the movement of the original sprite, and the clones follow. I haven't tried this out, but in theory this should work. Hope this helped!
so i tested out the game till i got more than 10, turns out when you reach 10 its just restarts (not the game but the score) back to one without adding up
And for the real time, intead of individual blocks saying change cousrume to whatever you could just "repeat 3 times, next costume, wait 0.5 seconds" and the only 1 in the top is going to be the restarter
also, i skipped all of the death animation and game over screen bugs because i made my death animation play FIRST then the game over screen shows because my game over screen wants to fill the ENTIRE screen so ye lol
its because when working on it, you can drag and click a sprite/character and place it somewhere. this mechanic also works while playing/testing. so the best way to fix that is by clicking in the sky or avoiding clicking on the hills. also it is not a bug. there is no way to fix it by using code
Fuuuuuuuck every thing is fucked up because of this menu IV been working on this for 8 hours straight every single time I try to fix it it gets worse and I so frustrated
i love this tutorial i have never done such a thing in scratch this is literally my biggest project lol B U T i also did do some changes to make it nicer like adding a custom stop button start also decorations on the gameover screen including texts like lol ur trash and dont give up! and much much more! so yeah i loved this video and ill be sure to check out others too! :) keep it up whit the great work and hopefully you ill reach A T L E A S T the subscribers that you deserve like idk 1 mil 500k? well just keep it up ok? bayy (1 sub and 1 like has been added to your inventory) Edit: i just realised that the buttons and menu and those stuff does appear in this tutorial so yeah i went from having 10million iq and having a cool design to having a better design and 1k iq but still its pretty cool and i love it :)
If you have any questions about your projects, I will try to answer them in my Scratch studio: scratch.mit.edu/studios/5241009/
Also, check out my newly published mobile game, The Last Chicken On Earth! It's available on the Google Play Store for Android devices. Feel free to download and rate the game here: play.google.com/store/apps/details?id=com.Fuelvin.Chicken
I have a problem that I cant seem to fix. When I play the game 3 times for no reason the hill clone disappears and so does the pipes. Others have had the exact same problem as me.
Warfame love it
I also want want to make flappy bird. It's just that I don't know how to make it. So I went to this app(UA-cam) to find this video. Thanks for your help guiding me and teaching me how to make flappy bird! I also add my own things to the game.😊
@@wallacesitu7424 I ALSO HAVE THE SAME PROBLEM
@@wallacesitu7424 same
What I like in your work is that you don't just do the thing ,you do put allot of effort to make it look polished and well made
Thank you :)
I'm so glad I found your channel! In the scratch studio, if we contact you, you actually respond and tell us how to fix our problem! I haven't seen any youtuber do that! You're the first!
Pls make a racing game! Other channels have tried but they don’t put any effort into it, and I know if you did it it would turn out great, and teach me a lot about scratch!
Yes, I will probably make one in the near future :)
Actually, he already make one.🙄
Zi Wei Khoo this was asked before he made it 😁
They commented before it was made
There is a bug in mine. I cant get the pipes to spawn on the 3 attempt and the hills only spawn 1 clone. I think the placement of where the hills spawn is doing something.
You can delete the hills look up a background for flappy birds save the image and make it as your background
i have the same problem and im really stuck on fixing it
Any idea on why the bounce back animation might not work @ ~ 12:17 ? For me the chicken DOES bounces back if I click this script after losing the game. So... this script works but won't work when the game is running. May I have some assistance?
Same
i was working on this and got the same problem, it is because there is the script 'when i recieve lose, stop other scripts in this sprite' and that stops the bird from doing the lose animation, so you are supposede to just get rid of the stop other scripts one, he also did this at some point i think
your comment was 3 years ago, so you have probaly forgotten about it now, but i just wanted to be of some help.
Hey Can you please help me because when I am clicking on menu it is not going to menu
My RETRY botton works only 1 time, do you hav a solution?
what happens if the retry button is under the lose screen.
Use the go to front block
hello! I have a problem from part 1. my pipes don't disappear.. they create a stack on top of each other when my bird passes them, i made sure i followed every step and triple checked every block and nothing is wrong, what should i do?
Mabye check your variables. (If you haven’t)
i have a problem i did all in the video but fdor some reason the menu wont show and idk what to do cus not the play button or anything and after that the pipes show the bird isnt and i die
Remember to write down the names for the sprites, costumes, and backdrops!
Yes
I also want want to make flappy bird. It's just that I don't know how to make it. So I went to this app(UA-cam) to find this video. Thanks for your help guiding me and teaching me how to make flappy bird! I also add my own things to the game.
Hi
I am Annanya Chaudhary
Wonderful great
👏👏👌👌🥳🥳
Your Tutorials are so helpful!
true
I found a bug on your screen. When you get like 3 points and you lose then it is all right. But when you retry then the same points show up and when it receives play, then it set it to 0.
my menu is not working
whenever i click on menu button my backdrop don't changes to backdrop 2 please help
What if you hold the mouse button tho. Wont it infinitly go up
Can you make different birds to use so the player can choose? And can you have the players “best score” in part 5
@Elijah Mathisen then???
warframe ur the best scratch coder
@Mateo Hideg wut
@Mateo Hideg ur not warfame
Warfame I have a question, how do you make clones follow its original sprite and are you able to make clones follow other clones?
One way to do it is to make lists for x positions and y positions. The original sprite creates how ever many clones you want, then sets each created clone to its own private variable number, starting from 1 and increasing by 1. Let's call it clone#. The original sprite also adds its x position and y position to the index 0 of the x position and y position lists. Then for each clone it constantly adds its x position and y position to the index "clone#" of the x position and y position lists. The clones then glides (or however you want it to move) to the index "clone# - 1" of the x position and y position lists. This means that the clones are gliding to the position of the clone before it. All you need to do is to control the movement of the original sprite, and the clones follow.
I haven't tried this out, but in theory this should work. Hope this helped!
Thanks
for 1:05, I did this,
When I receive [Game Over]
how did you make the bird not moving while countdown???
why won't you use when this sprite clicked instead of if mouse down?
K so my Menu Button wasn't taking me to menu it was restarting the game. Any thoughts on how to fix that
Same
For some reason the pipes don't show after 3 restarts does anyone know how to help?
I have the same problem after 5 pipes
Did you manage to fix this error?
@@ROGUEOFFICIALPH there is no fix to this but you can simply stop the game and press go again
@@derivevibes6447 Thanks for the reply. I already fixed it.
@@ROGUEOFFICIALPH How did you fixed it?
Bird: flaps
Bird: Hits the pipe
Pipe: goodbye
Bird: HELP M-
Couldn’t you have just placed when flag clicked in the count down sprite?
Everyone is complaining about scratch 3.0 but I. Reality scratch 3.0 is the best version
same cause they add stuff like set drag mode
16:47 I decided to change retry button by "Press space to play again so I was kinda screwrd there
Can you make it that the players can review their score?
...
@@AlexandraD2020 ?
why did you comment that? i need an answer
2020?btw this video is so helpful thank you
Who doesn’t love Warfames’s Keyboard sounds ayyyy?😂
why does my retry button show but my menu button not show and then retry button dosent show but menu button does.
Um when I did the Mountain it can move and I can’t fix it ;(
so i tested out the game till i got more than 10, turns out when you reach 10 its just restarts (not the game but the score) back to one without adding up
same with me
@@drisukapalli i recently found the solution, go to the number sprite and change the 'set digits' code to '2' instead of '1'
And for the real time, intead of individual blocks saying change cousrume to whatever you could just "repeat 3 times, next costume, wait 0.5 seconds" and the only 1 in the top is going to be the restarter
Yeah, that works too. I tend to avoid "repeat (___)" blocks when possible :\
cause of how much effort this must take a day
When I do it 3 times it bugs out and the pipes stop spawning
yeah that's what happened to me too. can't seem to figure out how to fix it.
same for me
same here
can you set the changeiny to 7 or 8
could you create something similar to pokemon or icy tower? I would love to see how this works :)
The countdown doesn’t work as the clones glitch
it is not working correctly and sometimes the clones o the pipe come in one place after clicking retry
ok i realised whats the problem its like the play button automaticly activates the start countdown so the game keeps going without some stuff
Does anyone else have that direction thing for sprite 8 in the top left corner?
also, i skipped all of the death animation and game over screen bugs because i made my death animation play FIRST then the game over screen shows because my game over screen wants to fill the ENTIRE screen so ye lol
Nice vid
you help me make some fun game!
you need more subs
It just caused me to lose my whole project’s progress because of the menu option
Mines too
Could you do a save feature tutorial series?
I most probably won't make a separate series for a save feature, but I might include a save function in some of my future game tutorials.
@@Fuelvin ok. I'd be able to use your save design for one of my games. I'd give you credit though.
id also like that save feature. also is there a way you can show your best score you reached?
Nice bro .. but when i click the mouse down continuously the hill got drag in front layer and the bird in hidden behind the hill.
Same and i don't know how to fix it
its because when working on it, you can drag and click a sprite/character and place it somewhere. this mechanic also works while playing/testing. so the best way to fix that is by clicking in the sky or avoiding clicking on the hills. also it is not a bug. there is no way to fix it by using code
do you know why my bird can be hold to fly?
0:51 timestamp for myself i gotta go to sleep
if the script stops running it is probably because of the countdown
find another way to keep the pipes
Please do what Admin told u to do. It is a good idea! Thanks
ILYSM WARFAME!!!!!!!!!!!!!
Super cool 😎
Add a credit area in the menu.
This scratch 3 shooter and flappy bird game is fun
I am just transferring it to scratch 2
13:59
Why do you never name sprites?
I can't get the buttons to work
20:57
12:15 just a mark
if i click menu it doesn't work
I watch part 1,2,3 now I’m at part 4
I like this game
14:01
I LIKE IT VERY MUCH
I was literally adding this stuff after watching ep 1
Fuuuuuuuck every thing is fucked up because of this menu IV been working on this for 8 hours straight every single time I try to fix it it gets worse and I so frustrated
You are the best
mine does not work start button i am very upset
Add power ups
I Need to do part five and i am done
16:18
Add clouds
thnx bro
i love this tutorial i have never done such a thing in scratch this is literally my biggest project lol B U T i also did do some changes to make it nicer like adding a custom stop button start also decorations on the gameover screen including texts like lol ur trash and dont give up! and much much more! so yeah i loved this video and ill be sure to check out others too! :) keep it up whit the great work and hopefully you ill reach A T L E A S T the subscribers that you deserve like idk 1 mil 500k? well just keep it up ok? bayy (1 sub and 1 like has been added to your inventory)
Edit: i just realised that the buttons and menu and those stuff does appear in this tutorial so yeah i went from having 10million iq and having a cool design to having a better design and 1k iq but still its pretty cool and i love it :)
YES!!! new flappy bird game in SCRATCH!!!!!!!!!!!!!!!!!!!!!!!!
I aready do that but is not work
My bird doesn't fall 11:38
ok i managed to fix it
nvm xd
Good!
Make a zombi shooter in scratch 3.0
Can you make a red ball game
u are the best!
BHAI EK MAHINE JAYADA HOGAYA MERE ABHI THAK NHI BANA !!!!!!!!!!!! 😭😭😭😭
When it bounced down it never came back
i added mario to the game like in the original
yeah
Wow first comment in 2023
Uh so i got to this part
ua-cam.com/video/Hqm2fE41Ci8/v-deo.html
and the bird wont appear
make a survivel game in 3.0 scratch
Add a shop
Did you see "Ouchy bird" game?
I think i could make this game 10 times smaller
also who else is watching it but not coding it
TextBasedUA-cam not me
i subbed