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 MenuQuote from: ThreeOhFour on Thu 26/03/2015 09:56:21
Get a better light! I work with a ceiling light and a lamp, and also an LED light behind my monitor that shines on the wall and lights the wall up. That way my lighting conditions for drawing are always as consistent as possible.
Quote from: Gilbert on Thu 26/03/2015 03:29:28
It is a good practice to always import a background to a newly created room, even though it's supposed to be completely black.
Quote from: Mandle on Thu 26/03/2015 02:16:10
As for The Smoking Man:Spoiler
Didn't he get blown up by a helicopter missile or something?[close]
// Here is an example of symbols nightmare for the compiler : Each
// time it has to lookup the symbols table to figure out which "a"
// we're talking about
int a; //a symbol: global variable
int a(int a) //two symbols: function name and parameter name
{
int a; //one more symbol: local variable
a=2;
return a;
}
void game_start()
{
int a = a(666);
}
Quote from: GreenBeams on Tue 24/03/2015 14:10:30
@OUXX - ok, I'm making an executive decision and extending the deadline up to and including Friday 27th March; voting to begin on Saturday 28th.
name-of-the-button.NormalGraphic = 666; //assigning the graphic of the "walk to" button
Quote from: Ponch on Tue 24/03/2015 01:49:16
the clap function didn't quite work as intended, but I think it was a very cool idea and once it's implemented properly, it will really add a lot to the experience.
Quote from: WHAM on Tue 24/03/2015 09:05:30
Building an online script that acts and a bridge between the game and the database sounds like a very smart idea
Quote from: GreenBeams on Mon 23/03/2015 15:12:23
@Monsieur OUXX - How long would you need, monsieur? I must confess to being a sucker for a good old lasr-death-chair!
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.272 seconds with 16 queries.