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: Mods on Wed 03/11/2010 00:34:35Haha. I need to play his new demo and see if I can spot any easter egg barrels.
is what barrels in the middle of nowhere in space town are in 2009.
namespace WindowsGame1
{
public class Slice
{
[...etc...]
}
public class Game1 : Microsoft.Xna.Framework.Game
{
Slice[,] Pizza = new Slice[10,10];
[..etc..]
Pizza[2, 4].Boob();
Quote from: tzachs on Tue 02/11/2010 23:38:30
Hmmm, is it possible CJ already fixed it?
I tried to reproduce it (with the scenario you described) but it worked fine.
Quote from: RetroJay on Fri 29/10/2010 02:33:30Monkey fixes it and explains it with his code.
How can I dissable the middle mouse button click through out my game?
Quote from: monkey_05_06 on Fri 29/10/2010 01:20:41
Other than fixing the indentation, I also changed the right-click "else" to check and verify that it actually was a right-click.
[...]
else if (button == eMouseLeft) {
ProcessClick(mouse.x, mouse.y, mouse.Mode );
}
else { // right-click, so cycle cursor
mouse.SelectNextMode();
}
[...]
[...]
else if (button == eMouseLeft) {
ProcessClick(mouse.x, mouse.y, mouse.Mode );
}
else if (button == eMouseRight) { // right-click, so cycle cursor
mouse.SelectNextMode();
}
[...]
Quote from: ddq on Thu 28/10/2010 20:07:22
I just want to say I don't know who built that awesome ship, but it wasn't me.
Quote from: Mouth for war on Tue 26/10/2010 12:10:55
Also the games made for both consoles generally looks better on the xbox even though the ps3 is supposed to be a more powerful console...
Quote from: Snarky on Mon 25/10/2010 22:18:03
Why? How does it make a difference whether you save all your files to a folder on the root or to the already-provided folder that there are shortcuts to all over Windows?
I really don't understand the resistance to My Documents. A lot of things will want to save there by default anyway, so it's easier to just go with it. Just keep things organized inside it, and you shouldn't have a problem.
Quote from: blueskirt on Sat 23/10/2010 23:29:36
Had you guys seen the Minecraft space program?
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.778 seconds with 15 queries.