Combined Code
frame 1 {
stop();
var testing = false;
var zoeytotal = _root.getBytesTotal();
var thisloaded = 0;
var zsize2 = 1;
var zsize = 1;
var ztotalsize = 300;
var my_cm = new ContextMenu();
my_cm.builtInItems.rewind = false;
my_cm.builtInItems.print = false;
my_cm.builtInItems.play = false;
my_cm.builtInItems.forward_back = false;
my_cm.builtInItems.loop = false;
this.menu = my_cm;
zoey.body.lbar.onPress = function () {
if (testing == true) {
if (zsize2 < 330) {
zsize2 += 30;
} else {
zsize2 = 1;
}
} else {
if (zoeyloaded >= 300) {
gotoAndStop(2);
}
}
};
onEnterFrame = function () {
var v2 = _root.getBytesLoaded();
if (testing == true) {
zoeyloaded = (zsize / ztotalsize) * 300;
} else {
zoeyloaded = (v2 / zoeytotal) * 300;
}
if (zsize2 != zsize) {
zsize += Math.floor((zsize2 - zsize) / 15);
}
zoey.head.eye.gotoAndStop(1 + Math.floor(zoeyloaded / 30));
zoey.head.hornsandears.gotoAndStop(1 + Math.floor(zoeyloaded / 30));
zoey.head.mouth.gotoAndStop(1 + Math.floor(zoeyloaded / 30));
zoey.body.l_breast.gotoAndStop(Math.floor(zoeyloaded * 2));
zoey.body.r_breast.gotoAndStop(Math.floor(zoeyloaded * 2));
zoey.body.shirt.gotoAndStop(Math.floor(zoeyloaded * 2));
zoey.body.lbar.gotoAndStop(Math.floor(zoeyloaded * 2));
debug_01.text = '';
debug_02.text = '';
debug_03.text = '';
};
}
movieClip 7 {
}
movieClip 32 {
}
movieClip 45 {
}
movieClip 58 {
}
movieClip 60 {
}
movieClip 68 {
}
// unknown tag 88 length 153
movieClip 73 {
}
movieClip 80 {
}
movieClip 87 {
}
movieClip 99 {
}
movieClip 100 {
}
movieClip 101 {
}
// unknown tag 88 length 138
frame 2 {
stop();
n_arrow.onPress = function () {
if (_root._currentlabel != 'amberend' && _root._currentlabel != 'bossesend' && _root._currentlabel != 'stagesend' && _root._currentlabel != 'enemiesend') {
nextFrame();
} else {
if (_root._currentlabel == 'amberend') {
_root.gotoAndStop('amber');
}
if (_root._currentlabel == 'bossesend') {
_root.gotoAndStop('bosses');
}
if (_root._currentlabel == 'stagesend') {
_root.gotoAndStop('stages');
}
if (_root._currentlabel == 'enemiesend') {
_root.gotoAndStop('enemies');
}
}
};
p_arrow.onPress = function () {
if (_root._currentlabel != 'amberstart' && _root._currentlabel != 'bossesstart' && _root._currentlabel != 'stagesstart' && _root._currentlabel != 'enemiesstart') {
prevFrame();
} else {
if (_root._currentlabel == 'amberstart') {
_root.gotoAndStop('amberend');
}
if (_root._currentlabel == 'bossesstart') {
_root.gotoAndStop('bossesend');
}
if (_root._currentlabel == 'stagesstart') {
_root.gotoAndStop('stagesend');
}
if (_root._currentlabel == 'enemiesstart') {
_root.gotoAndStop('enemiesend');
}
}
};
return_button.onPress = function () {
gotoAndStop(2);
};
onEnterFrame = function () {
n_arrow._y = _ymouse;
p_arrow._y = _ymouse;
if (_root._currentframe > 1) {
if (_xmouse >= 950 && _root._currentframe > 2) {
n_arrow._visible = true;
} else {
n_arrow._visible = false;
}
if (_xmouse <= 50 && _root._currentframe > 2) {
p_arrow._visible = true;
} else {
p_arrow._visible = false;
}
if (_ymouse <= 200 && _root._currentframe > 2) {
return_button._visible = true;
} else {
return_button._visible = false;
}
}
};
}
frame 2 {
gotoAmber._txt.text = 'Amber';
gotoStages._txt.text = 'Stages';
gotoBosses._txt.text = 'Bosses';
gotoEnemies._txt.text = 'Enemies';
gotoAmber.onPress = function () {
_root.gotoAndStop('amber');
};
gotoStages.onPress = function () {
_root.gotoAndStop('stages');
};
gotoBosses.onPress = function () {
_root.gotoAndStop('bosses');
};
gotoEnemies.onPress = function () {
_root.gotoAndStop('enemies');
};
}
movieClip 110 {
}
movieClip 113 {
}
movieClip 115 {
}
frame 3 {
_currentlabel = 'amberstart';
}
// unknown tag 88 length 4
frame 4 {
_currentlabel = 'amber';
}
frame 11 {
_currentlabel = 'amberend';
}
frame 12 {
_currentlabel = 'enemiesstart';
}
frame 13 {
_currentlabel = 'enemies';
}
movieClip 173 {
}
movieClip 198 {
}
movieClip 214 {
}
movieClip 238 {
}
movieClip 248 {
}
frame 35 {
_currentlabel = 'enemiesend';
}
frame 36 {
_currentlabel = 'bossesstart';
}
frame 37 {
_currentlabel = 'bosses';
}
frame 48 {
_currentlabel = 'bossesend';
}
frame 49 {
_currentlabel = 'stagesstart';
}
frame 50 {
_currentlabel = 'stages';
}
frame 51 {
_currentlabel = 'stages';
}
frame 52 {
_currentlabel = 'stages';
}
frame 64 {
_currentlabel = 'stagesend';
}