個人的にブックマーク代わりとしているページ。
プラグイン
http://woodpenguin.web.fc2.com/MV_Plugin/Pseudo3DBattle.html
アツマールセーブデータ圧縮
http://den6kan.la.coocan.jp/pluginmemo.html
スクリプト
マップ
素材
その他
イベントとプレイヤーの距離を求める数式。
this._tmpD = Math.sqrt(($gamePlayer.x - this.character().x)**2 + ($gamePlayer.y - this.character().y)**2);