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: 7 8 9 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
1 2 3 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
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/