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

#421
The Rumpus Room / Re: *Guess the Movie Title*
Thu 08/02/2018 23:55:19
American Made?
#422
Well it is not called ItemText because it can contain more than just Text. This usage in AGS probably comes from the same thing as listboxes in other languages where the listbox items also consist of a numeric ID that can be used for identifying the Item. Strangely enough this numeric property is typically called ItemData.
#423
The Rumpus Room / Re: Name the Game
Sun 04/02/2018 20:01:47
Quote from: lorenzo on Sat 03/02/2018 13:04:44
That's Hay Day, I think? My girlfriend used to play it.
That is correct. it is Hay Day and I played it a lot at one point.
#424
The Rumpus Room / Re: Name the Game
Fri 02/02/2018 20:44:31
(wrong)
#425
The Rumpus Room / Re: Name the Game
Fri 02/02/2018 19:24:38
I got one. used to play this game WAY TOO MUCH.
[imgzoom]https://s17.postimg.org/893p20x73/Untitled.png[/imgzoom]
#426
good point.
#427
Code: ags

function hswimtest_AnyClick()
{
//if the mouse is in front of the player
 if (mouse.x > player.x){
    player.Move(GetViewPortX() + mouse.x+5, GetViewPortY() + mouse.y, eNoBlock, eAnywhere);
 
//if the mouse is behind the player    
   }else  if (mouse.x < player.x){
     player.Move(GetViewPortX() + mouse.x-5, GetViewPortY() + mouse.y, eBlock, eAnywhere);
 
   }  
}
#428
Barista
#429
coffee beans?
#430
I know I am wrong but if I don't guess it and it winds up right I would be upset.
is it people stuck in rush hour traffic?
#431
The Rumpus Room / Re: What's on TV?
Tue 23/01/2018 14:50:55
I don't know what the tv show is, however something that always got me about some of the animated shows was how much the characters were "cartoony", but the backgrounds were more artistic the further back it went. For instance, looking at the girls hair it doesnt show individual strands but rather clumps of hair all together like it was glued together in clumps, however the trees in the near foreground are a little more detailed in the branches with leaves but not individual leaves, but the trees in the far background you can see each branch in detail. Granted you don't see the individual leaves but you couldn't see that in a photograph either. does that make sense?
#432
The Rumpus Room / Re: The Movie Quote Game
Tue 23/01/2018 03:15:06
Face Off?
#433
The Rumpus Room / Re: *Guess the Movie Title*
Tue 23/01/2018 03:10:13
The Rosebud Beach Hotel?
#434
The Rumpus Room / Re: Name the Game
Mon 22/01/2018 16:54:48
Is that in one of the King's Quest?
#435
The Rumpus Room / Re: *Guess the Movie Title*
Mon 22/01/2018 16:53:22
My Lost Valentine?
#436
well what if he killed the guy there then destroyed the apartment by searching for something he had that the murderer needed back? The pot could have been knocked over during the search instead of knocked over during the struggle. Just thinking out loud.
#437
I would guess that the primary clues were the fact that it is afternoon now and he has been dead for about 10 hours would mean that it was either dark when he died or the lamp was on so the question asked by Riase about the lamp could be a good clue, but....
Is there any neon signs that could have lit up the room?
However Just because it was dark wouldnt mean the murder did not happen there.
is the painting torn?
#438
Did the detective think that was not the scene of the crime because there was not any soil on the victim from the overturned pot?
#439
Was there mud from the pot on the victim?
Was the soil in the pot on the floor?
#440
OK, thanks for clearing that up. I will do that tonight and try it out. I usually don't mess with the edges unless I am going to have events for walking off edges.

EDIT: That seems to have been the problem. It is all working now.
SMF spam blocked by CleanTalk