Тёмный

micro:bit Shooting Game 

3C Creative
Подписаться 668
Просмотров 64 тыс.
50% 1

How to make micro:bit shooting game by 3C MAKE

Опубликовано:

 

8 мар 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 29   
@user-dp4gh4fy2z
@user-dp4gh4fy2z 8 месяцев назад
very helpful thank you
@samueloppong
@samueloppong Год назад
Amazing work. Thanks so much.
@obadov_
@obadov_ 2 года назад
good job m8
@Siyah_Ekran_Old
@Siyah_Ekran_Old 3 года назад
Thanks!
@snowyplayz6656
@snowyplayz6656 Год назад
I’m British so this is super duper confusing
@TheGuyThatAskedd
@TheGuyThatAskedd 6 месяцев назад
Im irish and i just looked at the screen and understood
@wornsurin
@wornsurin 13 дней назад
ของผมมันเออเร้อจะทำยังไงดี
@shaistaimran9259
@shaistaimran9259 3 года назад
Would appreciate english subtitles, very good game tutorial otherwise!
@cuxdi
@cuxdi 3 года назад
same
@user-tt7iu6wu4v
@user-tt7iu6wu4v 11 месяцев назад
9:00
@terkq
@terkq 3 года назад
If you can add English Subtitle , that would be great!
@haziqhasnizan8050
@haziqhasnizan8050 5 месяцев назад
I need subtitle
@teamkiru7941
@teamkiru7941 Год назад
siallll
@user-yh7mu7dc5i
@user-yh7mu7dc5i 3 года назад
ทำตามถูกต้องทุกอย่าง แต่เล่นไม่ได้ครับ
@mamamiyalozatoz
@mamamiyalozatoz 3 года назад
Can you put English subtitles, please?
@Sus_Tao
@Sus_Tao Год назад
english plz
@stalin2415
@stalin2415 2 года назад
can i get code
@obadov_
@obadov_ 2 года назад
HERE YA GO M8 input.onButtonPressed(Button.A, function () { if (pjuuu) { metak = game.createSprite(igrač.get(LedSpriteProperty.X), igrač.get(LedSpriteProperty.Y)) metak.turn(Direction.Left, 90) pjuuu = false } }) function Crash () { if (metak.isTouching(neprijatelj)) { game.addScore(1) metak.delete() neprijatelj.delete() neprijatelj = game.createSprite(randint(0, 4), 0) pjuuu = true } else if (metak.get(LedSpriteProperty.Y) == 0) { metak.delete() pjuuu = true } } input.onButtonPressed(Button.B, function () { for (let index = 0; index < 1e+105; index++) { basic.showString("ćčćčćčćčćčćčćčććčćčćčćčćčććčćčććčćććčććčćčćčćčćčćčćč") } }) let metak: game.LedSprite = null let pjuuu = false let neprijatelj: game.LedSprite = null let igrač: game.LedSprite = null basic.showString("B0MBASTIK") igrač = game.createSprite(2, 4) neprijatelj = game.createSprite(randint(0, 5), 0) pjuuu = true game.startCountdown(20000) basic.forever(function () { igrač.move(1) igrač.ifOnEdgeBounce() if (metak) { metak.move(1) Crash() } basic.pause(200) })
@obadov_
@obadov_ 2 года назад
I added some modifications like the sleep button ;-)
@jrfun2014a
@jrfun2014a 3 года назад
ภาษาไทย
@danielciostek3257
@danielciostek3257 3 года назад
Not working.... MEH!!! >:(
@obadov_
@obadov_ 2 года назад
try this, just copy and paste it ;-) input.onButtonPressed(Button.A, function () { if (pjuuu) { metak = game.createSprite(igrač.get(LedSpriteProperty.X), igrač.get(LedSpriteProperty.Y)) metak.turn(Direction.Left, 90) pjuuu = false } }) function Crash () { if (metak.isTouching(neprijatelj)) { game.addScore(1) metak.delete() neprijatelj.delete() neprijatelj = game.createSprite(randint(0, 4), 0) pjuuu = true } else if (metak.get(LedSpriteProperty.Y) == 0) { metak.delete() pjuuu = true } } input.onButtonPressed(Button.B, function () { for (let index = 0; index < 1e+105; index++) { basic.showString("ćčćčćčćčćčćčćčććčćčćčćčćčććčćčććčćććčććčćčćčćčćčćčćč") } }) let metak: game.LedSprite = null let pjuuu = false let neprijatelj: game.LedSprite = null let igrač: game.LedSprite = null basic.showString("B0MBASTIK") igrač = game.createSprite(2, 4) neprijatelj = game.createSprite(randint(0, 5), 0) pjuuu = true game.startCountdown(20000) basic.forever(function () { igrač.move(1) igrač.ifOnEdgeBounce() if (metak) { metak.move(1) Crash() } basic.pause(200) })
@obadov_
@obadov_ 2 года назад
Here's the code input.onButtonPressed(Button.A, function () { if (pjuuu) { metak = game.createSprite(igrač.get(LedSpriteProperty.X), igrač.get(LedSpriteProperty.Y)) metak.turn(Direction.Left, 90) pjuuu = false } }) function Crash () { if (metak.isTouching(neprijatelj)) { game.addScore(1) metak.delete() neprijatelj.delete() neprijatelj = game.createSprite(randint(0, 4), 0) pjuuu = true } else if (metak.get(LedSpriteProperty.Y) == 0) { metak.delete() pjuuu = true } } input.onButtonPressed(Button.B, function () { for (let index = 0; index
@obadov_
@obadov_ 2 года назад
BTW there is a sleep button ;-)
@aliheja
@aliheja Год назад
it doesn't work >:(
@obadov_
@obadov_ Год назад
@@aliheja just don't press b and it will work
@obadov_
@obadov_ 6 месяцев назад
@@buildaboattutorials001 YEAH SERBIAN
Далее
Making a Space Invaders game on Microbit part 1
9:46
micro:bit reaction game - make
8:36
Просмотров 124 тыс.
Micro:bit with Paper Piano
32:58
Просмотров 17 тыс.
Introducing Air:bit, the micro:bit drone
1:18
Просмотров 84 тыс.
Activity 7 - Crashy Bird
16:11
Просмотров 37 тыс.
micro:bit Tutorial Series Part 1: Getting Started
6:39
Coding a Calculator on micro:bit
9:50
Просмотров 32 тыс.
PACMAN GAME - Micro Bit
6:16
Просмотров 7 тыс.
Best DIY Robot kit for beginners - Micro:Bit
6:28
Просмотров 215 тыс.
BBC Micro:bit MIDI Guitar
7:00
Просмотров 46 тыс.
Micro:bit calculator tutorial in MakeCode
22:24
Просмотров 65 тыс.