scrollingDraws.zh
Overview
Creator:
Moosh
Added: 09 Oct 2017
Tags:
Global,
Library
Downloads: 125
|
Download Script (1.29 KB) |
Information
A simple header for getting screen positions while scrolling between screens.
Description Setup Reviews Comments
Set QUESTRULE_VERYFASTSCROLLING to 1 if you're using that rule.
Combine the ScrollingDraws_Slot2 global script with your own. You'll probably want ScrollingDraws_Update() to be near the top of the while loop so the positions of your global draws are accurate.
For scripters, use these functions to get the various positions:
Requires std.zh.
Combine the ScrollingDraws_Slot2 global script with your own. You'll probably want ScrollingDraws_Update() to be near the top of the while loop so the positions of your global draws are accurate.
For scripters, use these functions to get the various positions:
- ScrollingOldX() - X position of the top left corner of the old screen
- ScrollingOldY() - Y position of the top left corner of the old screen
- ScrollingNewX() - X position of the top left corner of the new screen
- ScrollingNewY() - Y position of the top left corner of the new screen
- ScrollingLinkX() - Link's X position during scrolling
- ScrollingLinkY() - Link's Y position during scrolling
Requires std.zh.


