Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Member Avatar for Robert955

I've created this code which should look in the Songs folder and add any .mp3 file to a list. However when I test it it keeps saying File not found and pointing to the exact file it cant find with the name of the song while I dont mention this …

0
187
Member Avatar for Robert955

Hello, for my Game I used this tutorial from riemers for automatically scalling graphics relative to the current resolution of the game window: http://www.riemers.net/eng/Tutorials/XNA/Csharp/Series2D/Resolution_independency.php If I change from the baseSize to another resolution the Mouse position gets messed up, I have a custom cursor on (int)ms.x, (int)ms.y but when I …

0
129
Member Avatar for Robert955

hello, I work with XNA 4.0 and in my project I keep getting the OutOfMemoryException while the game runs perfect on my college computer which is much much worse than my own. I have 6gb of ram and a GTX 460 video card. I've tested the code on several other …

Member Avatar for pseudorandom21
0
88
Member Avatar for Robert955

o/ Im working on a game in XNA 4.0 and ive started on making an actionbar. What I have is a tileEngine and if I remove a block I want it to appear in my actionbar. but after I got it in the first column of my bar and I …

0
129
Member Avatar for Robert955

Hey, I've stumbled upon a small problem with my game. I have 10 wasps that have some AI, just wandering around and whenever a wasp gets close to the queen wasp it starts chasing it. the queen just wanders around aswell. I can also move with my character and if …

Member Avatar for Ketsuekiame
0
179
Member Avatar for Robert955

Hello, I am writing a prog with ASP in C#. I have 2 separate pages. on the first page there are 2 textboxes and a button. the first box is a validation check (a code) the second one is the ammount of money you want to withdraw (max of 1000) …

Member Avatar for Robert955
0
232
Member Avatar for Robert955

Hello, Im trying to install XNA 3.1, I have visual studio 2008 professional and I really need 3.1 (not 3.0 or 4.0) also I cant use visual studio 2010. Ive uploaded all the logs here: [url]http://cid-598c7218de9e79e1.skydrive.live.com/redir.aspx?resid=598C7218DE9E79E1!123[/url] Thanks in advance! Robert.

Member Avatar for Robert955
0
301
Member Avatar for Robert955

Hi, I am making a 2D game with XNA 3.1 where I want to make my space ship move with the arrow keys. atm when I press left or right arrow the ship rotates around its own axis. but now I want to make it fly into the direction its …

Member Avatar for Robert955
0
73
Member Avatar for Robert955

hey, I want my cannon sprite to be able to move when I move my mouse on the X axis. atm I have this: [CODE]MouseState curMouse = Mouse.GetState(); Vector2 mouseLoc = new Vector2(curMouse.X, curMouse.Y); mouseLoc = cannon.position;[/CODE] but that doesnt work. any ideas?

Member Avatar for Robert955
0
80
Member Avatar for Robert955

hey. I am trying to add a menuscreen to my game using the enumeration method. I get 4 errors: No overload for method 'UpdateMenu' takes '0' arguments (at L: 161 C: 25) No overload for method 'UpdatePlay' takes '0' arguments (at L: 166 C: 25) No overload for method 'DrawMenu' …

Member Avatar for Robert955
0
363
Member Avatar for Robert955

Hello, I made a 2D game using XNA 3.1 in visual studio 2008 professional. In the game you can control a cannon and shoot cannonballs at ufo's. It worked when I had a Rectangle collision but when I followed a tutorial for per-pixel collision, and I got errors I have …

Member Avatar for Momerath
0
154