
-----------------------------------
inmaid23
Fri Jan 20, 2012 12:40 pm

URGENT Help with guitarhero esque game;  a few errors and problems.
-----------------------------------
What is it you are trying to achieve?



What is the problem you are having?



Describe what you have tried to solve this problem



Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)








Please specify what version of Turing you are using


-----------------------------------
Insectoid
Fri Jan 20, 2012 12:55 pm

RE:URGENT Help with guitarhero esque game;  a few errors and problems.
-----------------------------------
Read up on View.Update() in the documentation to stop flickering. If you don't understand it fully after reading, there is a tutorial in the Turing Walkthrough that explains it.

As for the buttons- you never seem to draw them in any color but green. 

You should be using an array to store the ovals. The size of the array should be equal to the maximum number of ovals that can be on the screen at a time. 

I assume the ovals fall vertically. Therefore you need to choose an appropriate X value. Once you pick an X value, it should not change until the oval expires (reaches the bottom of the screen).
