Script

1
jawaban1 = "TALI"; jawaban2 = "ANGIN"; jawaban3 = "GALAU"; no.text = ""; for (i=1; i<=3; i++) { _root["jawabanTTS"+i]._alpha = 0; } onEnterFrame = function () { noSoal = no.text; }; ok_btn.onRelease = function() { if (jawabanTampil == _root["jawaban"+noSoal]) { _root["jawabanTTS"+noSoal]._alpha = 100; jawabanTampil = ""; no.removeItemAt(no.selectedIndex); no.text = ""; } };

description

Kumpulan Script

Transcript of Script

jawaban1 = "TALI";jawaban2 = "ANGIN";jawaban3 = "GALAU";no.text = "";for (i=1; i