Search found 5 matches

by JoesphMH
December 9th, 2014, 2:09 pm
Forum: Everything
Topic: Problem with the right arrow key & printing out the score
Replies: 11
Views: 5969

Re: Problem with the right arrow key & printing out the scor

Well, I did a few changes to the function. I've commented out sections which I have changed. Also, You need to use random numbers to determine the starting lane of the obstacle. Using this function will make it far too easy to know where the obstacle will spawn.. void Game::howItMove() { if ((boxX1...
by JoesphMH
December 5th, 2014, 5:36 pm
Forum: Everything
Topic: Problem with the right arrow key & printing out the score
Replies: 11
Views: 5969

Re: Problem with the right arrow key & printing out the scor

if ((boxX1 >= 15) && (boxX <= 65)) Should be boxX1 <= 65 in the HowItMove function. I think there are some other weird stuff going on in your code which I'll try to find later :) Just take a good look at the HowItMove function ;) Also, you didn't read the Read This First topic, did you? :p actually...
by JoesphMH
December 5th, 2014, 4:02 pm
Forum: Everything
Topic: Problem with the right arrow key & printing out the score
Replies: 11
Views: 5969

Re: Problem with the right arrow key & printing out the scor

*note :the text in the red is important, if you don't have more time to read my story :d Hello friends, I'm a newbie to game development and I was making a project for the university (the teacher has accepted the Chilli's framework!) and we should keeping up this project. the project is, a car raci...
by JoesphMH
December 1st, 2014, 6:44 pm
Forum: Everything
Topic: Is Chili still doing these tutorials?
Replies: 19
Views: 9866

Re: Is Chili still doing these tutorials?

Good you are alright chilli :)
by JoesphMH
December 1st, 2014, 4:28 pm
Forum: Everything
Topic: Problem with the right arrow key & printing out the score
Replies: 11
Views: 5969

Problem with the right arrow key & printing out the score

*note :the text in the red is important, if you don't have more time to read my story :d Hello friends, I'm a newbie to game development and I was making a project for the university (the teacher has accepted the Chilli's framework!) and we should keeping up this project. the project is, a car raci...