Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Picture Wipe - PictureWipe.js
Plugin desc : Transition effects for event pictures.
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : Yoji Ojima
Website : https://rpgmakerofficial.com/product/mv/
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins PictureWipe.js
File name : PictureWipe.js
Help of plugin :
* @plugindesc Transition effects for event pictures. * @author Yoji Ojima * * @help * * Plugin Command: * PictureWipe 1 down in 60 * * The above plugin command means that the "down" transition effect will be * applied for displaying the picture #1, in 60 frames. * * The first argument specifies the picture ID. * * The second argument specifies the type of the effect. * Can be selected from the following types: * down - From the top to the bottom. * up - From the bottom to the top. * right - From the left to the right. * left - From the right to the left. * square - From the center to the edge with a square shape. * circle - From the center to the edge with a circle shape. * hblind - Horizontal blind effect. * vblind - Vertical blind effect. * grid - Grid effect. * * The third argument should be "in" to display or "out" to erase. * * The fourth argument specifies the transition time in frames.