Search found 33 matches

by Craigspaz
July 10th, 2012, 7:42 pm
Forum: Everything
Topic: I made a game main menu (Bugs Fixed)
Replies: 3
Views: 3202

I made a game main menu (Bugs Fixed)

I made a main menu for the poo game. The poo game has 33333 poos but it runs at an okay speed. Check it out!! :D If there is anything that I should change then let me know!! :D

Edit:
Download the fixed one the other one has some bugs.
by Craigspaz
July 9th, 2012, 6:14 pm
Forum: Everything
Topic: Need Help
Replies: 2
Views: 1688

Need Help

When I was part way done lesson 21 when I built the file and then when it ran it immediately says break (x < 800). I tried to debug this but I could not find what was causing this. I can't find my error.
by Craigspaz
June 29th, 2012, 2:21 am
Forum: Everything
Topic: Lesson 12 Tic Tac Toe Line Problen
Replies: 3
Views: 2252

Re: Lesson 12 Tic Tac Toe Line Problen

Here is the code in the DrawLine function that is in the D3DGraphics.cpp file. Don't forget to put " void DrawLine( int x1, int y1, int x2, int y2, int r, int g, int bl ) " in the D3DGraphic.h file. void D3DGraphics::DrawLine( int x1, int y1, int x2, int y2, int r, int g, int bl ) { int dx = x2 - x1...
by Craigspaz
June 29th, 2012, 2:15 am
Forum: Everything
Topic: I need help
Replies: 1
Views: 1466

I need help

My game keeps skipping stages and I tried out lots of ways of trying to fix that problem and it keeps skipping stages. At the bottom of the composeframe function I put the 2 ways I tried to solve the problem that I thought were the best ways to solve the problem.
by Craigspaz
June 27th, 2012, 11:54 pm
Forum: Everything
Topic: I need help
Replies: 2
Views: 1630

Re: I need help

Thanks for the help. I do not know what I was thinking. :oops:

Sometimes it skips levels but the game works.
by Craigspaz
June 27th, 2012, 8:13 pm
Forum: Everything
Topic: I need help
Replies: 2
Views: 1630

I need help

In file attached I set up both of my trys to get to go through all of the stages in my game. Both ways I tried setting it up in the compose frame function built but when I ran them they skipped stages.
I commented them out in the compose frame function for you to take a look. I need help. :?
by Craigspaz
June 26th, 2012, 12:47 am
Forum: Everything
Topic: I need help
Replies: 2
Views: 1695

Re: I need help

Thanks for the help.
by Craigspaz
June 25th, 2012, 12:46 am
Forum: Everything
Topic: I need help
Replies: 2
Views: 1695

I need help

In my game the missile when enter is pressed moves from where the fighter is, to the top of the screen in one frame and I can't get it to go any slower and the missile won't fire from a new position when the fighter is moved left or right . Also the red enemy moves extremely fast from the top of the...