View Single Post
I'm having the same problem
Old
todd0312
Member
 
todd0312's Avatar
 
Status: Offline
Posts: 35
Join Date: Sep 2011
Angry I'm having the same problem - 11-16-2011, 10:57 AM

Hey there:
Are you doing the project using arrays?

I'm not able to get my program to work properly, but I increased the numbers of rings falling by having more of them pooled from my array group as the number count of rings caught increased using a while loop, kind of like this:
While: score=0 or score = 1 or both
item 0 from world.rings move down five meters

While score=1 or score= 2 or both
Do together:
item 0 from world.rings move down five meters
item 1 from world.rings move down five meters.

I just keep increasing the number of rings that fall (5 of them are in the group array) until I reach a final score of 10. Then the game ends.

Does that make any sense?

I'm having a really difficult time too, and this is an online class, which makes it a lot more difficult. Maybe we can help each other out.

Todd
   
Reply With Quote