I have it set to where you "touch a sprite" random text appears.
I have the actions where it's set text to choose.
For example
choose("Test One, "Test Two", "Test Three")
What happens now is when I touch the sprite, it quickly runs through every possible choose option on screen instead of just selecting one. So every second the text is changing to "Test One, Test Two, Test Three".
How do I make it just select one options, and not cycle through them all?
Thanks!