Forum rules - please read before posting.

To Scroll or Not to Scroll, I have a question :)

Is there a way to turn off scrolling for narration but to keep it for dialogue/player speech? I know it's not an option in the setting but maybe someone knows how to do it via code.

I like the scroll effect on dialogue but I've set up my narration to fire off as a sort of "Self Though Bubble" above my player head. And that looks kind of weird scrolling. 


Comments

  • You can set the checkbox through code with the following:

    KickStarter.speechManager.scrollSubtitles = false; // or true

    You could then place this code within a custom Action to call it within your own ActionListsr.
  • Solved!

    Thank you Chris
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.