Basically, an MV version of the Scene Tutorial script for VX Ace. Having a convenient way to control the cursor in a menu, and the ability to display messages while in scenes that don't offer a way for the developer to do so normally.
Essentially, it's a method to show players any unique mechanics present in your game, without resorting to still images of the menus, navigating them while providing useful extra info, instead.
Plugin to allow for tutorial messages/interactions while in-menus
● ARCHIVED · READ-ONLY
-
-
I would love to get this type of control also inside a tutorial.
Can anybody help with this one. I will be very gratefull!!
thanks! -
This is a bump.
I'm very interested in this plugin. It can be used for a lot of things, not only a tutorial. -
This is a bump.
I'm very interested in this plugin. It can be used for a lot of things, not only a tutorial.
Yeah, it's a nice function to have, that's why I was wondering if anyone was interested in working on it or if they already made anything like it. -
Another bump.
BTW, I think that the most difficult part of this plugin is to move the cursor simulating the user's input.
If someone have a idea in how-to accomplish that, I think we will have the 95% of the plugin. -
I assume in theory I could try to look through the code and find how the game does it when the player inputs the controls, then combine a script that lets you use common events during scenes like the menu, but I was really hoping to have a "plug and play" solution for it, since I am not overly familiar with javascript, and it'll probably be a little messy.