Hi - I'm on my second day of using Construct, and am having a blast so far. I'm mostly interested in making word games, and am looking for a way to make graphic sprites out of text, from a word list.
My current project is shooting them out of the sky, and assigning behaviours / points / etc depending on their "right" or "wrong" status. That much I can do. But what I don't know how to do is to generate a graphic sprite from a word list. (I can manually make .png files for every word but that doesn't seem time efficient...!)
Example: randomly-generated flowers with a different word in each one. The flowers can be identical, but the word in each one must be different, and pulled from a list.
I'm assuming the best way is to use arrays - I'm doing tutorials for that - but am not sure how to pull the words into something pretty (like a flower) instead of just text.
I'd be grateful if someone could point me to some tutorials that would cover that - I've been googling for hours and can't find the answer to that precise question.
Thanks in advance!