I'm super happy with your video, it helped me a lot for my homework (WATCHING FROM MEXICO)
@Luisreyes-pc6gk3 жыл бұрын
good video thanks for the information
@ashburtonlibrary3 жыл бұрын
No problem 👍 THANKS FOR WATCHING :)
@kukimrmuks9910 Жыл бұрын
This helped with my game so much THANKS 👍👍👍👍
@REALITY_FACTS883 жыл бұрын
Thank u so much u helped me so much now my game is going to be ready
@Iamadel144 ай бұрын
THANK YOU, IM JOINING A COMPETITION AND THIS HELPS ME-
@squarebob019 ай бұрын
thanks bro this is my peformance task for school
@nilimapaul9173 Жыл бұрын
thank you😁
@nilimapaul9173 Жыл бұрын
Can you please do a video on the tilemap extention?
@ashburtonlibrary Жыл бұрын
We sure can! We are very busy preparing to move to our new building currently but I will add it to our list! Thank you for your comment!
@prizzmm Жыл бұрын
How do I spawn enemys on only 1 level and not he others?
@ashburtonlibrary Жыл бұрын
Hi there! If you've made your enemies with a placeholder tile like in our tutorials, you can just put those tiles on whatever levels you want the enemies on. At the top of your "Change Level" function, put a "destroy all sprites of kind Enemy" - You can find this in the "Sprites" tab.
@stargazzer9166 Жыл бұрын
Hi, I used to go to the coding club, but I can’t remember the name of the coding website 🤔
@ashburtonlibrary Жыл бұрын
arcade.makecode.com!
@samueltv_1 Жыл бұрын
for some reason for me i skip level 2 and go straight to level 3
@ashburtonlibrary Жыл бұрын
Hey there! If you send us a link to your code using the "Share" button in the top right of the editor, we can try our best to figure out what the problem is!
@selamwit72242 жыл бұрын
Thanks 😊
@nilimapaul9173 Жыл бұрын
when mysprite goes to the next level, all the villager also follow.
@ashburtonlibrary Жыл бұрын
Hi there! Just add a "destroy all sprites of kind villager" at the top of your "change level function. If you have coins etc you will have to do the same for those.