Thread: lab 4 array
View Single Post
Old
RandallWT
Junior Member
 
Status: Offline
Posts: 10
Join Date: Feb 2014
Default 03-31-2014, 07:01 PM

That handles falling and resetting, though i still need to keep score. Im using an if/else line to do that.

If True( ring is within threshold of cone)
Increment core by 1
Else
Increment Missed by 1

I have tried to apply the list to this command, but cant get it to work. I though about using 'for all together' or 'for all in order' but they wont go into the true/false space. This is the last thing in the way, but i need to get around it. Is there a way to force the program to check each item on the list, while it is in the if/else line?
   
Reply With Quote