Home > Article > Software Tutorial > How to create a simple dialogue using Mind+ programming. Steps to create a simple dialogue using Mind+ programming.
How to use Mind+ programming to create dialogues? In Mind+ programming, making dialogue is an essential skill. PHP editor Strawberry will introduce to you how to use Mind+ programming to create simple conversations to make your program more lively and interesting. The detailed steps below will help you get started easily and create great conversational content.
Open Mind+, click [Project]-[New Project] with the left mouse button, delete the original elf, click on the character library, and create a new character [Abby].
Click [Event] and drag the [Little Green Flag] to the programming interface.
Click [Appearance] and change [Say Hello! (2) Seconds] is spliced below the [little green flag].
Click [Event] and splice [Broadcast Message 1] to [Say Hello! (2) seconds] below.
Click the [Broadcast Message 1] small triangle drop-down, click [New Message], a new message dialog box will pop up, and fill in [Hello] in the input field.
Click on the character library, create a new character [Dewen], adjust it to the appropriate position, and adjust the direction.
Drag [Hello When Received] (this is the newly created message) and drop it into the programming interface.
Click [Appearance] and change [Say Hello! (2) seconds] is spliced below [when hello is received].
Then another [Say hello! (2) seconds] is spliced to the previous one [Say hello! (2) seconds] below, change the text to [Nice to meet you! 】.
Click [Event] and splice [Broadcast Hello] to [Say Nice to Meet You! (2) Seconds] below, click the [Broadcast Hello] small triangle drop-down, click [New Message], a new message dialog box will pop up, fill in [Nice to meet you] in the input field.
Click on the character [Abby], click on [Event], drag and drop [Nice to meet you when received] to the programming interface.
Click [Appearance] and change [Say Hello! (2) seconds] is spliced below [Nice to meet you when received], and the text is changed to [Me too! 】.
The above is the detailed content of How to create a simple dialogue using Mind+ programming. Steps to create a simple dialogue using Mind+ programming.. For more information, please follow other related articles on the PHP Chinese website!