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

#2821
Critics' Lounge / Re:Background/GUI C+C
Thu 10/07/2003 14:47:28
Hey, I like the GUI and old lucasarts guis.

I love the boxes you did for switching chars.  I like how their pic is well then off center.

Perhaps more people would like the gui better if the color  instances of green and red were less harsh?   :)
#2822
Critics' Lounge / Re:Photo Coloring
Thu 10/07/2003 14:44:57
Don't stop finding Milla Jovovich pictures and coloring them.   Please.
#2823
Critics' Lounge / Re:Ignac trailer
Thu 10/07/2003 14:43:54
First words after it played were too vulgar to be mentioned here.  But let me say that they were mentioned out of pure enjoyment and in awe of this Freaking amazing trailer.  The poem styled of Dr. Seuss was amazing.  The depths in backgrounds were executed superbly as were shadows and lighting.  Holy jeez Igor, you da man and you are going to clean up on the award ceremonies which would only be just.
#2824
The new name... I'm shocked.  I had no idea.  

Did you get that memo about the TPS reports?
#2825
You really can't without some Insane scripting. That is, I'm assuming the red wasn't working.
#2826
Try to redownload it. perhaps at another location or mirror.
#2827
have a room named intro.crm, and there have the timer functions
#2828
Sounds like a fun idea.  I really like your GUI, but I do have to say, I believe the word you are going for is "treasure".
#2829
if it is to look deserted, then the snow would be mounded up in front of the door.*could be a puzzle to find a shovel*
#2830
This is what my old 'on mouse click' looked like before I went over to Proskrito's LEC GUI which rocks.  I've known that the one that comes with AGS doesn't really do all that you'll want and that the Give blah doesn't always work like you want it to.

------------------------
function on_mouse_click(int button)
{
   // called when a mouse button is clicked. button is either LEFT or RIGHT
   if (IsGamePaused() == 1)
   {
      // Game is paused, so do nothing (ie. don't allow mouse click)
   }
   else if (button==LEFT)
   {
      ProcessClick(mouse.x, mouse.y, GetCursorMode() );
      SetCursorMode(MODE_WALK);
   }
   else if (button==RIGHT)
   {
      if (GetLocationType(mouse.x, mouse.y)==2)
      {
         SetGlobalInt(80,9);
         ProcessClick(mouse.x, mouse.y, MODE_TALK);
         SetGlobalInt(80,0);
      }
      else
      {
         FaceLocation(GetPlayerCharacter(), mouse.x, mouse.y );
         ProcessClick(mouse.x, mouse.y, MODE_LOOK);
         SetCursorMode(MODE_WALK);
      }
   }
}

------------------
#2831
in that case you would also put the same amount of invisible space on the left side to accomodate for you moving his right arm out.
#2832
Wow.  I leave for a week and expect just a couple boards with many posts to read when I get back, but no, I miss an update.  A large one at that.  Bueno job Chris Jones.
#2833
youre going to have to redo the sprites and this time make sure that the bottom center pixel is in the same spot for all animations.  making sure that the bottom center pixel is aligned will cause them all to work accordingly and you may end up with a lot of invisible space on some of your sprites.
#2834
http://www.sylpher.com/kafka/tutorials.htm

scroll  down a couple on that page, and you will see what you are looking for, and these are not the droids you are looking for.
#2835
No, no.  It's still a great idea.  Using RickJ's Module Tester as a basis, we could make a searchable or just a beautiful code database.
#2836
Shouldn't One Thinking Gal cast the only vote?
#2837
Critics' Lounge / Re:God Walk - MODIFIED
Tue 08/07/2003 22:39:32
God3 with fixed hair would be my favorite.  Fixed meaning all white.
#2838
Quote from: CJ on Wed 02/07/2003 23:26:42
I have to admit that AGS is actually just an evil plan to install a virus on lots of computers, which will activate on the 13/3/7 and send me all your credit card numbers!!

Thank God for us Americans there is no month 13.  ;)
#2839
Adventure Related Talk & Chat / Re:Mittens USA
Tue 08/07/2003 21:15:56
Yeah,  I live in the center of the East Coast, good ol' Maryland or America-in-minature, as its sometimes called.  There are a lot of nice places around here to mess around in, but really, I think either Florida where Gloves is currently being held, pretty much everyday probably, or, as it sounds like New York State could be a good for others.

I, for one, will be one of the first to sign up for an East Coast Mittens.
#2840
Am I Retarded?


Hmm, yes, you didn't use a correct subject title for your thread. ;)
SMF spam blocked by CleanTalk