Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Button Picture Update
- Original author: Artille
- Original date: November 12, 2021
- Source thread: https://forums.rpgmakerweb.com/threads/button-picture-update.142058/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
ButtonPicture.js v1.01 Yoji Ojima Introduction A small update on the ButtonPicture.js plugin which comes with every new project.
Archived First Post
ButtonPicture.js v1.01
Yoji Ojima
Yoji Ojima
Introduction
A small update on the ButtonPicture.js plugin which comes with every new project.
Original features allow to click on any picture which then activate a common event.
The problem I encountered is, when you use alot of clickable images, you will need a common event for each and every one of them.
This new version adds the possibility to attach a value to a picture.
This will allow to regroup every clickable pictures in just one common event and act based on the variable value.
Features
Enables a picture to have a specific value based on a variable.
Screenshots
How to Use
Use it in the following procedure.
1. Execute "Show Picture" to display your button image.
2. Call the plugin command "Set Button Picture".
3. Set Variable ID and value to assign to said Picture ID.
Note : variable value may be a number or a string, however you will need to use the script part in Branch Condition.
JavaScript:
$gameVariables.value(ID) == "value"
Terms and Credits
All credits goes to the original creator of this plugin : Yoji Ojima
This was simply me having too much time.
Features Mentioned
- Enables a picture to have a specific value based on a variable.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms and Credits All credits goes to the original creator of this plugin : Yoji Ojima This was simply me having too much time.
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.
0
replies
1
view
Topic Summary
Loading summary...