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

#241
The Rumpus Room / Re: Name the Game
Fri 02/02/2018 20:44:31
(wrong)
#242
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]
#243
Barista
#244
coffee beans?
#245
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?
#246
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?
#247
The Rumpus Room / Re: *Guess the Movie Title*
Tue 23/01/2018 03:10:13
The Rosebud Beach Hotel?
#248
The Rumpus Room / Re: Name the Game
Mon 22/01/2018 16:54:48
Is that in one of the King's Quest?
#249
The Rumpus Room / Re: *Guess the Movie Title*
Mon 22/01/2018 16:53:22
My Lost Valentine?
#250
not sure but I would guess it would have something to do with "eagles"
#251
Greenland?
#252
The Rumpus Room / Re: Name the Game
Thu 11/01/2018 14:46:17
I dont know if there is a game called Amazing Worlds, just couldnt remember the name of that one.
#253
The Rumpus Room / Re: Name the Game
Thu 11/01/2018 12:30:14
I want to say something like Amazing worlds.
#254
This is a great module. I wanted think bubble to work also so I looked at how this was working and you had "//TODO" with no code for the thinkBubble function so I added the following code into the think bubble routine and it worked great.
It is basically calling the say bubble function but passing a false to the renderBubble32 function to change the tail.
Code: ags


// TODO
void ThinkBubble(this Character*, String message, GUI* bubbleGui)
{
  if(message == null) return;
  if(!game.bgspeech_stay_on_display)
    _stopAllBackgroundBubbles();
  if((Speech.VoiceMode == eSpeechVoiceOnly && hasVoiceClip(message)) || message == "...")
    this.SB_sayImpl(message);
  else
  {
    DynamicSprite* bubbleSprite = this.renderBubble32(message, false);
    // Position bubble over character head
    int x = this.x - GetViewportX() - bubbleSprite.Width/2;
    x = _clampInt(x, 0, System.ViewportWidth - bubbleSprite.Width);
    int y = this.y - GetViewportY() - bubbleSprite.Height - this.GetHeight() - (_heightOverHead - _talkTailHeight + 1);
    y = _clampInt(y, 0, System.ViewportHeight - bubbleSprite.Height);

    this.realSayAtBubble(x, y, message, bubbleGui, bubbleSprite);
  }

}



I also wanted the think bubble to be a different color so I set the _backgroundColor at the top of the function to a different color then set it back at the bottom of the function.

Snarky, if you add this to your module as an enhancement make it where there is another property for Think Background Color.
#255
The Rumpus Room / Re: *Guess the Movie Title*
Tue 09/01/2018 21:36:46
Quote from: Quintaros on Tue 09/01/2018 20:33:46
Facing the Giants?
ding ding ding, we have a winner. it was facing the giants.
next screen shots would have been:

and
#256
The Rumpus Room / Re: *Guess the Movie Title*
Tue 09/01/2018 19:55:13
(wrong)
#257
The Rumpus Room / Re: *Guess the Movie Title*
Tue 09/01/2018 16:13:33
VERY VERY CLOSE, but that is not the correct title.
#258
The Rumpus Room / Re: *Guess the Movie Title*
Tue 09/01/2018 16:03:52
Quote from: Ben X on Tue 09/01/2018 16:01:19
Oh, I was going to say it looks like a documentary, and guess Undefeated, but if Waterboy's a good guess then I have no idea.
It is not a documentary and Undefeated is not correct. good guess was probably a poor use of words. at least it was football related.
another screenshot:
[imgzoom]https://s9.postimg.org/txtxfcphr/f009.jpg[/imgzoom]

Bonus screenshot:
#259
The Rumpus Room / Re: *Guess the Movie Title*
Tue 09/01/2018 15:59:30
(wrong) but good guess
#260
The Rumpus Room / Re: *Guess the Movie Title*
Tue 09/01/2018 14:26:57
(wrong) the mighty ducks was hockey. It looks like they are wearing football uniforms.
SMF spam blocked by CleanTalk