Hello again
I come across a number of problems that seem to have an easy solution
But I spend hours and get no results
To give an example:
I want to design software that randomly displays a photo of an animal and asks the user what the name of the animal is.
After guessing he asks her what the sound of this animal is?
I want to do this for my child.
1 lable from picture
1 button to guess the name
1 timer for response time
And for example a button to hear the sound
Click the timer button is on
timer1.intarval = 20000
“show picturebox”
lable1.text = “What is the name of this animal?”
are you sre?
ok
What is the sound of this animal now?
are you sure?
Component Player is true
And the sound of the animal is broadcast and we move on to the next guess
What you want to do is not difficult with App Inventor. You need a Player or Sound Component, an Image and a few other components. There is no tutorial showing how to do all the things you want to do for your game. Build the basic parts, then add the features as you learn how to use the AI Blocks.
Have you tried to learn how to program with AI2? 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.