i need help with sword slashing and the overlap coding, heres the link : https://arcade.makecode.com/S64537-90071-04187-50049 so yeah any tips?
Now this is not linked to your request, but there is a block called “show long text” that would work much better here than the splash, as it shows more text at a time =)
i have been doing a zelda engine if you want you can give the code a look because i have some sword code in there
it is linked in my profile
just finished upgrading coding this be the link : https://arcade.makecode.com/S01184-59620-53226-63536 i looked at the game zelda recreation but coding = complex so i extracted what i understood. but know i need more tips to make it look good [animations were good in the recreation] nice game
Looks good so far
All I think you need to do to finish the sword stuff is
- the parts in your sword code that says moving(left,right,up,down) and just keep the facing ones
+ a cooldown of the sword swing that matches the amount of time the animation takes place for that way you can’t break the animation
But looks like it’s coming along real well