Map Scrolling Expansion
Map Scrolling Expansion 2015-05-03Creator name: VIPArcher
Introduction
Use a script call to move camera to any direction.
Instructions:
Script call-
Code:
start_scroll(direction, distance, speed)
Feature
- Possible to move camera diagonally.
About:
Code:
direction:789 distance: scroll distance
↖↑↗ speed: scroll speed 1 - 6
4← →6 1:1/8x slow; 2:1/4x slow
↙↓↘ 3:1/2x slow; 4:normal speed
123 5: 2x fast; 6:4x fast
Examples:
start_scroll(8, 5, 4)
- direction moves up, at 5 blocks, at normal speed
start_scroll(2, 4, 8)
- direction moves down, at 4 blocks, almost instantly
How to Use
Paste this script above Main.
Script link
https://raw.githubusercontent.com/ovate/VIPArcher-rggs3/main/VA_MapScrollExpansion
Credit and Thanks: VIPArcher
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
If you want a camera return to origin position through different script call.
Try Scroll Screen to Origin script by TDS: https://rpgmaker.net/scripts/295/
本贴来自国际rpgmaker官方论坛作者:ovate处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/map-scrolling-expansion.117332/
页:
[1]