Combined Code
movieClip 4 {
}
button 6 {
on (release) {
getURL('http://www.newgrounds.com', '_blank');
}
}
movieClip 7 {
}
button 15 {
on (release) {
_root.play();
}
}
movieClip 16 {
frame 1 {
function timerHandler() {
if (!loadingComplete) {
var v2 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * v2;
if (v2 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
return undefined;
}
gotoAndStop('loaded');
return undefined;
}
}
}
function startMovie() {
_root.play();
}
_root.stop();
stop();
var AUTO_PLAY = true;
var loadingComplete = false;
timerHandler();
}
instance of movieClip 7 {
onClipEvent (enterFrame) {
_parent.timerHandler();
}
}
frame 2 {
stop();
}
}
// unknown tag 88 length 69
frame 261 {
getURL('http://www.hthstudios.com/hth2_game/hth2_game_source/HIGHTAILHALL2/files/area/hth_launch.swf', '_self');
}