Start screen won't display after creating arrays?

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
jamir
Posts: 5
Joined: July 29th, 2017, 7:10 am

Start screen won't display after creating arrays?

Post by jamir » August 17th, 2017, 2:49 am

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.
Attachments
poo game with encapsulation also using arrays.rar
(7.11 MiB) Downloaded 127 times

OrbitalReign
Posts: 19
Joined: July 17th, 2017, 1:24 pm

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

Post by OrbitalReign » August 17th, 2017, 9:47 am

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.

OrbitalReign
Posts: 19
Joined: July 17th, 2017, 1:24 pm

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

Post by OrbitalReign » August 17th, 2017, 9:50 am

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.

jamir
Posts: 5
Joined: July 29th, 2017, 7:10 am

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

Post by jamir » August 17th, 2017, 11:55 pm

Wow I didnt think that that would overload it and make it do crazy things. Thanks man!!

Post Reply