Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Em

#1
wow, so many possibilities! I'll try them out.
thanks a lot for all your answers.
Em
#2
thanks a lot, I thought I'd read that somewhere!
There's so much to take in though when you're new to AGS...
#3
Hurrah, I've added a button, it seems to be working now.
Sorry to be asking questions so early on a sunday morning...
Thanks for your help!
#4
Hello,
I'm trying to make a the player enter a password into a text box when they try to use a door to be able to progress in the game.
I've made a GUI with a text box as described in the PDF guide and in an earlier forum post back in January. This duly appears when the player interacts with the door, but doesn't give the player time to enter anything before the next thing happens - it goes straight to the "wrong password" type response.
I have tried setting my GUI properties to both "pause game when shown" and "normal, initially off", but this makes no difference. Do I need to block something somewhere?

Here is what I've done, forgive me if it doesn't look too nice, I'm new to this.

function hBathdoor_Interact()
{
cDoorvoice.Say("What's the password?");
gPassword.Visible=true;
if (TextBox1.Text=="cheese"){
cDoorvoice.Say("Come on in.");}
else {cDoorvoice.Say("Nope.");
}
TextBox1.Text="";
}

What haven't I done? Thanks a lot for your help.
Em
SMF spam blocked by CleanTalk