How do you disable the 8Direction action for cut scene?
i think you set speed to 0 for the movement of certain actors and their image speed but only if necessary...
Develop games in your browser. Powerful, performant & highly capable.
Thanks i will try!
it works with max speed 0 thanks!!
your welcome.
A better solution to this is as follows
|When cutscene = true| (sprite or event in question) set 8Direction disabled
|When cutscene = false| (sprite or event in question) set 8Direction enabled
This will cause fewer issues down the line