Original Source
- Original title: MZ The rotational movement like RPG Maker Fes (Ver.1.3.4) MV/MZ
- Original author: Awayamatana
- Original date: November 6, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/the-rotational-movement-like-rpg-maker-fes-ver-1-3-4-mv-mz.129606/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugins In Development
Summary
It reproduces a special movement of one rotation per square moved. Maybe watching a sample video will help you understand it better. Available in MV and MZ. Download (Ver.1.3.4) Last Updated:2020/12/09
Archived First Post
Maybe watching a sample video will help you understand it better.
Available in MV and MZ.
Download (Ver.1.3.4) Last Updated:2020/12/09
MIT License.
Sample Video
Basically, all you have to do is type in this.spin(), this.spin(true), or this.spin(false) in the [Script] field while [Set Movement Route] is being executed.
In the figure below, the second line is entered as this.spin(true) and the ninth line is entered as this.spin(false).
In this case, lines 3 through 8 are all rotated.
In short, this is the same specification as the Walking Animation ON - Transparent OFF.
If you enter only "this.spin()", the rotation movement will be toggled on and off each time you execute it.
You can also use [Plugin Command] or [Script] to switch the rotation ON/OFF other than [Set Movement Route].
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
MIT License. Sample Video Basically, all you have to do is type in this.spin(), this.spin(true), or this.spin(false) in the [Script] field while [Set Movement Route] is being executed. In the figure below, the second line is entered as this.spin(true) and the ninth line is entered as this.spin(false).
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...