Hi. I am a beginner in Corona SDK
I want to create a program that teaches the alphabet to children.
First, the letter A is displayed on the screen. At the same time there is a button on the screen that pronounces A.
By touching the letter A, the program shows the letter B. The button then pronounces the letter B.
The only way I can think of is to define the scene as many letters as the alphabet. But I think this is very bad and stupid.
What method do you suggest for implementing this program?