arrays - Actionscript Game - Matching answers with Random Questions -
i'm beginner @ actionscript, there may simple explanation this, missing. appreciate on assignment. i creating children's game user counts objects , picks number answer question asked. questions generate randomly. problem answers not match randomly generated questions. this actionscript, "choice" answer buttons. import flash.events.mouseevent; stop(); //------------------variables----------------- var score = 0; var questionnum = 1; scoretxt.text = "0"; var randomnum:number; var questions:array = ["how many orange flags there?", "how many blue flags there? ", "how many balls clown juggling?", "how many clouds in sky?", "how many horses on carousel?", "how many stripes on roof of tent?"]; var answers:array = [choice10, choice6, choice10, choice4, choice2, choice...