Show Posts

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.


Topics - Physik

Pages: 1 [2] 3
16
General Chat / OMG... Someone took my cash..
« on: May 25, 2010, 08:00:24 PM »
I was checking my wallet and i found about 1/4 of my USD were missing,
one of the dollars had a name and a :D face on it...

"Kayla :D"

It was a girl i knew...

._.

17
General Chat / The most epic picture I've takened.
« on: May 23, 2010, 01:16:44 PM »

18
General Chat / Nasty things to do.
« on: May 22, 2010, 06:20:09 PM »
 1. Swallowing a cup of your saliva.
 2. Eating moldy bread.
 3. Licking the floor or ceiling.
 4. Eating Dandruff

19
General Chat / I was warned, but was not given a reason.
« on: May 22, 2010, 01:31:52 PM »
While watching the "Olympic" thing, I was warned.
I didn't do anything wrong in the forum, is that weird or do you think I'm just being a douchebag?




Don't take me seriously, I'm easily heartbrokened.

20
Games / Starcraft 2: Wings of Liberty (BETA)
« on: May 22, 2010, 09:46:07 AM »
Has anyone played the beta yet? I'm still downloading it, but I'll post my account when its done!
Tell me what you think of:

Starcraft 2
Games
Blizzard

Thanks!

21
General Chat / Where is Frank?
« on: May 21, 2010, 08:38:15 PM »
Havent seen him for awhile...

BTW, why are the servers offline?

23
General Chat / Is choucho gone?
« on: May 20, 2010, 06:50:43 PM »
I was scared of his troll....

24
General Chat / The "MY ROOM!!!1!" Thread
« on: May 19, 2010, 05:33:54 PM »
My computer!!!

My bed

My Camping stuff and crap

Guitar, Skateboard, other

Closet

Desk


This is pretty much a normal man's room, without the objects.... kthxbai


25
Programming / C#!
« on: May 19, 2010, 04:42:54 PM »
I've been working on a game, but it's not going very well lol...

namespace Movement2Tutorial
{
    /// <summary>
    /// This is the main type for your game
    /// </summary>
    public class Game1 : Microsoft.Xna.Framework.Game
    {
        GraphicsDeviceManager graphics;
        SpriteBatch spriteBatch;
        Texture2D player;
        Vector2 position;
        float rotation, deltaRotation;
        float scale, deltaScale;

        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";
        }

        /// <summary>
        /// Allows the game to perform any initialization it needs to before starting to run.
        /// This is where it can query for any required services and load any non-graphic
        /// related content.  Calling base.Initialize will enumerate through any components
        /// and initialize them as well.
        /// </summary>
        protected override void Initialize()
        {
            // TODO: Add your initialization logic here
            position = new Vector2(300, 200);
            deltaRotation = 0.1f;
            deltaScale = 0.02f;

            base.Initialize();
        }

        /// <summary>
        /// LoadContent will be called once per game and is the place to load
        /// all of your content.
        /// </summary>
        protected override void LoadContent()
        {
            // Create a new SpriteBatch, which can be used to draw textures.
            spriteBatch = new SpriteBatch(GraphicsDevice);

            // TODO: use this.Content to load your game content here
            player = Content.Load<Texture2D>("player");
        }

        /// <summary>
        /// UnloadContent will be called once per game and is the place to unload
        /// all content.
        /// </summary>
        protected override void UnloadContent()
        {
            // TODO: Unload any non ContentManager content here
        }

        /// <summary>
        /// Allows the game to run logic such as updating the world,
        /// checking for collisions, gathering input, and playing audio.
        /// </summary>
        /// <param name="gameTime">Provides a snapshot of timing values.</param>
        protected override void Update(GameTime gameTime)
        {
            // Allows the game to exit
            if (GamePad.GetState(PlayerIndex.One).Buttons.Back == ButtonState.Pressed)
                this.Exit();

            // TODO: Add your update logic here
            rotation += deltaRotation;
            if (rotation >= Math.PI * 2)
                rotation = 0;
            if (scale > 1.3)
                deltaScale *= -1;
            else if (scale < 0.4)
                deltaScale = (float)Math.Abs(deltaScale);
            scale += deltaScale;

            base.Update(gameTime);
        }

        /// <summary>
        /// This is called when the game should draw itself.
        /// </summary>
        /// <param name="gameTime">Provides a snapshot of timing values.</param>
        protected override void Draw(GameTime gameTime)
        {
            GraphicsDevice.Clear(Color.CornflowerBlue);

            // TODO: Add your drawing code here
            spriteBatch.Begin();
            spriteBatch.Draw(player, position, null, Color.White, rotation,
                new Vector2(player.Width / 2, player.Height / 2), scale, SpriteEffects.None, 0.0f);
            spriteBatch.End();

               

            base.Draw(gameTime);
        }
    }
}


26
General Chat / Halo ODST Drawing
« on: May 19, 2010, 04:05:33 PM »

27
Boneyard / maxamilieon; prop blocking and disruption.
« on: April 20, 2010, 09:12:39 PM »
"maxamilieon" STEAM_0:0:31450262

Evidence = http://www.megaupload.com/?d=XLTI94AW

28
Approved Respected Apps / Anonymous' Respect Application!
« on: April 20, 2010, 01:16:31 PM »
Hi, I am Anonymous,

-----------------------------------------------

Steam-ID: STEAM_0:0:31084589

Steam-Username: firefeonix01

E-mail: firefeonix01@gmail.com

Country: United States

County: Hennepin

Age: 13

Website: N/A

In-game Name: /V//V_//-\  (aka) /V/

How long in Garry's Mod: About 2 years...

Servers I Play In: Wire Build

Why I would like to become respected: To access more complex tools.

Skills: E2, Lua.

Sports: Baseball, Snowboarding, Skateboarding.

Dislikes: Grammarphobia.

Likes: Pocky, Sushi, Noodles, Music, Gamees.

Games: Garry's Mod, Killing Floor, Facebook games, Titan Rose.

Music: I usually like anything that sounds nice.

Hobbies: I like to learn, maybe stalk alittle.

Interests: Females, lol.



That is most I have, please accept!

29
Boneyard / Removed
« on: April 19, 2010, 07:47:45 PM »
Removed by owner.

30
General Chat / A special present to .:`=-~rANdOm~`-=:. !
« on: April 19, 2010, 07:09:55 PM »


More gory for the awesomeness, and red for the bravery!
if shown in light, you'll see shades.

Pages: 1 [2] 3