Button Picture - ButtonPicture.js
シェア用テキスト:
▼Button Picture(Yoji Ojima様作) - ButtonPicture.js
https://plugin-mz.fungamemake.com/archives/201
ピクチャをクリック可能にします。
ふりがな:ぼたんのぴくちゃ
機能概要: ピクチャをクリック可能にします。
利用規約(ライセンス):
・ツクールシリーズ利用規約にのみ従ってください。
・商用利用:許可
・追加改変:許可
・再配布:許可
作者:Yoji Ojima
作者サイト:https://tkool.jp/mz/
ダウンロードページ:https://tkool.jp/mz/download/
ファイル名:ButtonPicture.js
備考:サンプルゲーム:バトル戦記 3D乙女ウォーズ / Souls Lore / 9歳からはじめる婚活のススメ! / ウェスプラウ戦記
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc ピクチャをクリック可能にします。 * @author Yoji Ojima * * @help ButtonPicture.js * * このプラグインは、ピクチャのクリック時にコモンイベントを呼び出すコマンドを * 提供します。 * * 次の手順で使用してください。 * 1. 「ピクチャの表示」を実行して、ボタン画像を表示します。 * 2. プラグインコマンド「ボタンピクチャの設定」を呼び出します。 * * @command set * @text ボタンピクチャの設定 * @desc 指定したピクチャをクリック可能にします。 * * @arg pictureId * @type number * @min 1 * @max 100 * @default 1 * @text ピクチャ番号 * @desc ピクチャの管理番号です。 * * @arg commonEventId * @type common_event * @default 1 * @text コモンイベント * @desc ピクチャがクリックされた時に呼び出すコモンイベントです。 */