[4.5.x] "Dash movement" for Player in a Platformer/MetroVania game

force73

Member
Hi everyone,

the script from https://www.nesmakers.com/index.php?threads/megaman-style-slide-dash-code-issue.869/ not longer work maybe.

There are a couple things I did not get to work:

;; Check facing direction
LDA Object_movement,x

The "Object_movement" is not defined, please anyone: how to get the facing direction of Player in current NesMaker

Is anyone able to get Dash (decription: press a button, maybe B, move the player fast forward a bit, on floor and in the air).

Thank you,
Christian
 

dale_coop

Moderator
Staff member
One thing to keep in mind is that script written for an older version of NESmaker might not work with a more recent version.
It's the reason we specify now the versions on the topic titles.

The script you try is an OLD one... written for NESmaker 4.1 It won't work with the new version. The engine has changed since, a lot of variables are no more the same name or purpose, ...

For example, LDA Object_movement,x would now be something like LDA Object_direction,x
 

NightMusic

Member
 
Top Bottom