During the draw numbers already drawn number can not be repeated again.
For example, by drawing a number from 1 to 120
Something like this?
vee41 look dl.dropbox.com/u/44710358/dontRepeat%20this%20same%20number.capx
Text should not display this same numbers. When you draw 5 in first turn in next turn draw cant choose 5 again
By the time runs out on the basis of numbers.
Develop games in your browser. Powerful, performant & highly capable.
anyone have any idea?
Randomize number (perhaps with help of method described before, perhaps with something more efficient) and push it into an array. Every 5 seconds pop the amount of numbers you want.