Search found 8 matches

by kratrs
June 18th, 2012, 11:50 pm
Forum: Everything
Topic: collision issue
Replies: 4
Views: 2090

Re: collision issue

Could you post your solution? I think I have an idea on what's going on since i ran into this problem myself, but I'd rather see the problem for myself so i could point you in the right direction rather than give you some wrong pointers.
by kratrs
June 16th, 2012, 7:26 pm
Forum: Everything
Topic: Detect if game is build in debug or release mode?
Replies: 15
Views: 5740

Re: Detect if game is build in debug or release mode?

I'm pretty sure debug mode only works in your IDE. The actual .exe that you get and would send to other people would be the release mode, I think. If you wanted there to be some way that only you could turn things like godmode on or off then maybe you would want to use a if statement at the beginnin...
by kratrs
June 5th, 2012, 11:35 pm
Forum: Everything
Topic: Lesson 14 problem..
Replies: 2
Views: 1740

Re: Lesson 14 problem..

Thanks, it turns out I wrote
pooYVelocity[ index ] = -pooYVelocity[ index ];
as
pooY[ index ] = -pooYVelocity[ index ];
smh -_-
by kratrs
June 5th, 2012, 1:30 am
Forum: Everything
Topic: Lesson 14 problem..
Replies: 2
Views: 1740

Lesson 14 problem..

Okay so I was following along in lesson 14 and I got up to the part where we were writing the code for the hit collision with the walls and making it bounce back. When I compiled the code everything went smooth, but once I ran the program I would get an error and in the debugger it says that y was a...
by kratrs
June 4th, 2012, 11:27 pm
Forum: Everything
Topic: Smart webbrowser to follow tutorials!
Replies: 3
Views: 3124

Re: Smart webbrowser to follow tutorials!

This is pretty useful! Thanks for making this :D
by kratrs
May 22nd, 2012, 10:59 pm
Forum: Everything
Topic: HELP! PLEASE!
Replies: 17
Views: 6811

Re: HELP! PLEASE!

What does it say in the output window?
by kratrs
May 22nd, 2012, 10:59 pm
Forum: Everything
Topic: Problem with lesson 8
Replies: 5
Views: 2678

Re: Problem with lesson 8

Thanks Zento! I managed to fix the problem :D
by kratrs
May 22nd, 2012, 2:55 am
Forum: Everything
Topic: Problem with lesson 8
Replies: 5
Views: 2678

Problem with lesson 8

Hi! I was following through the tutorial just fine, but when I got to the end where the face was collecting all the poo the game over screen would pop up when i collected the poo at the bottom and sometimes the entire screen would just go black.. Please help?!