I don't understand. How did you make sure that the button, image, and sound is equal with each other? I ran the app that you provided, and they are all correct. I honestly don't understand the blocks you showed me. Sorry, I am quite slow when it comes to this, my brain is not good in understanding them fully. I tried to read the information in the link you gave me on how to do DRY. I still don't understand how will I apply it to my app.
Thank you for trying to help me, I appreciate you.
If I click the Home Button in VA2 it should go to VA1. Now my problem begins here,
clicking the Home Button and going back to VA1 is a success but when I click Button Ba from VA1 it will go to VA2 with Ba picture and sound, but the image and sound A was still there.
How will I make sure that every time I click the button from VA1, the previous components will not be shown?
@ABG could you please help me figure out the solution for this problem? Thank you so much. This is the last problem. after this I can finish and submit the app to my teacher.
Yes, thank you, I am currently reading it. I will be able to understand the blocks even more quickly once I apply them in my app. Just like the first blocks you gave me. The previous ones with the phonemes were a bit confusing for me because I don't know the purposes of the join blocks, why do I need them, and the segments too. Thank you for attaching the free book. I will read and study them.
Don't worry, I really need to understand everything because I will present it and will explain every block. Thank you for your concern. I appreciate it.
Hi! Question. If I have the sound files, do I still need to use the Text to Speech component, or the previous one you told me, which is 1 sound file for each phoneme? Thank you.
You still have to be in control of how you build the file name of the sound file appropriate to the choice of consonant and vowel, before you load the Player with that sound file name.
As you can see in the photo, I have 3 buttons in this screen.
Sound button, back button and next button.
Now, I tried not to repeat the blocks, but I couldn't figure out how would I call them without having an error when I tried to run them, that is why I decided to do it one by one, please see the blocks below. Also, I am using different components for each phoneme because I need them to be in the same Vertical Arrangement. The solution I thought of is to hide every buttons and images, and call them when a particular button was click.
so, if I click the sound button, the next button will be shown.
when I click the next button, the next image, next sound , next button and the back button will be shown too.
here is the blocks I did
and this is for the backbutton
Each components were set to hide when the Home button was click because it will jump to another Vertical Arrangement.
Now, my problem is when I click the back button, It sometimes shows a phoneme and next button that is not supposed to be shown. sometimes two of them or three.
Please help. Thank you.
P.S
The sound button is needed so if the child wants to repeat the sound he can do it.
I apologize.
I did try using the globals and making a list, but I can make it work in my app. I losing time that is why I am trying to find other ways.
Thank you for giving me another example. That would be very helpful.