![]() |
|
||||||||||
|
|||||||
|
|
« Предыдущая тема | Следующая тема » |
| Опции темы | Опции просмотра |
|
![]() |
|
|||||
|
Регистрация: Mar 2013
Сообщений: 42
|
function nextAnswer(event:MouseEvent) : void { if(question_id == myList.excercise.length -1) { trace('end test'); return; } question_id = Math.floor( Math.random() * myList.excercise.length); if (answerTxt.text == myList.excercise[question_id].answer) { question_id++; } questionTxt.text = myList.excercise[question_id].question; } |
![]() |
Часовой пояс GMT +4, время: 22:08. |
|
|
« Предыдущая тема | Следующая тема » |
|
|