Just giving some other options, based on this: [quote:30hxloqg]I am searching for a way to create a list of words. During the game I need a random word out of this list.
I think 'WordArray.at( int(random(WordArray.width)))' is pretty easy.
A 1 dimensional array is a list, so it seems to fit. Now you mention 'editor' so I'm not sure what you want.
Thanks for your help, Codah!
I thought about arrays at first, and maybe it will be the best way to manage at last!
As I said I am new in Construct2 and I found the "Dictionary", so I thought it could be the "right" way to do what I want!
What I mean with "editor" is a future in-game-option to add new words to the list - not important right now, but a reason why I thought that maybe I should use a dictionary!
I also tried the "How do I get words from a dictionary"-post in this forum! There they also use an array at last, but there is also (a rest?) of a dictionary in the .capx - I only want to find out which way is best (performance, clean code, adding new words in game, ...)