An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Zin Tween - ZinTween.js

Plugin desc : ver 1.5.0 Provides tween

License : MIT License

Author : Huuzin

Website : https://github.com/huuzin-github/rpgmakermz/blob/main/ZinTween.js

Desc page : https://github.com/huuzin-github/rpgmakermz/wiki/ZinTween

Download Page : https://raw.githubusercontent.com/huuzin-github/rpgmakermz/main/ZinTween.js

File name : ZinTween.js

Help of plugin :

* @target MZ
* @plugindesc ver 1.5.0 Provides tween
* @author Huuzin
* @url https://github.com/huuzin-github/rpgmakermz/wiki/ZinTween
* @base PluginCommonBase
* @orderAfter PluginCommonBase
*
* @help
* This plugin provides an easy way to implement tweening (moving objects smoothly).
* This plugin is for developers or as a base plugin for other Huuzin provided plugins.

* @command set
* @text Set Picutre’s Tween
* @desc Set tweening for the picture.
*
* @arg pictureId
* @type number
* @text Picture ID
* @desc Specify the picture ID.
* @min 1
*
* @arg pictureTween
* @text Tween
* @desc Specify a list of tweens.
* @default []
* @type struct<SpriteTween>[]

* @command deletePict
* @text Deletes Picture’s tween
* @desc Deletes the tween set for the picture.
*
* @arg pictureId
* @type number
* @text Picture ID
* @desc Specify the picture ID.
* @min 1
*

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.