Help w/help

I want to make beat saber in makecode, and 2D, but my code isnt working.

Could someone help?

2 Likes

Can you explain what you want the code to do in further detail?

oH, yeah, i want the block to dissapear when i hit the direction. i tried using some of the code from the arrow battle tutorial, but that didnt work

1 Like

Here, I fixed your code’s issue

The problem was here with this line of code


In MakeCode this doesn’t work so there is an other block for it instead.


The function I added was to test if the Player’s image and the Beat’s image were the same. If they are the player gains a point. If they aren’t the player looses a point. I hope this helps!