Having two text speeds at the same time? (different characters)

  • #1, by saintandsimonThursday, 27. February 2014, 18:09 11 years ago
    Could this be possible to do, having two text speeds at the same time, if different characters are talking?

    Right now I'm building a scene where one character talks on the phone in the background (as a background text). and another character is talking with the main character (not as background text, just normal). Is there a way to do this? Since the only way to change the text speed seem to be quite global, affecting all the text.

    Cheers!

    Newbie

    85 Posts


  • #2, by afrlmeThursday, 27. February 2014, 18:46 11 years ago
    you just add the p integer value at the end of the display text like so...

    -- display text for 2 seconds
    blah blah blah... <p2>

    -- or
    blah blah blah <p2s>

    -- or
    blah blah blah <p2000ms>

    -- etc...

    Imperator

    7278 Posts

  • #3, by saintandsimonThursday, 27. February 2014, 20:00 11 years ago
    fo real? oh, nifty tricks you've got mr Lee. I shall try it!

    Newbie

    85 Posts

  • #4, by afrlmeThursday, 27. February 2014, 22:58 11 years ago
    everything you need to know about displayed texts: http://wiki.visionaire-tracker.net/wiki/Displayed_Text

    Imperator

    7278 Posts