Hi guys! This code asks questions randomly. But I dont want it to repeat an already asked question.
So I have to remove asked items from array. How can I do that? Thanks…
var questions = _root.sorular._totalframes; // questions as frames
kelimeler = new Array ();
for (i = 0; i < questions; i++) {
var num = random(questions) + 1; // select a question
}_root.sorular.gotoAndStop(Number(num)); // now ask the question