Hi,
I'm preparing a spelling game..
According to code below, on the screen I see a random word and write it, so the word disappears,
but then
how to reload the new word to spell and not repeat the word done?
Can you show me an easy way, thanks.
tetuan
I would create a function to pick the next word, and remove the random action in event 3. (You don't really want to keeping picking a word every cycle of the loop). When the loop finishes loading the array, then call the function. The function can pick a random word and delete that line out of the array so the word does not get picked again. And the function can reset anything else that needs resetting.
spelling .capx
Develop games in your browser. Powerful, performant & highly capable.
thanks alot...
app.box.com/s/1ggxpv61cysemvebdk125bo0kun0l7gg spelling .capx
hi.. Thanks again.. but i have a question if you could please anser and show me the way...
is it possible to make to repeat the words only once and finish after the deck is completed?