Tagged: movement

23

Direction Fix Button

This script allows you to assign a button that will fix the player’s direction when the button is pressed. This is useful if you wish to allow players to lock their direction while moving, for example...

17

Diagonal Movement and Movement Speed

This is the third part of my dev log on implementing diagonal movement in your RPG Maker VX Ace project. In the first part, we modified the movement scripts to allow diagonal movement and to use diagonal sprites...

122

Eight Directional Movement

By default, the game only allows you to move in the four orthogonal directions: up, left, down, right. This script provides support for eight-directional movement in your game, adding support for  diagonal movement. To move diagonally,...