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

#321
The Rumpus Room / Re: What's on TV?
Thu 24/05/2018 21:24:27
looks like Alison Hannigan and only thing I can think of that she was in at the moment is How I met your mother.
#322
Really fonts are set to be a certain size no matter what the resolution of the game is, however you could try a setting in "General Settings"
Look under the Heading of "Text output" for a setting called "Fonts designed for 640x480". Try switching this and see if it helps.
#323
The Rumpus Room / Re: What's on TV?
Thu 24/05/2018 19:09:21
I have so many turns lately I would submit to VampireWombat if he would like it since he did know the answer sooner than me.
#324
The Rumpus Room / Re: What's on TV?
Thu 24/05/2018 17:50:34
Well it was Alexanders haircut that made me guess that.
#325
The Rumpus Room / Re: What's on TV?
Thu 24/05/2018 16:35:50
I am guessing Star Trek Next Generation.
I believe this was when Worf was in the holodeck with his son acting out a western fantasy.
If I am correct Worf is the one in back and his son is the one in brown walking away from the camera.
#326
The Rumpus Room / Re: What's on TV?
Wed 16/05/2018 20:41:14
Really, I am shocked. just guessed a tv show that Ted Rooney was in just one episode from the clue you gave.
I don't have a show right now so will pass my turn to anyone else who would like to take it.
#327
The Rumpus Room / Re: What's on TV?
Wed 16/05/2018 18:42:49
Leverage?
#328
The Rumpus Room / Re: What's on TV?
Mon 14/05/2018 20:07:29
Quote from: Sinitrena on Mon 14/05/2018 18:19:43
MacGyver (the new one)
of course that is correct.(nod)
#329
The Rumpus Room / Re: What's on TV?
Mon 14/05/2018 18:00:05
Did I actually get it. I didn't watch the show but knew it had something to do with the vietnam or korean war and the helicopter in that last picture reminded me of the Huey choppers in those conflicts.
next: (should be a very easy one)
#330
The Rumpus Room / Re: What's on TV?
Mon 14/05/2018 15:20:19
China Beach?
#331
Ideally you would use a List box event to do it, however I don't know if controls have events.
probably in the on_mouse_click function you would set the textbox's text property to be the selected items text is from the listbox.
Not sure how to check if it is the listbox that was clicked on since I have not worked with them much.
Code: ags

if (lstListBox.clicked on)????
    txtTextBox.Text =  lstListBox.Items[lstListBox.SelectedIndex];
#332
You would have to use a listbox or a custom gui. if you want more than the name to show up you would need the custom gui.
#333
The Rumpus Room / Re: Name the Game
Sun 13/05/2018 12:10:35
I remember a game like Zaxxon called Space Raid, but I think their graphics sucked.
#334
The Rumpus Room / Re: What's on TV?
Fri 11/05/2018 13:32:09
Providence?
#335
The Rumpus Room / Re: *Guess the Movie Title*
Tue 08/05/2018 23:52:35
Finders Keepers?
#336
Not sure about the problem it is giving you, but what happens if you add
Code: ags
&& mouse.Mode != eModeUsermode1
to the if condition?

Code: ags

function hClassroomWindow_MouseMove()
{
  if(cPlayer.ActiveInventory == null && gInventory.Visible == false && mouse.Mode != eModeUsermode1)
  {
  mouse.SaveCursorUntilItLeaves();
  mouse.Mode=eModeUsermode1;  
  }
  
}
 
#337
The Rumpus Room / Re: What's on TV?
Sun 06/05/2018 12:37:41
24?
#338
The Rumpus Room / Re: What's on TV?
Fri 04/05/2018 22:15:18
Quote from: Snarky on Fri 04/05/2018 21:50:31
Just my personal opinion, and I'm sure I've broken this rule myself occasionally, but I feel the game is more fun and fair if we stick to one guess per post...
I would agree to a limit as you don't want someone guessing every show that they can think of, but I think the limit should be 2 or 3, just because if you make a guess then you have to wait until the person give you a correct or wrong response before you can try another one.
#339
The Rumpus Room / Re: What's on TV?
Fri 04/05/2018 21:37:07
Just based on "ION" television.
Criminal Minds?
or CSI?
#340
The Rumpus Room / Re: What's on TV?
Fri 04/05/2018 13:50:33
Quote from: Frodo on Fri 04/05/2018 12:27:56
Good Girls?
Correct. I was thinking you guys were playing with me. All the clues were there but kept guessing around it.
SMF spam blocked by CleanTalk