Categories > Text > rex_text_typing

Introduction

Typing text.

Links


Categories > Text > rex_text_typingIntroductionLinksDependenceUsage

Dependence

Usage

NoYesAction:Type textType next character Condition:On text typingLast characterCondition:On typing completed

Sample capx

  1. Put this behavior under

  2. Action:Type text, to start typing

  3. Type next character

    • Condition:On text typing (Sample capx)

    • Condition:Is text typing, returns true

    • Expression:TypingIndex

    • Timer of typing

      • Typing speed

        • Action:Set typing speed
        • Expression:TypingSpeed
      • Timer control

        • Action:Stop typing

          • Stop at current character, or show all text
        • Action:Pause typing

        • Action:Resume typing

      • Action:Setup, to assign timeline object, if there are more then one rex_timeline object

    • Action:Append text

  4. Type last character

    • Condition:On typing completed