The first app that was made on the MIT app inventor was called virtual pet. Virtual pet is a simple game all it is told to do is when you press it it plays a sound in this case it is a meow sound. the part that you see on your phone screen is below.
|
Then we have to deal with the coding behind the picture and of course making something play a sound is not that difficult it is below. |
|
This block of code means when the the button is pressed (the cat) play the sound meow and thats it very simple but it builds a learning base if you truly want to learn how to make useful and fun apps.
Anybody can learn to code! That means you ! |
Dr Goucem:
ReplyDeleteAlthough I can see that you understand what you did, your descriptions are not very clear as to what block does what. Your descriptions are too brief and too general. For example you could have explained the use of variables, and you could have linked the blocks to the graphical interface (for example, which one if Button 1?).