Search found 5 matches

by migueltherat
May 8th, 2017, 5:08 am
Forum: Everything
Topic: Stuck on balls bouncing off walls
Replies: 11
Views: 5012

Re: Stuck on balls bouncing off walls

I think you did mention it on the other thread, but it helps to have it worded again. Thanks. I guess earlier I had been under the impression that you only did that colon thing on the very first constructor for a class.
by migueltherat
May 8th, 2017, 12:03 am
Forum: Everything
Topic: Stuck on balls bouncing off walls
Replies: 11
Views: 5012

Re: Stuck on balls bouncing off walls

Excellent, that did it. Thank you very much, albinopapa. The one thing I'm still scratching my head about is that the same change was not needed for the function that DoWallCollision was calling. I'm guessing that's because it isn't a constructor even though it's imitating one? And for future refere...
by migueltherat
May 7th, 2017, 5:43 pm
Forum: Everything
Topic: Stuck on balls bouncing off walls
Replies: 11
Views: 5012

Re: Stuck on balls bouncing off walls

Thanks, krautersuppe. I'm having no luck uploading to GitHub. I had used ChiliClean before, just tried your suggestion and it worked. So here's the solution folder down to less than 1 mb attached. I'm still new enough at this that I think but am not sure that the folder includes everything I downloa...
by migueltherat
May 6th, 2017, 11:40 pm
Forum: Everything
Topic: Stuck on balls bouncing off walls
Replies: 11
Views: 5012

Re: Stuck on balls bouncing off walls

Thanks for the help. I'm trying to upload my branch onto a new GitHub account I just created, but so far when I try to sync it to my new repository, Visual Studio keeps telling me that my branch doesn't exist in the repository. I'll tackle it again tomorrow.
by migueltherat
May 6th, 2017, 5:48 pm
Forum: Everything
Topic: Stuck on balls bouncing off walls
Replies: 11
Views: 5012

Stuck on balls bouncing off walls

I've been working through the tutorials and for the last week on the Fart-Annoyed game. I got stuck on the part where we teach the ball to bounce off the walls. I haven't attached code yet because after I cleaned and zipped it, the folder was still 119 mb, I was afraid of clogging the website with a...