MKP1000's Forum Posts

  • Your target/source text should be Test2, and your length should be based on your visible text Test, so you have those swapped. Also, your Test object needs to start out empty. That expression says set Text to whatever the length of Test was originally +1 character, so if your original text starts out already longer than your target text, you won't get the typewriter effect.

    Update: So in the string do I swap Test1 and Test2 around? Also, I made the correct one empty, and put text in the other.

  • The expression you are using says take however long your text currently is, and display one more character. This will happen every 0.2 seconds.

    Oh! I see now. Thanks!

  • Your target/source text should be Test2, and your length should be based on your visible text Test, so you have those swapped. Also, your Test object needs to start out empty. That expression says set Text to whatever the length of Test was originally +1 character, so if your original text starts out already longer than your target text, you won't get the typewriter effect.

    Do I set the length based on the amount of letters or words or...?

  • Hi. I'm currently programming scrolling text, and I was following a tutorial, and it dosen't seem to be working. Can anyone tell me where I've gone wrong and how to fix it? My current work is on Layout 5 and Event Sheet 5, so I'm not that far in. Also, my DropBox is full so that's why I'm using a Google Drive link. Thanks in advance!

    https://drive.google.com/file/d/0B5jnTC ... sp=sharing

  • Use the Keyboard > On key code pressed event. The key code for "Enter" is 13.

    Then add the action you're using to advance the dialogue.

    Here's a list of all key codes... It even has an interactive tool for ppl too lazy to look thru the list. <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

    https://www.cambiaresearch.com/articles ... -key-codes

    OK cool! All done! Thanks!

  • All I want to do is to make it so when a player presses enter, dialogue progresses. Any ideas?

  • Your second layout does not have an event sheet attached to it. Click the Layout, then check the properties bar to assign an event sheet.

    It's finally working now! Thank you so SO much!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Gotta break up your link a bit with spaces so it doesn't get truncated

    https://drive.google.com/file/d/0ByFSXo ... sp=sharing

    Here it is!

  • Gotta break up your link a bit with spaces so it doesn't get truncated

    Wait hang on a second, I think it's the button, not the programming.

  • Google Drive works fine.

    drive.google.com/open ... EdvelFDXzg

  • Without seeing what you did, I can only say you did something wrong.

    Here is an updated example with layout switching: dropbox.com/s/881zxb3m1ch94 ... .capx?dl=0

    Sorry, it's me again. Is there any way other than Dropbox that I could send the project to you? I just want to see if you can see what's wrong, if you don't mind of course.

  • Without seeing what you did, I can only say you did something wrong.

    Here is an updated example with layout switching: dropbox.com/s/881zxb3m1ch94 ... .capx?dl=0

    OK I think I see where I've gone wrong. Thank you so much for all the help!

  • You're saving the text in text box, which would be whatever the player decides to enter as their name.

    You can add the action go to next layout in the same event.

    Have you done the beginner tutorials?

    Sadly, I haven't because some of the things I'm looking for aren't there.

    EDIT: OK so I programmed it in the same action, yet the button is broken? It doesn't seem to do anything. I have the following:

    Button- On clicked- Set Name to Textbox.text

    - Go to layout 3

    It won't go to layout 3.

  • You're saving the text in text box, which would be whatever the player decides to enter as their name.

    You can add the action go to next layout in the same event.

    Have you done the beginner tutorials?

    Sadly, no I haven't. Some of the things I'm looking for aren't there.

  • My gosh MKP1000. I saw your other question in your other topic.

    It looks/feels like you never rode a bike and instantly want to participate in a Bike Parkour.

    May i suggest that you first create a chat room, then worry about bubbles.

    Now, i can tell you that a chat room is way out of my league, but then again, i am into Construct for only 17 months (close to).

    So may i do a second suggestion. Plz follow at least 20 tutorials, so you understand the basics.

    Then build something way more easy to start with.

    OK! Sounds good!