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 - Kara Jo Kalinowski

#361
I sure you can make whatever type of game you want using AGS, but AGS is designed for adventure games so for other types of games you'll be coding a lot of what you want manually.
#362
After inserting the key does pressing/moving the glyphs do anything? If so I'd try to activate them in the order back, front, left, right, top, bottom.
If I'm still on the right track, I'd try pressing the button afterwards.
#363
Try to move/rotate the parts of the key to see if they move around.
Look to see of anything on the key matches the designs on the box.
#364
The Rumpus Room / Re: The Points Game
Mon 17/07/2017 09:42:38
Kumpel: 25 points
#365
The Rumpus Room / Re: The Points Game
Mon 17/07/2017 09:30:15
Riaise: 20 points
Kumpel: 125 points (And that's the puzzle isn't it?)
#366
The Rumpus Room / Re: The Points Game
Sat 15/07/2017 19:03:45
Riaise: 125 points.
Cassiebsg: 100 points.
#367
The Rumpus Room / Re: The Points Game
Sat 15/07/2017 03:20:43
Kumpel: 21 points
#368
The Rumpus Room / Re: The Points Game
Fri 14/07/2017 20:16:31
dayowlron: 88
dayowlron: 25
Cassiebsg: 25
Cassiebsg: 22
Cassiebsg: 25
Riaise: 25
Riaise: 25
Now let's see if any of these posts were helpful :)
#369
The Rumpus Room / Re: The Points Game
Fri 14/07/2017 14:57:39
Feel free to do multiple posts if you would like. (This post = 130 points)
#370
The Rumpus Room / Re: The Points Game
Fri 14/07/2017 02:26:29
Kumpel: 21 points
#371
The Rumpus Room / Re: The Points Game
Tue 11/07/2017 18:33:35
dayowlron: 189 points.
#372
The Rumpus Room / Re: The Points Game
Tue 11/07/2017 14:30:08
95 points.
#373
The Rumpus Room / Re: The Points Game
Tue 11/07/2017 03:52:47
Kumpel: 95 points
#374
Thoughts: You're likely traveling in a car in a bag, you're smelling just car smells and hearing the rumbling and noises of the car, though if that is the case I'm not sure if we need to specify the destination or if that's enough. Maybe you're all headed off to be sold, or to the vet, or any other number of things.
#375
The Rumpus Room / Re: The Points Game
Sat 08/07/2017 23:32:37
Kumpel: 19 points
#376
How do you feel? (comforted/nervous/scared/etc)
#377
Is it fair game to ask what can you see?
#378
Advanced Technical Forum / Re: Queue System
Sat 08/07/2017 14:55:42
Quote from: monkey0506 on Thu 06/07/2017 12:49:27

There really isn't a general consensus in the programming community of what range "random" should return, even if both min and max are explicit. In AGS, one can achieve an inclusive range [min, max] by using:

Code: ags
int rand = Random(max) + min;


Shouldn't the code be

Code: ags
int rand = Random(max-min) + min;


instead of what you wrote? So for example A range of 0-2 inclusive would be Random(2) + 0 while 1-2 inclusive would be Random(1) + 1
#379
Are your siblings feeding off the mother? (And is that the solution?)
#380
Is the fur that of your mother?
Does the squeaking sound sound more like an animal (mouse) or like that of a rocking chair?
SMF spam blocked by CleanTalk