You are building a complicated app, even complicated for an expert.
Do we have this correct:
Four buttons that the will start a color sequence, randomly changing the color of each button. A button will reset using a different random pattern. We do not know what you want to do with the pause button.
The user has to replay the colors shown in the buttons.
RED BLUE GREEN RED. Don't you need eight total buttons? Four for the app to display, four for the user to touch a pattern?
The app displays the above pattern, then hides the buttons from the User?
Then the user has Four buttons, RED BLUE GREEN ORANGE and has to properly press RED BLUE GREEN RED in sequence perhaps.
Is this the way the game would be played? Or is this a game I just invented? :)
You will need a List of four colors to be displayed randomly in the upper buttons.
You will need write a routine to randomly pick a color for each of the four upper buttons .... set Button1.BackgroundColor to ..... for each of the upper buttons.
Then using a Clock, you will have the buttons displayed for a number of seconds and then disappear? Set Button1.Visible to false; Button2.visible to false.etc,
Then the player tries to pick the color sequence Red Blue Green Red. If he pick the buttons in the correct order he/she wins? If not, a rooster crows mockingly? ...to do this, the correct sequence has to have been saved somewhere and the squence the play presses has to be recorded, then compared to the original.
Have you workout a chart showing how all this is supposed to work?
Have you done any tutorials?>
We want you to have fun with App Inventor so here are some resources to help you learn to use the AI2 tools A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook
http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
Does this help you program. Please continue to ask questions here however if you read the information above, you will not have to wait for answers.
Just try some blocks and have fun.
To make this program, I would make several small Projects, creating the necessary parts for each step in the game. When you know howw to color the buttons randomly, save the result etc; then put all the pieces together in your Simon app perhaps?
Regards,
Steve