I have this code:
Code:
Text1.Visible = False
Genie.Show
Genie.Play "Greet"
Genie.Speak "Please Enter Your NAme"
Text1.Visible = True
So the text1 is supposed to be visible onlay after the character has done all the actions.But instead,text1 becomes visible and then the character does the actions.Can somebody help me with this?