- Joined
- Jul 10, 2018
- Messages
- 7
- Reaction score
- 7
- First Language
- French
- Primarily Uses
- RMMV
qPicture Plus
Variables control !
Variables control !
Hi there,
Here is my small contribution to the Quxios plugin "qPicture", made for qPlus the library.
The link to download the original plugins : https://quxios.github.io/plugins
/!\ you cannot use qPicture if you don't have the qPlus.js plugin activate upper in the plugin list ! /!\
The basic plugin description :
qPicture is a plugin made by Quxios for the qPlus library.
Here is the description of the basic plugin :
Handler could be ingame switch or common event as you just read.Adds additional features to Pictures. You can easily apply mouse events (onClick, onRightClick, onMouseEnter, onMouseExit, onMouseOver, onMouseOut) to pictures and have a common event run or change a value of a switch. You can also apply easing effects to a pictures movement, scaling or opacity change.
Now, with qPicture Plus, it could be a gameVariable too.
Here are the brand new functionalities:
- incVarX : Where X is the gameVariables ID, change +1 to the variable
- decVarX : Where X is the gameVariables ID, change -1 to the variable
- setVarX : Where X is the gameVariables ID, set the variable to ARG1
- addVarX : Where X is the gameVariables ID, add ARG1 to the variable
Why is it an important change on the original plugin ?
Because now, you can simply create your own interface using pictures, event and everything with alpha integration, for transparency material.
Before this change in the plugin, you had to create many differents switches to make a good custom picture interface.
Now you just have to set few variables and it is done ! Could be really useful for custom Battle System too (dat's why I created it in the first time)
LINK TO THE QPICTURE PLUS PLUGIN : GitHub
(download or copy the plugin into "qPicture_Plus.js" and put it in the 'plugin' folder of your game)
(put it under qPlus.js in the plugin manager)
(turn off the original plugin 'qPicture.js' you can also remove it)
For the credits, it's Quxios and his terms, but if you want you can add me too.
Please send me links to the work you created with this add-on, it could be nice to see how each one does the trick !
EDIT : the Quxios terms :
Enjoy !TERMS OF USE FOR NON-COMMERCIAL AND COMMERCIAL
All plugins are free to use for free and commercial games as of March 9th, 2016. This is thanks to my ******* reaching the 2nd Goal!
- Credit is as Quasi, Quxios or Emilio Islas.
- Free to use, modify and distribute.
- Do not claim the Plugins as your own.
- Plugins can be edited/modified but can not be claimed as your own.
- Any additional terms in Plugin must be followed.
ADDITIONAL TERM AS OF AUGUST, 2016:
- Any of my plugins may be edited and redistributed as a completely new plugin. You can even add on your own terms onto the edited version. You just need to add "This plugin was created/modified from ORIGINAL PLUGIN NAME by Quxios, + link to github js of that plugin", somewhere publicly visible ( in the help, or above terms, ect. ).
Last edited:


