need help for a pointnclick adventure game dialogue box

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • hey i am currently trying to make a short point and click adventure game and am having trouble setting up a working dialogue box system and require some help. (those who find a solution will be added to the games credits under special thanks ;) ) i have watched these two videos Please login to see this link. and Please login to see this link. but they are both very simplistic and don't show you how to make a continues dialogue system that can function for more than two paragraphs.

    Please login to see this attachment.

    i have set up a basic dialogue system as shown:

    Please login to see this attachment.

    at start of frame: set counter to 0

    and then

    Please login to see this attachment.

    but i feel i am doing something wrong as when i try to

    counter=1 and user clicks with left button: display paragraph 3 , add 1 to counter

    then when i try to test it out it just adds 2 to the counter and jumps to paragraph 3 and dodges paragraph 2
    if you could help me figure this out i will be thankful and also how to change the animation back to non talking when the text is done displaying like a typewriter as i could not figure it out so the character active object continues to play the talking animation even if the typewriter text has fully loaded

    here is a gif that shows what i have done so far: Please login to see this link.

    thank you

  • plushdork - It's hard to know the exact problem without seeing your mfa file rather than screenshots which don't show the actions (it's possible to upload your mfa on these forums if you click Go Advanced and click Manage Attachments)

    But I'm guessing that you have 2 events, something like this:
    If Counter=0
    + User clicks with left button
    String: Display Paragraph 2
    Counter: Add 1 to Counter

    If Counter=1
    + User clicks with left button
    String: Display Paragraph 3
    Counter: Add 1 to Counter

    The thing you need to understand is that if the 1st event fires, then so will the 2nd event, since Counter will now be 1, so it will display Paragraph 3 and skip Paragraph 2

    A quick solution is to reverse the order of your events, so highest Counter happens 1st

    If Counter=1
    + User clicks with left button
    String: Display Paragraph 3
    Counter: Add 1 to Counter

    If Counter=0
    + User clicks with left button
    String: Display Paragraph 2
    Counter: Add 1 to Counter

    I've attached a file that does this.

    If you have a lot of different paragraphs to display, you might find it easier to use the Counter to display the Paragraph using an Expression:
    If User clicks with left button
    Counter: Add 1 to Counter
    String: Display Paragraph value ("Counter") +1

    Hope this helps!

  • omg sorry i never knew you could upload the mfa files to this forum i will sure to do that next time. your advice fixed the problem though, thank you i will sure to add your name Ayreguitar into the credits (or if you prefer i put something else let me know)

    this is actually my first time making a game in clickteam fusion or a game at all i am really good at drawing but i want to express that through games as well. so that's why i am starting my first game to be a simple linear plot point and click adventure game so it's not to ambitious but still will sharpen my skills in the program.

    i don't know my way completely around fusion so i really appreciate your kindness and help! and i hope to get better and better at making games
    ^D^

  • You're welcome. Good luck with your game!

    Kevin Ayre Please login to see this link.
    My iOS Apps: Please login to see this link., Please login to see this link. and Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!