Me too. Also, the animation is nice and the pigeon looks cute.
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: tzachs on Thu 29/07/2010 13:58:47
They're turning kids into slaves, just to make cheaper sneakers.
But what's the real cost, cause the sneakers don't seem that much cheaper?
Why are we still paying so much for sneakers when they're being made by little slave kids?
What are your overheads?
Quote from: Gilbet V7000a on Tue 27/07/2010 08:30:32
I cannot comment on the rest, as I don't watch films that much (in fact I haven't watched a single film in the cinema for more than 10 years now) and I don't even know most of the actors you're talking about.
Quote from: spydaniel on Tue 27/07/2010 11:04:09
About the door object, would I set the baseline to 0 so that the character is on top of the sprite and not behind it?
else if ((myobject.X+120<=oBlock4.X && myobject.Y-60==oBlock4.Y-120) && myobject.X <=420 && myobject.ClickedRightHalf()) {
myobject.Move(myobject.X+60, myobject.Y, 10, eNoBlock, eAnywhere);
aClick.Play();
}
Quote from: Mods on Mon 26/07/2010 17:31:16
I just lost it all, no thanks to a vista re-install. 2 years of work down the pan. Sorry folks
:'(
Quote from: Crimson Wizard on Sat 24/07/2010 14:12:53
Loominous sprite is too good
Victor6's sprite is too standart (it looks like he has a SNES-style sprite conveyor there)
So I vote for Monk's goblin.
Quote from: markbilly on Fri 23/07/2010 12:39:30
Sorted this now by setting up my own timer with an int.
// rep-ex always
if (IsTimerExpired(1)) {
...
blockingaction=true;
}
// rep-ex
if (blockingaction) {
blockingaction=false;
// put the stuff in here
}
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.601 seconds with 20 queries.