MineTurte MineTurte loading

JoeyjJoe wrote:

I am making a fighting game and the sword fighters Special Attack is an energy slash akin to a light beam. When N is pressed it runs the custom block (Not run without refresh). The code wont work though. Pls help.
Project: https://scratch.mit.edu/projects/978738430/
The problem was being caused by the fact you were using a broadcast for “move”. I just swapped it with a custom block and it works.
https://scratch.mit.edu/projects/992273212/

Hope this helps!