I have three text input fields that are used to create funny sentences. One word from each is chosen using "choose" then it is assembled.
I have bitmap images that match the names in the name group (Ganga and Rina in this example).
When the user clicks GO and the random sentence is made, I want the named image that matches whatever name was chosen from the list, to be spawned.
Here's my project.
https://www.vikasapp.org/c3/example.c3p
USE SCENARIO
1. User clicks go, a random sentence is made - "Ganga (from "name") has 500 kilos of bananas."
2. There is a corresponding img named "Ganga" and it is loaded because it has the same name prefix.
3. The next random sentence happens to start with "Rina" and the img "Rina" is loaded to match.
* Remember that the names are randomly chosen from a list.
Many thanks for any assistance.