Page 1 of 1

Start screen won't display after creating arrays?

Posted: August 17th, 2017, 2:49 am
by jamir
I'm around tutorial 13 and I have not changed the if statements that control the start screen yet I cannot figure out why it won't display. Thanks for any help.

Re: Start screen won't display after creating arrays?

Posted: August 17th, 2017, 9:47 am
by OrbitalReign
in the debugger gameisstarted auto sets to true for a reason i dont know but if you move it up the list a bit it works.

Re: Start screen won't display after creating arrays?

Posted: August 17th, 2017, 9:50 am
by OrbitalReign
oh never mind i got it.. your calling your array of poohs to <= 15 but that overloads the array and causes crazy stuff. set it to just < and it will stop a 14 which is 15.

Re: Start screen won't display after creating arrays?

Posted: August 17th, 2017, 11:55 pm
by jamir
Wow I didnt think that that would overload it and make it do crazy things. Thanks man!!