W: Move Camera Up A: Move Camera Left S: Move Camera Down D: Move Camera Right Up Arrow: Move Character Up Down Arrow: Move Character Down Left Arrow: Move Character Left Right Arrow: Move Character Right Spacebar: End Turn
This is a test of a turn-based movement system based on a grid created using a variable list. If you watch the variables, you'll see that Scratch Cat cannot move beyond X or Y of 2 or 19. This is because the X and Y of 1 and 20 are marked as a 1 instead of a 0, and Scratch Cat cannot move into tiles marked as 1. Also, this is the first project I've made in a LONG time that uses Scratch Cat. I usually use my own sprites instead of Scratch Cat in my tech demos, but this one is different :D --Credits-- Scripts: Me Sprites: Scratch Editor Viewing This: You! --Change Log-- 5/26/2022: v1.0. Working prototype! 5/27/2022: v1.1. Fixed a bug that caused the Y coordinate to be backwards and added a second tile type that cannot be walked through.