Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
quite confusing if your British, but really helpful! I like it
very helpful thank you
Amazing work. Thanks so much.
Would appreciate english subtitles, very good game tutorial otherwise!
same
I’m British so this is super duper confusing
Im irish and i just looked at the screen and understood
9:00
good job m8
If you can add English Subtitle , that would be great!
ของผมมันเออเร้อจะทำยังไงดี
Thanks!
Can you put English subtitles, please?
ทำตามถูกต้องทุกอย่าง แต่เล่นไม่ได้ครับ
siallll
ภาษาไทย
can i get code
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 = nulllet pjuuu = falselet neprijatelj: game.LedSprite = nulllet igrač: game.LedSprite = nullbasic.showString("B0MBASTIK")igrač = game.createSprite(2, 4)neprijatelj = game.createSprite(randint(0, 5), 0)pjuuu = truegame.startCountdown(20000)basic.forever(function () { igrač.move(1) igrač.ifOnEdgeBounce() if (metak) { metak.move(1) Crash() } basic.pause(200)})
I added some modifications like the sleep button ;-)
I need subtitle
KAU DIAM
english plz
Not working.... MEH!!! >:(
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 = nulllet pjuuu = falselet neprijatelj: game.LedSprite = nulllet igrač: game.LedSprite = nullbasic.showString("B0MBASTIK")igrač = game.createSprite(2, 4)neprijatelj = game.createSprite(randint(0, 5), 0)pjuuu = truegame.startCountdown(20000)basic.forever(function () { igrač.move(1) igrač.ifOnEdgeBounce() if (metak) { metak.move(1) Crash() } basic.pause(200)})
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
BTW there is a sleep button ;-)
it doesn't work >:(
@@aliheja just don't press b and it will work
@@qwatzontop YEAH SERBIAN
quite confusing if your British, but really helpful! I like it
very helpful thank you
Amazing work. Thanks so much.
Would appreciate english subtitles, very good game tutorial otherwise!
same
I’m British so this is super duper confusing
Im irish and i just looked at the screen and understood
9:00
good job m8
If you can add English Subtitle , that would be great!
ของผมมันเออเร้อจะทำยังไงดี
Thanks!
Can you put English subtitles, please?
ทำตามถูกต้องทุกอย่าง แต่เล่นไม่ได้ครับ
siallll
ภาษาไทย
can i get code
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)
})
I added some modifications like the sleep button ;-)
I need subtitle
KAU DIAM
english plz
Not working.... MEH!!! >:(
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)
})
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
BTW there is a sleep button ;-)
it doesn't work >:(
@@aliheja just don't press b and it will work
@@qwatzontop YEAH SERBIAN