Search found 3948 matches

by chili
January 20th, 2012, 5:43 pm
Forum: Everything
Topic: Fun Forum (?)
Replies: 14
Views: 6542

Re: Fun Forum (?)

Go get 'em tiger. Grrrrrr.

十四
by chili
January 20th, 2012, 5:43 pm
Forum: Everything
Topic: Need help with the game in Lesson 8.
Replies: 8
Views: 4275

Re: Need help with the game in Lesson 8.

You use different capitalization of your bool variables in your .h file than you do in your .cpp file. Also, you initialize poo1IsEaten 3 time in your Game constructor, but you don't initialize numbers 2 or 3.
by chili
January 20th, 2012, 6:57 am
Forum: Everything
Topic: Need help with the game in Lesson 8.
Replies: 8
Views: 4275

Re: Need help with the game in Lesson 8.

Too little info bro. :|
by chili
January 20th, 2012, 1:42 am
Forum: Everything
Topic: Need help with the game in Lesson 8.
Replies: 8
Views: 4275

Re: Need help with the game in Lesson 8.

You wound me, sir. You wound me deeply. I just did what Chili did and it just don't freaking works! From a cursory inspection of your code, I can see that you have not done what I demonstrated in my video. You have multiple syntax errors in the Game constructor alone, and you appear to have rewritte...
by chili
January 19th, 2012, 5:02 pm
Forum: Everything
Topic: Homework Assignment Episode 7 (** READING == SPOILER **)
Replies: 15
Views: 11897

Re: Homework Assignment Episode 7 (** READING == SPOILER **)

Hey Natox, did the homework explanation in lesson 8 clear up the confusion about the cursor skipping corners? :)
by chili
January 19th, 2012, 3:31 pm
Forum: Everything
Topic: My replies are sometimes longer than the LPs I do them for
Replies: 12
Views: 10844

Re: My replies are sometimes longer than the LPs I do them f

Game ideas are like assholes: everyone has one, and they pretty much all stink. :lol:

What's yours gCrusher? :)
by chili
January 19th, 2012, 3:25 pm
Forum: Everything
Topic: Lesson 8 Crap
Replies: 23
Views: 28792

Re: Lesson 8 Crap

Once we learn about loops and arrays we'll dispence with hard-coded PutPixel() calls and just load the images directly into memory and draw them from there. But that's still a few lessons in the future.

For the next few lessons we're going to set aside sprites and do something a little different. 8-)
by chili
January 19th, 2012, 3:20 pm
Forum: Everything
Topic: 8 Days. Music video. Must make.
Replies: 21
Views: 9374

Re: 8 Days. Music video. Must make.

Seems like you managed not to let Vegas get the best of you. Can't wait to see the finished product bro!
by chili
January 18th, 2012, 4:23 pm
Forum: Everything
Topic: 8 Days. Music video. Must make.
Replies: 21
Views: 9374

Re: 8 Days. Music video. Must make.

Sorry bro, I mostly learned my meager Vegas "skills" through the tried and true method of pissing around, and then tried some Google and YouTube searches when I needed to know how to do something really specific. What do you mean by selecting a start/stop point? You can trim your clips anyway you li...
by chili
January 18th, 2012, 4:17 pm
Forum: Everything
Topic: Lesson 8 Crap
Replies: 23
Views: 28792

Re: Lesson 8 Crap

Finally finished. So. Many. Interruptions. I'm so curious about the way you inplement those images... I'm afraid you might be disappointed because it is essentially the same technique used for the reticle. I just prepared the PutPixel() code for you guys in .txt form so we could use some more intere...