Frame 1
function getSound() {
_root.thisSound = Math.floor(Math.random() * _root.totalSound) + 1;
_root.thisFile = ("sound" + _root.thisSound) + ".swf";
}
function getPopUp() {
_root.thisPopUp = Math.floor(Math.random() * 6);
trace(thisPopUp);
trace(_root.popPaths[thisPopUp]);
trace(_root.popAttribs[thisPopUp]);
getURL (((((("javascript:globalWindowOpen('" + _root.popPaths[thisPopUp]) + "','") + thisPopUp) + "','") + _root.popAttribs[thisPopUp]) + "');");
}
_root.eofile = 0;
_root.loadVariables("init.txt", 0);
if (eofile != 0) {
_root.gotoAndPlay(1);
}
var popPaths = new Array("/img/a/index_exclude.html?a&1", "/img/b/index_exclude.html?b&1", "/img/c/index_exclude.html?c&1", "/img/d/index_exclude.html?d&1", "/img/e/index_exclude.html?e&1", "/img/f/index_exclude.html?f&1");
var popAttribs = new Array("width=637,height=206,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no", "width=516,height=300,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no", "width=475,height=300,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no", "width=383,height=165,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no", "width=302,height=191,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no", "width=126,height=119,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
ifFrameLoaded (20) {
gotoAndStop (10);
}
Frame 9
gotoAndStop (1);
Frame 10
stop();
Frame 20
stop();
mouthAnim.gotoAndPlay("startAudio");
Frame 21
stop();
_root.getPopUp();
Frame 31
stop();
Frame 32
trace("here");
Symbol 6 MovieClip Frame 90
stop();
_root.gotoAndPlay("Wiz");
Symbol 10 Button
on (press, release) {
gotoAndStop (20);
}
Symbol 20 MovieClip Frame 75
Symbol 20 MovieClip Frame 200
stop();
gotoAndPlay (2);
Symbol 23 MovieClip Frame 1
if (_root.initialPass == 1) {
if (_root.currScene == 1) {
_root.getSound();
this.loadMovie("sounds/nowiz/" + _root.thisFile);
_root.currScene = 2;
} else {
_root.getSound();
this.loadMovie("sounds/wiz/" + _root.thisFile);
_root.currScene = 1;
}
} else {
this.loadMovie("sounds/wiz/first_sound.swf");
_root.initialPass = 1;
}
Symbol 23 MovieClip Frame 20
stop();
Symbol 38 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 6
play();
Symbol 38 MovieClip Frame 13
_root.getPopUp();
Symbol 38 MovieClip Frame 157
_root.gotoAndPlay("noWiz");
Symbol 38 MovieClip Frame 205
stop();