Frame 1
function talkytalky() {
var _local1;
_local1 = dialog[i];
i++;
textbox = _local1.t;
avatar.gotoAndStop(_local1.a);
}
dialog = new Array();
dialog = new Array();
dialog[0] = {a:"player", t:"Finally I'm in the village of Konoa. Maybe I can ask this angry, hard working, cleaning boy, where I can find the Hokage"};
dialog[1] = {a:"player", t:"Sorry to disturb you, I\u2019m looking for Hokage. Can you help me please..."};
dialog[2] = {a:"naruto", t:"And who the hell are you?!"};
dialog[3] = {a:"player", t:"I'm a newbie here. My name is Mario, but you can call me Mario san!"};
dialog[4] = {a:"naruto", t:"Well, you just now are looking at his successor... The great Hokage Naruto!!"};
dialog[5] = {a:"player", t:"For me, you're more looking like a cleaner."};
dialog[6] = {a:"naruto", t:"Smart ass, huh?"};
dialog[7] = {a:"naruto", t:"And after insulting the next greatest Hokage you think you can escape unpunsihed."};
dialog[8] = {a:"player", t:"...?"};
dialog[9] = {a:"naruto", t:"Hey guys, wanna see a walkin'-talkin' shit here..."};
dialog[10] = {a:"sakura", t:"Is that bug making problems, or something..."};
dialog[11] = {a:"sasuke", t:"Looks like he himself is a problem."};
dialog[12] = {a:"player", t:"I am a martial expert in ninjutsu, genjutsu and taijutsu. So I'm not afraid of bunch of genins!"};
dialog[13] = {a:"naruto", t:"Very good, because you'll need all of it right now."};
dialog[14] = {a:"naruto", t:"KYYYYYYYAAAAAAAAAAAAAAAAAAAAAAAAA!!!!!!"};
dialog[15] = {a:"sasuke", t:"KYYYYYYAAAAAAAAAAAAAAAAAAAAAAA!!!!!!"};
dialog[16] = {a:"sakura", t:"Wait a minute you're a martial expert! Aren't you the new teacher that should come today?"};
dialog[17] = {a:"sasuke", t:"WHAT!"};
dialog[18] = {a:"naruto", t:"A teacher!"};
dialog[19] = {a:"naruto", t:"NO FREAKIN' WAY!"};
dialog[20] = {a:"player", t:"Yes I'm the new teacher. And I'll teach you GoodManersJutsu right now!"};
dialog[21] = {a:"naruto", t:"Oh no... \u0421\u043F\u0430\u0441\u0430\u0439\u0441\u044F \u043A\u0442\u043E \u043C\u043E\u0436\u0435\u0435\u0435\u0435\u0435\u0435\u0435\u0435\u0442!!!"};
dialog[22] = {a:"naruto", t:"THE END"};
i = 0;
talkytalky();
fscommand ("fullscreen", "true");
Symbol 5 MovieClip Frame 1
stop();
Symbol 5 MovieClip Frame 2
stop();
Symbol 5 MovieClip Frame 3
stop();
Symbol 20 Button
on (release) {
talkytalky();
if (((i == 11) || (i == 23)) || (i == 2)) {
screen.nextFrame();
}
if (_root.i == 23) {
avatar.gotoAndPlay(2);
}
if (i == 24) {
fscommand ("quit");
}
}