"A RESPECTED scientist has put forward the stunning - if unsavoury - possibility that humans are descended from sewage dumped overboard by aliens."
"First we read that we are the creation of God, then scientists say we are descended from apes. Now they say we're some sort of alien poo. How much further can we sink?"
- Robert Matthews, Science Correspondent
I think it was The Hobo who gave me this code a year ago.
"A RESPECTED scientist has put forward the stunning - if unsavoury - possibility that humans are descended from sewage dumped overboard by aliens."
"First we read that we are the creation of God, then scientists say we are descended from apes. Now they say we're some sort of alien poo. How much further can we sink?"
- Robert Matthews, Science Correspondent
"A RESPECTED scientist has put forward the stunning - if unsavoury - possibility that humans are descended from sewage dumped overboard by aliens."
"First we read that we are the creation of God, then scientists say we are descended from apes. Now they say we're some sort of alien poo. How much further can we sink?"
- Robert Matthews, Science Correspondent
lol, but the hobo's code did have simultanious keypressing...
that's why I asked for it, for my picture to go diagonaly...
"A RESPECTED scientist has put forward the stunning - if unsavoury - possibility that humans are descended from sewage dumped overboard by aliens."
"First we read that we are the creation of God, then scientists say we are descended from apes. Now they say we're some sort of alien poo. How much further can we sink?"
- Robert Matthews, Science Correspondent
Originally posted by Alien_poo lol, but the hobo's code did have simultanious keypressing...
that's why I asked for it, for my picture to go diagonaly...
Yes it has...it was a nice demo for starting making games...and I fixed the code so there is two smiles taht can be moved my two diffrent persons...
Just check if Keys(#) is true or false to know if a key is pressed, all you have to know is what code each key has.. yes print keycode in keydown to find that out really easily
Don't pay attention to this signature, it's contradictory.
well.........how would you then make 2 characters move using Direct Draw, you can use the page flip method to make the charater look like he is walking, but how would you make that piece of animation move left and right across the screen. (in a 2d environment). (there are no picture boxes!!!!!!) ??????
Originally posted by raoul85 well.........how would you then make 2 characters move using Direct Draw, you can use the page flip method to make the charater look like he is walking, but how would you make that piece of animation move left and right across the screen. (in a 2d environment). (there are no picture boxes!!!!!!) ??????
No but you have left an top properties of the surfaces (rect)...so just blt your surface at the desired place on the monitor...
Just check if Keys(#) is true or false to know if a key is pressed, all you have to know is what code each key has.. yes print keycode in keydown to find that out really easily
Yes, this is the esiest way, but you will get stuck up if the player (or both of them) are trying to press three or more keys at the same time..