Search found 39 matches

by Ziltwix
February 25th, 2017, 3:51 pm
Forum: Everything
Topic: Does anyone do things like this
Replies: 8
Views: 2873

Re: Does anyone do things like this

That's really interesting! I'll just stick with what I know before I do a flip into a whole new dimension, haha!
by Ziltwix
February 21st, 2017, 5:02 pm
Forum: Everything
Topic: Does anyone do things like this
Replies: 8
Views: 2873

Re: Does anyone do things like this

Whatcha doing here, MrGodin?
by Ziltwix
February 20th, 2017, 3:54 pm
Forum: Everything
Topic: Homework #5 Help
Replies: 30
Views: 11052

Re: Homework #5 Help

I see! So after "Game::" we define pretty much whatever we want? Like collide? Uppercut? Fart and such?
by Ziltwix
February 20th, 2017, 3:49 pm
Forum: Everything
Topic: Did Any Of You Guys Felt Like Noobs When You Started?
Replies: 21
Views: 9721

Re: Did Any Of You Guys Felt Like Noobs When You Started?

I'm just starting to learn about all of these technical terms, API and DirectX12. I do feel extremely motivated to learn other languages too. I want to re learn XHTML or HTML because making websites was fun as hell.
by Ziltwix
February 20th, 2017, 3:25 pm
Forum: Everything
Topic: Homework #5 Help
Replies: 30
Views: 11052

Re: Homework #5 Help

One last thing!

Is "void Game::collide" a class? I was wondering why and when we would declare this.
by Ziltwix
February 20th, 2017, 3:21 pm
Forum: Everything
Topic: Homework #5 Help
Replies: 30
Views: 11052

Re: Homework #5 Help

Wow! I am completely astonished! Everything we have learned from past videos are simply basic foundations in which we can build to make a whole lot better. Thank you, MrGodin! I am very appreciative of your help and service to the community. I'm going to make note of these in my notebook and practic...
by Ziltwix
February 19th, 2017, 4:46 pm
Forum: Everything
Topic: Homework #5 Help
Replies: 30
Views: 11052

Re: Homework #5 Help

Hey there again gents! I'm sorry for making this an entire episode. MrGodin, I'm sure you are familiar with my question earlier about why my reticle is not this navy blue color when I press control? Also, the reason why my moving box changes to the color red way before it touches the stationary box....
by Ziltwix
February 18th, 2017, 11:27 pm
Forum: Everything
Topic: Homework #5 Help
Replies: 30
Views: 11052

Re: Homework #5 Help

Thank you albinopapa and MrGodin!
MrGodin! We're all in this together my friend!
by Ziltwix
February 18th, 2017, 5:11 pm
Forum: Everything
Topic: Homework #5 Help
Replies: 30
Views: 11052

Re: Homework #5 Help

MrGodin! How do we return values? bool Game::collide(Rectangle A, Rectangle B) { if (A.top < B.bottom && A.bottom > B.top && A.left < B.right && A.right > B.left) { gb = 0; } else { gb = 255; } } This code says that, "Game::collide must return a value." What does that mean actually?
by Ziltwix
February 17th, 2017, 2:38 am
Forum: Everything
Topic: Did Any Of You Guys Felt Like Noobs When You Started?
Replies: 21
Views: 9721

Re: Did Any Of You Guys Felt Like Noobs When You Started?

I can't imagine what progress will feel like a year from now.