Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Quasi Scroll
- Original author: Quxios
- Original date: November 13, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/quasi-scroll.50441/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
[Quasi] Scroll Version 1.00 MV by Quasi What it does: This plugin lets you scroll at different angles as well as scrolling directly towards a character.
Archived First Post
[Quasi] Scroll Version 1.00 MV
by Quasi
What it does:
This plugin lets you scroll at different angles as well as scrolling directly towards a character.
Using Quasi Scroll:
Using Quasi Scroll with frames:
Links:
Github
Terms of use
by Quasi
What it does:
This plugin lets you scroll at different angles as well as scrolling directly towards a character.
Using Quasi Scroll:
Spoiler
Diagonal Scrolls <Script Call>
$gameMap.startQuasiScroll(distanceX, distanceY, speed);
Set distanceX and distanceY to the value you want to scroll. ( These values are in grid terms )
Set speed to the scrolling speed. 1 - 6 same as from the Scroll Map Event command.
Scroll Towards Characters <Script Call>
Set ID to the ID of the event you want to scroll towards. If ID is set to 0, then it will scroll to the player.
Set speed to the scrolling speed. 1 - 6 same as from the Scroll Map Event command.
Diagonal Scrolls <Script Call>
$gameMap.startQuasiScroll(distanceX, distanceY, speed);
Set distanceX and distanceY to the value you want to scroll. ( These values are in grid terms )
Set speed to the scrolling speed. 1 - 6 same as from the Scroll Map Event command.
Scroll Towards Characters <Script Call>
Code:
$gameMap.scrollTowards(ID, speed);
Set ID to the ID of the event you want to scroll towards. If ID is set to 0, then it will scroll to the player.
Set speed to the scrolling speed. 1 - 6 same as from the Scroll Map Event command.
Using Quasi Scroll with frames:
Spoiler
Using the scroll with a frame duration instead of speed can be helpful with timing / making cutscenes since the screen can scroll at any speed you want it.
Diagonal Scrolls <Script Call>
$gameMap.startQuasiScroll(distanceX, distanceY, duration, true);
Set distanceX and distanceY to the value you want to scroll. These values are in grid terms.
Set duration to the amount of frames this scroll will take
!IMPORTANT! Leave the last value as true! This sets it apart from the other .startQuasiScroll()!
Scroll Towards Characters <Script Call>
Set ID to the ID of the event you want to scroll towards. If ID is set to 0, then it will scroll to the player.
Set duration to the amount of frames this scroll will take
!IMPORTANT! Leave the last value as true! This sets it apart from the other .scrollTowards()!
Using the scroll with a frame duration instead of speed can be helpful with timing / making cutscenes since the screen can scroll at any speed you want it.
Diagonal Scrolls <Script Call>
$gameMap.startQuasiScroll(distanceX, distanceY, duration, true);
Set distanceX and distanceY to the value you want to scroll. These values are in grid terms.
Set duration to the amount of frames this scroll will take
!IMPORTANT! Leave the last value as true! This sets it apart from the other .startQuasiScroll()!
Scroll Towards Characters <Script Call>
Code:
$gameMap.scrollTowards(ID, duration, true);
Set ID to the ID of the event you want to scroll towards. If ID is set to 0, then it will scroll to the player.
Set duration to the amount of frames this scroll will take
!IMPORTANT! Leave the last value as true! This sets it apart from the other .scrollTowards()!
Links:
Github
Terms of use
Features Mentioned
- This plugin lets you scroll at different angles as well as scrolling directly towards a character.
- Using Quasi Scroll:
- Spoiler
- Diagonal Scrolls
- $gameMap.startQuasiScroll(distanceX, distanceY, speed);
- Set distanceX and distanceY to the value you want to scroll. ( These values are in grid terms )
- Set speed to the scrolling speed. 1 - 6 same as from the Scroll Map Event command.
- Scroll Towards Characters
- Code:
- $gameMap.scrollTowards(ID, speed);
- Set ID to the ID of the event you want to scroll towards. If ID is set to 0, then it will scroll to the player.
- Using Quasi Scroll with frames:
- Using the scroll with a frame duration instead of speed can be helpful with timing / making cutscenes since the screen can scroll at any speed you want it.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of use
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...