Banatawa's Recent Forum Activity

  • I'm not sure I understand you.

    When you need to display next letter of the dialog and that letter should be yellow, add this:

    ""&letter&"[/color]"[/code:2uor5bmf]
    
    Your code could be something like this:
    
    [code:2uor5bmf]
    myText="Hello, %John%! How are you?"     <-   Put symbol % before and after the text you want to display in yellow
    textYellow=0  
    letter=""
    
    For i=0 to len(myText)-1
      Wait 0.5*loopindex seconds
      letter=mid(myText, loopindex, 1)
      If letter="%" set textYellow=(textYellow=0)    <- this will invert textYellow variable, 0 becomes 1, 1 becomes 0
      Else 
         If textYellow=0  dialogText append letter
         If textYellow=1  dialogText append ""&letter&"[/color]"
    [/code:2uor5bmf]
    

    I ... I did not understand?

    Could you use more simple "comments"? I have a hard time with English.

  • To display my dialogues, I proceed more or less this way

    Every 0.05 seconds || bbt_dialogue_texte | Set text to left(bbt_dialogue_texte.instancevariable&FLOWEY&newline&...., len(bbt_dialogue_texte.Text) + 1)

    This means that the tags will still be displayed.

  • Try this:

    Add a special character to each letter in the string that you want to be yellow:

    myText="Hello, ^J^o^h^n! How are you?"

    Then parse this string character-by-character and when you find "^", read next letter and wrap it into {color} tag:

    H
    e 
    l
    l
    o
    ,
    
    J[/color]
    o[/color]
    h[/color]
    n[/color]
    etc.[/code:52zgqv8e]
    
    [quote:52zgqv8e]is there any way to change the plugin of my texts
    

    If you need to replace lots of text objects, you can edit XML files of the project, as described here, but it's not recommended.

    I do not need to try to know that I will have the same problem but worse seen all the tags that there is. The problem with this plugin is that the color is displayed when the text is displayed. However, the dialogs display the text letters by letters, without forgetting the tags. Once the opening tag is written, the following becomes yellow. The closing tag will also be displayed before it is fully written.

  • Variable Flowey =

    Flowey[/color][/code:2bgy74gw]
  • I have a problem with this plugin.

    My dialogs appear letter by letter, so the colors do not appear the first time.

  • It's possible with external plugins, here is the full list:

    One plugin that definitely does that is BBcode Text:

    It seems to work well, but is there any way to change the plugin of my texts? I mean ... it will bother me to redo everything.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • dop2000 brunopalermo Thank you both, I'll see that right after.

  • It's possible with external plugins, here is the full list:

    One plugin that definitely does that is BBcode Text:

    It's great but ... How do we install them? I have never used.

  • > Hey NN81, thanks for your help.

    > But the goal is not to put all the text in color, but just the name of the player.

    >

    ah ok, sorry i have problems and understanding well english

    well, i think it's impossible. maybe with some plugin? have you searched around in the forum add on section?

    Add-on on construct 2? You teach me stuff

  • Hey NN81, thanks for your help.

    But the goal is not to put all the text in color, but just the name of the player.

Banatawa's avatar

Banatawa

Member since 25 Oct, 2017

None one is following Banatawa yet!

Connect with Banatawa

Trophy Case

  • 7-Year Club
  • Email Verified

Progress

8/44
How to earn trophies