Wednesday, May 21, 2008

Politics?

I am still trying to figure out what the heck is happening in the Presidential race. It's so bad that I'm relying on The Daily Show for updates. (Yeah I'm that confused) I'm not sure who should be President, but I think that It should be Clinton or Obama. This is mainly because I think that most Republicans are too conservative and we need a liberal President right now to fix all of our problems.
For some reason, I think all of the candidates would make good presidents though. (Especially after Bush dropped the standards, Significantly) Oh well, it will work out. Hopefully.

Monday, May 19, 2008

Washington DC

I just got back from a trip to Washington DC and I have to tell you, I had a lot of fun. The trip was kinda rushed because we had so much to do, but if you ever have the chance to go, I suggest you do.
Sorry, the pictures aren't that good of quality because they were from my phone.

Monday, May 12, 2008

Maddness Interactive with an XBox 360 controller

This is similar to my boxhead one but for the flash game "Madness Interactive"

Just copy and paste this into the GlovePIE window and click run to use it with your XBox 360 controller on your computer.

// Type your program here, or click the GUI tab to autogenerate it!
Key.D = Joystick1.pov1right
Key.A = Joystick1.pov1left
Key.W = Joystick1.pov1up
Key.S = Joystick1.pov1down
Key.P = Joystick1.button8
Key.Enter = Joystick1.Button7
Key.LeftShift = Joystick1.Button1
Key.F = Joystick1.button3
Key.E = Joystick1.button4
Key.Q = Joystick1.button2

Tell me if you like it.

Boxhead with an XBox 360 controller

I have been messing around with GlovePIE for a while now and I thought it would be cool to make a script to use with the flash game "BoxHead 2 Play"
So here is the script.for use with an XBox 360 controller and GlovePIE .30 on your computer. Just copy and paste this into the window.

// Type your program here, or click the GUI tab to autogenerate it!
Key.right = Joystick1.pov1right
Key.left = Joystick1.pov1left
Key.up = Joystick1.pov1up
Key.down = Joystick1.pov1down
Key.P = Joystick1.Button8
Key.Enter = Joystick1.Button7
Key.LeftShift = Joystick1.Button1
Key.F = Joystick1.button3
Key.E = Joystick1.button4
Key.Q = Joystick1.button2
Key.Space = Joystick1.Button1
Key.Comma = Joystick1.Button3
Key.Dot = Joystick1.Button4

(Note, there might be an extra button in there on accident, don't worry about it though)