First of all, thank you very much for the answers
@sebastian I often use this action, but it is not very intuitive without a character. Even if you change the scroll factor, in the next scene the mouse creates a loop with the previous one.
@AFRLme I have tested the script in all ways
- like definition script called by "at beginning of scene" to see if it was applied in subsequent scenes (I have about 1600 scenes to change, sooo boring
).
- As script inside the scene itself, both "at the beginning of scene" and "at the end of scene"
- I also tried giving an exact location , example: setCursorPos({x=644,y=365})
Only the last setCursorPos({x=644,y=365}) set in "at the end of the scene" worked.
No way to get a global command applied to all the scenes.
When changing scene, the mouse hovers on the left or right of the screen and not in the middle.
Maybe the "fade to scene" effect (300ms) does not allow the script to work fast?