Hi,
May I noe how can I remove all elements in an array? I got a quiz where it will store the questions which the user has answered wrongly in an array n when the user press the “try again” button, he will go back to the first question again. I want the array to b reset n restore the questions tat answer wrongly again. Can anyone help mi? Thanx in advance…
For instance:
tempArray = new Array();
tempArray.push(dom1);
Still cannot… The wrong questions still added on to the previous one… Actually it shouldnt have problem coz when i go back to the first question, tempArray will be again set to empty… but i dunno y cannot… im using flash player 6 and actionscript 1.0… Does tat matter?