Search found 10 matches

by Raven
March 12th, 2012, 10:26 am
Forum: Everything
Topic: Here´s my lame Pacman project
Replies: 9
Views: 6898

Re: Here´s my lame Pacman project

how long have you been programming for luskas?
by Raven
March 12th, 2012, 8:07 am
Forum: Everything
Topic: Here´s my lame Pacman project
Replies: 9
Views: 6898

Re: Here´s my lame Pacman project

dude, thats fantastic! bravo sir.

good job :)
by Raven
March 11th, 2012, 7:35 am
Forum: Everything
Topic: loading a bitmap help
Replies: 2
Views: 2600

loading a bitmap help

hey guys, not sure if this forum is still active, but im in major need of help on how to load a bitmap in c++... either as a static image or as a sprite. there appears to be little help online about this topic. and published code online to do this seems faulty as it doesnt compile or missing headers...
by Raven
March 5th, 2012, 10:08 am
Forum: Everything
Topic: whos making what?
Replies: 8
Views: 5005

Re: whos making what?

sweet! Any new things ur gonna add?
doing a top ten score board would be rad.
by Raven
March 4th, 2012, 12:40 pm
Forum: Everything
Topic: whos making what?
Replies: 8
Views: 5005

whos making what?

For me i'm making a vertical scroll style invaders game.

What's everyone doing in terms of c++ projects at the current moment?
by Raven
March 4th, 2012, 12:26 pm
Forum: Everything
Topic: help..trying to loop sprites (space invaders)
Replies: 3
Views: 3080

Re: help..trying to loop sprites (space invaders)

Hey dude, thanks for the reply :D
i've done a bit of research on arrays, and from what i can tell its only used for storing multiple numbers in the one integer.

forgive my ignorance but i cant seem to relate it to finding a way for me to loop this one bit of code.

anyway, i'll keep trying.
by Raven
March 4th, 2012, 8:19 am
Forum: Everything
Topic: help..trying to loop sprites (space invaders)
Replies: 3
Views: 3080

Re: help..trying to loop sprites (space invaders)

maybe im being too vague. this is the code: if (gunx + 20 > aix && gunx < aix + 24 && //now this part is the bullet or "gun" collision guny +20 > aiy && guny < aiy +24 ) { restartloop++; gunfired = false; // this resets the bullet when hitting the target } drawai1 (aix, aiy); // this draws the ai sh...
by Raven
March 3rd, 2012, 1:27 pm
Forum: Everything
Topic: help..trying to loop sprites (space invaders)
Replies: 3
Views: 3080

help..trying to loop sprites (space invaders)

hey guys, making a lame version of space invaders. except i only want one or 2 on at anyone time. now that isnt a problem. ive got the coding down for it. but when i shoot them down, i wish for them to "respawn" so to say. basically for the coding loop to go around again. instead of me having to typ...
by Raven
March 3rd, 2012, 7:31 am
Forum: Everything
Topic: What are your PC Specs?
Replies: 21
Views: 8454

Re: What are your PC Specs?

Im a bit of a computer buff, in terms of tinkering and so forth. and i dont do it to show the size of my e-penis. i just like building and seeing what components do when pushed a bit. anyway as follows, i7 980 @4.0ghz 6gb ram 2 580's sli 27" screen 1920 x1200 the cpu and the gfx card's are water coo...
by Raven
March 1st, 2012, 2:50 am
Forum: Everything
Topic: Forum is dying.
Replies: 26
Views: 12939

Re: Forum is dying.

Hey Chili and gang, first time poster long time listener. your videos are fantastic, please keep them coming. Ive been learning c++ for a bit over 3 weeks now. reading plenty of books and doing plenty of playing around. Just not enough time in the day to cram it all in. if im not working, im learnin...