Final dev project 2

How do I make my unit move in this project?

1 Like

If you want to make your character move you can, after clicking PLAY, either click/tap the target location or use the WASD keys on your keyboard.

1 Like

my knight isn’t moving though, do I have to configure anything?

1 Like

Are you using the game.spawnPlayerXY("knight", x, y) code to spawn the knight, or are you using game.spawnXY("knight", x, y)? You need to use the first one if you want to be able to control the knight by yourself.

Got it thank you. It works now

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.