単語の配列をループするスクリプトがありますが、これに速度要素を追加するにはどうすればよいですか?
words = ["Doe", "Ray", "Mee"];
count = words.length;
currentWord = random(0, parseInt(count));
words[parseInt(currentWord)];
単語の配列をループするスクリプトがありますが、これに速度要素を追加するにはどうすればよいですか?
words = ["Doe", "Ray", "Mee"];
count = words.length;
currentWord = random(0, parseInt(count));
words[parseInt(currentWord)];