当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
MPP イージングマップスクロール - MPP_EasingScrollMap.js
シェア用テキスト:
▼MPP イージングマップスクロール(木星ペンギン様作) - MPP_EasingScrollMap.js
https://plugin-mz.fungamemake.com/archives/4413
指定した座標に向けて直線的にマップのスクロールを行います。
ふりがな:いーじんぐまっぷすくろーる
機能概要: 指定した座標に向けて直線的にマップのスクロールを行います。
利用規約(ライセンス): MITライセンス
作者:木星ペンギン
作者サイト:https://woodpenguin.web.fc2.com/MV_Plugin/
解説ページ:https://woodpenguin.web.fc2.com/MV_Plugin/ChoiceAlign.h…
ファイル名:MPP_EasingScrollMap.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc 指定した座標に向けて直線的にマップのスクロールを行います。 * @author 木星ペンギン * @url * * @help [version 1.1.0] * このプラグインはRPGツクールMZ用です。 * * ================================ * Mail : wood_penguin@yahoo.co.jp (@は半角) * Blog : http://woodpenguin.blog.fc2.com/ * License : MIT license * * @command scrollPos * @text 座標にスクロール * @desc * @arg type * @text スクロールタイプ * @desc * @type select * @option 一定速度 * @value Straight * @option ゆっくり始まる * @value Slow start * @option ゆっくり終わる * @value Slow end * @option ゆっくり始まってゆっくり終わる * @value Slow start and end * @default Straight * @arg x * @text X座標 * @desc * @type number * @min 0 * @max 256 * @default 0 * @arg y * @text Y座標 * @desc * @type number * @min 0 * @max 256 * @default 0 * @arg direction * @text 時間 * @desc * @type number * @min 1 * @max 999 * @default 60 * @arg wait * @text 完了までウェイト * @desc * @type boolean * @default true * * @command scrollChar * @text キャラにスクロール * @desc * @arg type * @text スクロールタイプ * @desc * @type select * @option 一定速度 * @value Straight * @option ゆっくり始まる * @value Slow start * @option ゆっくり終わる * @value Slow end * @option ゆっくり始まってゆっくり終わる * @value Slow start and end * @default Straight * @arg character * @text キャラクター * @desc -1:プレイヤー, 0:このイベント, 1...:指定したIDのイベント * @type number * @min -1 * @max 999 * @default 0 * @arg direction * @text 時間 * @desc * @type number * @min 1 * @max 999 * @default 60 * @arg wait * @text 完了までウェイト * @desc * @type boolean * @default true * */