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 - horusr

#121
The Rumpus Room / Re: *Guess the Movie Title*
Tue 25/07/2017 18:25:14
Must there be a link between movies?
And must them be in English?
#122
You can also change "please enter phone number" text. Did you remove that if I mentioned and tryed again?

Oh and, thank you for video, you are really going good. Did you take original game graphics?
#123
well you have big if on top of every ifs and it won't work if answer_count is more than 0. Just remove first if. And please use insert code button.
#124
The Rumpus Room / Re: *Guess the Movie Title*
Tue 25/07/2017 16:02:22
Yuma?
#125
Simple use if else if statement.

Code: ags
if (answer_count == 1) Display(question) ;
Else if (answer_count== 2) Display(other question); 
#126
I will try but you need to tell me where do you store normal answers and how you manage different questions.

Let's try:

Code: ags

String phone_name[3];
int answer_count;

if (txtParserInput.Text.CompareTo("555-6969") == 0){
gQuestion.Visible = false;
Display("Hello, you have reached the National Hot Line Sex Survey. Please answer the following questions. There may be a wonderful prize waiting for you!!");
Display("What is the name of your favourite sex partner?");
gQuestion2.Visible = true;
answer_count++;
}

phone_name[answer_count] = txtParserInput2.Text;
Display("Any  question you want to ask");
answer_count++;


kind f this code. It won't work probably and you don't need to create second GUI but I don't know how your code works.
#127
Can you send full code to let me make changes on it? In spoiler tags?
#128
The Rumpus Room / Re: What's on TV?
Tue 25/07/2017 11:07:26
You guys need to sleep more because I hear that a lot :D Stop eating mushies :P
#129
The Rumpus Room / Re: What's on TV?
Tue 25/07/2017 10:42:48
inspector gadget?
#130
There is lots of legends about genies, like if moms goes out of home before baby is 40 days old, they change the baby; dont pee outside at night, dont pour hot water under trees because there is baby genies etc.
Dont look mirror much or you get mad.

Do they count?
#131
It is cool that you take a break from vacation fun and get som game making fun. (Well, that was a weird sentence)

So have fun, and waiting for result
#132
The Rumpus Room / Re: Name the Game
Mon 24/07/2017 19:36:17
duke nukem or daggerfall?
#133
Loved that painting at the background
#135
You have msn attached, you really haven't been here for 10 years, huh? Well, we have jetpacks now, here in the forum.
#136
General Discussion / Re: R.I.P MSPaint :-(
Mon 24/07/2017 15:26:07
Did they improve it for years?
#137
I think you can use just an integer and 1 gui for it. Like if int answer_count == 0 then store inputted text into answer1(well I also think you can use array of strings instead of multiple strings).
And this is probably not that good way but easier. I dont know much about text parser.
#138
Congratz! But I believe there must be better ways than creating same gui again and again.
#139
There is even some old fight game module. Code is probably expired but you can check it anyways.

http://www.adventuregamestudio.co.uk/forums/index.php?topic=20327.0
SMF spam blocked by CleanTalk