Scrolling Panorama - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: Scrolling Panorama (/thread-274.html) |
Scrolling Panorama - Legacy - 05-03-2010 Scrolling Panorama by Regashi (A.k.A Legacy) version: 0.1
introduction: After seeing a few people wanting this, including myself, i decided to create a very simple scrolling paranoma script. so enjoy ^_^ How to use: Call the script from an event using this syntax: Code: $game_map.move_panorama(x,y) Code: #AUTOSCROLL_MAP = {map_id => [x movement, y movement] place above main, and below Scene_debug. Script: Code: #=============================================================================== Script Compatiblity problems: This script will most likely not work with any script modifing the Game_Map, a list of incompatible scripts will be listed here, when found. And eventualy patches to conter these problems. |