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
~389 People Reached
Favorite Tags
Member Avatar for p90pts

Hey folks, Trying to set up the show/hide on my basic website for a university submission but looking for some help! The show/hide div works but ruins the entire layout of the site. This image will explain better hopefully!! [IMG]http://i809.photobucket.com/albums/zz11/bigval3/screen-capture-6.png[/IMG] The layout should look like this and obviously the main …

Member Avatar for almostbob
0
180
Member Avatar for p90pts

Hi Again Looking to code the following scores into a class called 'die'. Basically i'm recreating space invaders and everytime a alien dies the relevant score needs to be added up. I currently have this as my points: [CODE] public enum gamescore { Martian = 10, Vesuvian = 20, Mercurian …

Member Avatar for darkagn
0
103
Member Avatar for p90pts

Hey, I'm currently doing some work on a program i'm creating for Uni, now i'm getting the above error on the following line of code: [CODE] if ((position.X < boundary.Width - 50) && (counter == 0))[/CODE] All the variables are set to Public. The error is within an 'Alien' class …

Member Avatar for Ketsuekiame
0
106