1. . = 34 .

2. 4 . 1- - , 2- - , 3- - s () 4- - . , 2 ( ) .

3. (), , .
4. " ". T (), , , # , " ". ( ).

5. . V () My_text ( M, ). .

6. as. 1- , F9 :
code:
var i:Number = 0;
var myMessage:String = " ";
function autoWrite():Void {
if (i<=myMessage.length) {
My_text.text = myMessage.substr(0, i)+"-";
i = i+1;
} else {
clearInterval(writingInterval);
}
}
var writingInterval:Number = setInterval(autoWrite, 16);
Again_btn.onRelease = function():Void {
i = 0;
writingInterval = setInterval(autoWrite, 16);
}

, . String (), , , .
7. . (), c , "" "". , F8 ( ) AgainButton

8. Again_btn

9. . , " ",
. , .