Search found 10 matches

by Zergling
July 5th, 2012, 6:39 am
Forum: Everything
Topic: Can i say hello here? =S
Replies: 13
Views: 7336

Re: Can i say hello here? =S

WOW thank you! and your welcome. Now i can finally continue on yea! When i make a little game original too i will send it to you first for you to try it out as my gratitude. Though i fear that for games that i want to make i might have to go past lesson 13 to 22 to have a possibility to make them. M...
by Zergling
July 5th, 2012, 6:03 am
Forum: Everything
Topic: Can i say hello here? =S
Replies: 13
Views: 7336

Re: Can i say hello here? =S

i did but i had an error so i went back and restarted from making the grid then i discovered an earlier error and that is my cursor okay if you go back to lesson 12 at 1:09:24 chili is done with his drawing cursor part and is now going to show it on the frame. If you downloaded my zip if you run the...
by Zergling
July 5th, 2012, 5:31 am
Forum: Everything
Topic: Can i say hello here? =S
Replies: 13
Views: 7336

Re: Can i say hello here? =S

no problem and it could be a bug or just that i downloaded it a tiny bit wrong but oh well and since u passed lesson 12 i was wondering if you could help me on my problem here im stuck for this part my cursor is off and im following and following but same result comes up i was wondering you can find...
by Zergling
July 5th, 2012, 5:04 am
Forum: Everything
Topic: Can i say hello here? =S
Replies: 13
Views: 7336

Re: Can i say hello here? =S

no problem if you made your game so every1 can see the paths well i guess what i downloaded i can only see the path on the farthest left side the other 2 are invisible... yea that got me killed first 10 times... but then i noticed i put my mouse outside of the window and then put it back i see all t...
by Zergling
July 5th, 2012, 4:45 am
Forum: Everything
Topic: Can i say hello here? =S
Replies: 13
Views: 7336

Re: Can i say hello here? =S

nice to hear your my age. Im still on lesson 12 lol. Also nice game but im still trying to figure out what the objective is so far i make the blue guy kill the orange triangle guy and i guess i go to another level but from there i always die lol. And if your trying to not make us be able to see the ...
by Zergling
July 5th, 2012, 3:30 am
Forum: Everything
Topic: Help for lesson 11 :(
Replies: 7
Views: 2836

Re: Help for lesson 11 :(

lol thanks haha shudve read tht one. k so i uploaded and i have some future stuff within lesson 12 just ht when i got there was error with the part else if( !( kbd.RightIsPressed() l l kbd.LeftIsPressed() l l kbd.UpIsPressed() l l kbd.DownIsPressed() ) ) yea tht part when i tried it said error im mi...
by Zergling
July 5th, 2012, 3:06 am
Forum: Everything
Topic: Help for lesson 11 :(
Replies: 7
Views: 2836

Re: Help for lesson 11 :(

hm idk how to add the the program to here when i try it says no sln extension allwoed how u make my code and all come to here and allow u to see what it shows on the frame when i start the solution up
by Zergling
July 4th, 2012, 10:39 pm
Forum: Everything
Topic: Help for lesson 11 :(
Replies: 7
Views: 2836

Re: Help for lesson 11 :(

k im having a problem agn the cursor i drew is...... off idk if its the line of cursor pixels or the math in compose frame part heres what i got void Game::ComposeFrame() { const int baseX = 250; const int baseY = 150; const int squareSize = 100; if( kbd.RightIsPressed() ) { cursorX++; if(cursorX > ...
by Zergling
July 4th, 2012, 3:34 am
Forum: Everything
Topic: Help for lesson 11 :(
Replies: 7
Views: 2836

Re: Help for lesson 11 :(

WOW nvm after looking over and over i just noticed one little small mistake *facepalms* i feel like a idiot i noticed i put the ; after void D3DGraphics::DrawCircle( int cx,int cy,int rad, int r,int g,int b ) well i will enjoy viewing your videos and become a programmer and i was wondering if you ge...
by Zergling
July 4th, 2012, 3:28 am
Forum: Everything
Topic: Help for lesson 11 :(
Replies: 7
Views: 2836

Help for lesson 11 :(

hi chili im a newly programmer i've been watching your videos a few days now getting meh 3 hours on and off. I followed the instructions and the video for some reason i cant figure this out i was wondering if u can find the damn annoying problem :( class D3DGraphics { public: D3DGraphics( HWND hWnd ...