09/08/2021 - Stable version!


Hi makers!

I finally managed to complete this plugin. It was in the Beta phase for a long time. But now I believe it is ready to use!

I updated the help file, the plugin code, and parameters.

Also, put a sample project for windows and an APK version for you to test on android.

Files

EliMZ_MobileControls 1-0-0.zip 9 kB
Sep 08, 2021
Mobile Control 1-0-0 Destop Sample 5 MB
Sep 08, 2021
mobileControls.apk 7 MB
Sep 09, 2021

Get Hakuen Studio Mobile Controls for RPG Maker MV-MZ

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

Are there any commands I might be using to hide or show the buttons? by events

Hi there!

The plugin lets you create a special button, that when pressed, will hide/show all other buttons.

But you could also use the script call:

  • Eli.MobileControls.hideButtons() // Hide the buttons.
  • Eli.MobileControls.showButtons() // Show the buttons.