hey, thanks for the tutorial! it really helped me understand!
@IDunnoBM3 жыл бұрын
Ayyy i finaly found a electronic i can use that doesnt need a computer to use! Even better i can program which is good!!!
@dodo_masterz88492 жыл бұрын
Thanks for the tutorial! Also how do I make the game to count my score?
@Disposablelolz2 жыл бұрын
i have no idea thats kinda the reason why i watched this video
@lukafulgosi3444 Жыл бұрын
Thanks for the tutorial !
@ashs-xg3dp4 ай бұрын
it is not moving the obstacles
@stmatthewsns46925 ай бұрын
very great,😁
@shashwatide52134 жыл бұрын
Please help me to set the score.
@Theredstonezone4 жыл бұрын
Hi! I literally just figured it out, to do it just put a change score by 0.25 block under the “delete obstacles get and remove value at 0”
@eao57334 жыл бұрын
@@Theredstonezone can you PLEASE send an image of how you did it?? it would be greatly appreciated
@Theredstonezone4 жыл бұрын
@@eao5733 I’m not sure how to send images
@shashwatide52133 жыл бұрын
@@Theredstonezone thanks!
@TheMaiham3 жыл бұрын
@IkeTheDog2009 same, but i dont know how to fix it.
@ibrahemiqbal29574 жыл бұрын
at 9:46 I dont have the array list remove value at 0 which will slip in the sprite thing. I have that but it's a block...
@crzy77654 жыл бұрын
Same
@bengriffiths22583 жыл бұрын
Same
@unchartedgamesnoah1953 жыл бұрын
I know like what do I do
@unchartedgamesnoah1953 жыл бұрын
@@bengriffiths2258 do you know how to fix it?
@myacorbin73533 жыл бұрын
same
@pro_gamer00142 жыл бұрын
how do i make the flappy bird go faster each time I pass an obstacle
@P5-3MOHANVISHWARYAN8 ай бұрын
Yea, I also wanna a challenging game of crashy-bird, its too slow and easy.
@PROTECHtm2 жыл бұрын
Thank you this was really helpful
@Snakyplum3 жыл бұрын
6:59 my time
@ViolaNyström9 ай бұрын
This tutorial does not work, i hope you cant fall asleep tonight 😝
@Simonadances8 ай бұрын
yesb totaly
@caj23934 жыл бұрын
Thank u so much 😊
@tactical_proton18174 жыл бұрын
can u write a flow chart of "Crashy Birds" for me???
@fernandofuentes20214 жыл бұрын
Did you do the flowchart? I want it too xd
@brightypg3d9882 жыл бұрын
there it is for javascript ps:it even counts your score input.onButtonPressed(Button.A, function () { bird.change(LedSpriteProperty.Y, -1) }) input.onButtonPressed(Button.B, function () { bird.change(LedSpriteProperty.Y, 1) }) input.onGesture(Gesture.Shake, function () { }) let emptyObstacleY = 0 let ticks = 0 let bird: game.LedSprite = null music.setVolume(255) music.startMelody(music.builtInMelody(Melodies.Entertainer), MelodyOptions.Forever) let index = 0 let obstacles: game.LedSprite[] = [] bird = game.createSprite(0, 2) bird.set(LedSpriteProperty.Blink, 120) basic.forever(function () { while (obstacles.length > 0 && obstacles[0].get(LedSpriteProperty.X) == 0) { obstacles.removeAt(0).delete() } for (let obstacle2 of obstacles) { obstacle2.change(LedSpriteProperty.X, -1) } if (ticks % 3 == 0) { emptyObstacleY = Math.randomRange(0, 4) for (let index2 = 0; index2
@Theredstonezone4 жыл бұрын
Figured out the score!
@calebclayborne32303 жыл бұрын
Can't firgure out score
@lucid_hq68943 жыл бұрын
How?
@cindytraa3 жыл бұрын
@@lucid_hq6894 put a change score by 0.25 block under the “delete obstacles get and remove value at 0” :)
@mtz1nn_7223 жыл бұрын
@@cindytraa it doesnt work for me
@ebrarvuthaj3 жыл бұрын
@@mtz1nn_722 dont forget to do set score to 0 in the on start block
@karuka7857 ай бұрын
my remainder of is( /) no (+)
@calebclayborne32303 жыл бұрын
Can someone help me figure out score i'm really stuck