^ more screen shots, enjoy

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 Menufunction room_RepExec()
{
if (object[0].X == 250)
{
object[0].X = 251;
object[0].Move(660, 220, -2, eNoBlock, eAnywhere);
}
}
function room_RepExec()
{
if (object[0].X == 250)
{
object[0].X = 249;
object[0].Move(-10, 220, -2, eNoBlock, eAnywhere);
}
}
int someInteger = 0;
class myClass{
void method1()
{
//do stuff
x = someInteger;
}
bool method2()
{
if ( someInteger == 0 )
{
//do stuff
}
}
int someInteger = 0; //outside, middle of code and between methods...
int method3()
{
//do stuff
}
} //end of class
int someInteger = 0;
Quote from: -=Lisa=- on Thu 18/08/2011 10:59:35player.changeRoom( room1, x, y);
player.changeRoom( 23, player.x, player.y);
if ( player.y < 250 )
{
player.changeRoom( room1, x, y);
}
else
{
player.changeRoom( room2, x, y);
}
int getNumber()
{
return myNumber;
}
int myNumber = 0;
int myNumber = 0;
int getNumber()
{
return myNumber;
}
if ( player.y < 250 )
Quote from: Khris on Wed 17/08/2011 11:42:52Now approach both doors and hit space to figure out the actual value of player.y in the vicinity of the doors.
if ( player.y > 250 )
{
player.changeRoom( room1, x, y);
}
if ( player.y < 250 )
{
player.changeRoom( room2, x, y);
}
if ( player.y > 250 )
{
player.changeRoom( room1, x, y);
}
else
{
player.changeRoom( room2, x, y);
}
if ( player.y > 250 )
{
player.changeRoom( room1, x, y);
}
else
{
return;
}
Quote from: Bogdan on Sun 14/08/2011 17:58:11He looks really cool. And the game graphics are really cool! Good luck with the game, I'm 100% sure that I'll play Anastronaut when it comes out.
Quote from: Tabata on Thu 11/08/2011 18:14:43
Seems to me that it is one of those brutally, but sweet monsters.
The style, how the scarf is wrapped around the body is very interesting.
Quote from: NickyNyce on Thu 11/08/2011 23:52:12
I think he needs a more appropriate staff or walking stick...IMO
Quote from: NickyNyce on Thu 11/08/2011 23:52:12Oh ..and maybe if you draw the top right arm (In picture) in front of the lower arm it might look a bit better on the eyes. On the right side of the picture, the lower arm appears to be slightly more muscular.
Quote from: anian on Fri 12/08/2011 00:23:08Yeah, maybe mirror the left and the right side they match more.
Also try to think how that creature would use a walking stick differently than a normal human, perhaps it would use it's lower hands, so it can have the upper ones free or something, it'll add to the character.
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.079 seconds with 15 queries.