A downloadable Plugin

Download NowName your own price

PRE-NOTE: This was created with the help of AI, in case that was any concern. I'm very new to programming, which is why I wanted to make a game in RPG Maker to begin with.

This is a rather simple plugin designed to create pictures as buttons. You can create as many buttons as you need.

You can set the X and Y position of the buttons as you wish.

It's possible to set a "on-hover" and "on-click" picture to create some simple animation.

There's 2 script calls to hide / show whichever picture.

GG.showInteractivePicture(INDEX);

| and |

GG.hideInteractivePicture(INDEX);

 Also includes script calls to hide or show all interactive pictures:  GG.showAllInteractivePictures();
GG.hideAllInteractivePictures();

Picture index starts at 0. In which case you just substitute "INDEX" for 0 if you want the first picture, or 1 for the second picture, so on and so forth.

TOS: Use it for whatever you want. It's free. I don't own you. Change it as you see fit.

If you do add some features to it, feel free to hit me up. I'd like to improve the functionality of it, but I suck at programming, so I need help to add stuff.

Only limitation: You're not allowed to sell the plugin as is.

Minor update (11/07/24 - 4 hours after release):
- Added script calls to hide/show all pictures via "GG.showAllInteractivePictures();"/"GG.hideAllInteractivePictures();"

NOTE: I probably can't help you much if you have questions, and it's not sure if I'll update it, since this is all the functionality I needed for my own game. I just wanted to share this in case someone needs something like it.

Download

Download NowName your own price

Click download now to get access to the following files:

GG_InteractivePicturePlugin.js 7.2 kB

Leave a comment

Log in with itch.io to leave a comment.