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.
Point Scroll - PointScroll.js
Plugin desc : ver1.00/Specify a point or target and scroll the screen.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Map_Message/PointScroll.js
File name : PointScroll.js
Help of plugin :
@plugindesc ver1.00/Specify a point or target and scroll the screen. @author Yana @url https://github.com/munokura/Yana-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/Yana-MV-plugins ). Original plugin by Yana. ----- Plugin Command ---------------------------------------------------- ****************************************************** PointScroll x,y duration ****************************************************** Scrolls the screen by multiplying the coordinates x and y by duration frames. ********************************************************** PointScroll id duration ****************************************************** Scrolls the screen by multiplying the event with id by duration frames. Specifying 0 for id will target the triggered event, while specifying -1 will target the player. ------------------------------------------------------ Usage ------------------------------------------------------ Use the plugin command or execute $gameMap.setPointScroll(pos, duration); in a script. Pass pos as an array, such as [x,y] or [id]. ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver. 1.00: Released