Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Scrolling options

  • #1, by gusty 13 years ago Zitieren
    Hello, is there an option to scroll the screen not by the character's center point (as default) but manually when I point a cursor on the edge of the screen?
  • #2, by afrlme 13 years ago Zitieren
    http://www.visionaire-studio.net/forum/thread/problem-with-s...

    also there's an auto-scroll feature which scrolls the scene is larger than the game resolution by moving mouse cursor to edge of the screen - you have to activate this in each scene properties tab - it's at the very bottom of the properties > "Scroll scene if the cursor is at screen edge"
  • #3, by gusty 13 years ago Zitieren
    Thanks AFRLme, that "Scroll scene if the cursor is at screen edge" function works fine, but I don't like when I stop scrolling (cursor leaves the edge) then it's autoscrolling back to the character's center. I would like to fix the position in the screen just where I leave the edge and it stays no matter of where the character is. Would it be possible?
  • #4, by afrlme 13 years ago Zitieren
    read the thread I linked.
    Cross achieved what you want by executing a single line of code in Lua.

    it's late now otherwise I would explain it a bit better.
  • #5, by gusty 13 years ago Zitieren
    Could you please explain it better now? I'm really terrified of programming and scripting.
  • #6, by afrlme 13 years ago Zitieren
    actually I'm a daft git, really (so bloody obvious - no idea why I was trying to find a solution with Lua)

    in scenes that you want it to scroll; go into the scene properties tab & tick the "Scroll scene if the cursor is at screen edge" check-box at the bottom & then in a "at begin of scene" action > scenes > center scene on character permanently (current character with clear centering check-box ticked)

    this will prevent the scene from scrolling back to the character.
  • #7, by gusty 13 years ago Zitieren
    It's works perfectly! Thank you AFRLme!
  • #8, by afrlme 13 years ago Zitieren
    no problem wink