Hi
I'm new in this forum
and Autodidact
first time i'm using App inventor
I want to make an app that teaches Spanish
I have almost everything finished I have a problem on the alphabet screen
I can only hear 14 letters at a time (if I start from A - N or if I start from Z - N)
months and days
If I start with January, I can hear 12 months but only 2 days
If I start with the days I hear all 7 days but only 7 months
fruits and vegetables
does the same
Is there a limit of 14?
I hope someone can help me solve this problem
thank you very much.
Hi, Could you please put the .aia file here for testing? Perhaps small changes will get rid of the bug. The number of components and blocks should also be reduced.
do you want to play several sounds at the same time? or one after another?
it seems to be, you used a seperate sound component for each sound?
usually you only use one sound component and switch the source to play a different sound
Set player 1.source
Is dark green block
U need to join the hook with a text block
Add all sounds to the media palette in designer
In my case I added
A.mp3
B.mp3
Now In blocks before u say play sound add this block
Set Player 1.source A.mp3
And so on