Combined Code
movieClip 3 {
}
movieClip 4 {
}
movieClip 5 {
frame 1 {
stop();
xx._alpha = 0;
this.onEnterFrame = function () {
rand = int(random(100));
if (rand == 0) {
play();
}
};
}
}
movieClip 6 p_effect {
}
frame 1 {
this.onEnterFrame = function () {
smoke._x = _xmouse;
smoke._y = _ymouse;
gr._x = 530 - _xmouse / 20;
gr._y = -(_ymouse / 20);
};
_quality = 'BEST';
_global.tabEnabled = false;
this.tabEnabled = false;
bx.tabIndex = 1;
}
frame 1 {
if (aff > 2) {
_root.aff = aff;
} else {
_root.aff = '';
}
_root.pf1 = pf1;
stop();
}
movieClip 9 {
}
movieClip 12 {
}
movieClip 15 {
}
movieClip 18 {
}
movieClip 20 {
}
movieClip 22 {
}
movieClip 24 {
}
movieClip 25 {
frame 1 {
_root.stop();
this.onEnterFrame = function () {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
eval(bar)._width = PercentLoaded * 2.6;
_root.percent = int(PercentLoaded) + '%';
per._x = PercentLoaded * 2.7;
} else {
tellTarget ('_root') {
gotoAndStop(2);
}
}
};
}
}
movieClip 28 {
}
button 29 {
on (release) {
getURL('http://lessonofpassion.com/index.php?targeo=gamemenu', '_blank');
}
}
movieClip 32 {
}
movieClip 35 {
}
movieClip 38 {
}
movieClip 39 {
}
movieClip 42 {
}
movieClip 43 {
}
movieClip 46 {
}
movieClip 47 {
}
movieClip 50 {
}
movieClip 51 {
}
movieClip 54 {
}
movieClip 55 {
}
movieClip 58 {
}
movieClip 59 {
}
movieClip 62 {
}
movieClip 63 {
}
movieClip 66 {
}
movieClip 69 {
}
movieClip 72 {
}
movieClip 77 {
}
movieClip 78 {
}
movieClip 79 {
}
movieClip 80 {
}
movieClip 83 {
}
movieClip 84 {
}
movieClip 87 {
}
movieClip 90 {
}
movieClip 93 {
}
movieClip 94 {
frame 1 {
stop();
Mouse.hide();
}
}
movieClip 96 {
}
movieClip 99 {
frame 1 {
this.onEnterFrame = function () {
if (_root.touchx != 0) {
_root.touchx -= 1;
}
if (_root.bonus == 'good') {
_root.bonus = '';
_root.t_score += 1;
this.c += 1;
_root.spawngood = 20;
posx = _xmouse;
posy = _ymouse - 40;
removeMovieClip('_parent.sgood');
_parent.attachMovie('score_good', 'sgood', this.getNextHighestDepth(), {'_x': posx, '_y': posy});
xxx = 10;
}
if (_root.bonus == 'fast') {
_root.bonus = '';
_root.n_score += 1;
_root.spawnfast = 20;
posx = _xmouse;
posy = _ymouse - 40;
removeMovieClip('_parent.sfast');
_parent.attachMovie('score_fast', 'sfast', this.getNextHighestDepth(), {'_x': posx, '_y': posy});
xxx = 10;
}
if (_root.bonus == 'slow') {
_root.bonus = '';
_root.n_score += 1;
_root.spawnslow = 20;
posx = _xmouse;
posy = _ymouse - 40;
removeMovieClip('_parent.sslow');
_parent.attachMovie('score_slow', 'sslow', this.getNextHighestDepth(), {'_x': posx, '_y': posy});
xxx = 10;
}
if (_root.bonus == 'deep') {
_root.bonus = '';
_root.n_score += 1;
_root.spawndeep = 20;
posx = _xmouse;
posy = _ymouse - 40;
removeMovieClip('_parent.sdeep');
_parent.attachMovie('score_deep', 'sdeep', this.getNextHighestDepth(), {'_x': posx, '_y': posy});
xxx = 10;
}
if (_root.bonus == 'reset') {
_root.bonus = '';
this.c = 0;
el = 0;
while (el <= 15) {
removeMovieClip('el' + el);
++el;
}
xx = 0;
yy = 2;
}
if (_root.spawngood > 0) {
_root.spawngood -= 1;
_parent.sgood._y -= 2;
_parent.sgood._alpha -= 5;
}
if (_root.spawngood <= 0) {
_root.spawngood = 0;
removeMovieClip('_parent.sgood');
}
if (_root.spawnfast > 0) {
_root.spawnfast -= 1;
_parent.sfast._y -= 2;
_parent.sfast._alpha -= 5;
}
if (_root.spawnfast <= 0) {
_root.spawnfast = 0;
removeMovieClip('_parent.sfast');
}
if (_root.spawnslow > 0) {
_root.spawnslow -= 1;
_parent.sslow._y -= 2;
_parent.sslow._alpha -= 5;
}
if (_root.spawnslow <= 0) {
_root.spawnslow = 0;
removeMovieClip('_parent._parent.sslow');
}
if (_root.spawndeep > 0) {
_root.spawndeep -= 1;
_parent.sdeep._y -= 2;
_parent.sdeep._alpha -= 5;
}
if (_root.spawndeep <= 0) {
_root.spawndeep = 0;
removeMovieClip('_parent._parent.sdeep');
}
_root.n_scoreshow = _root.n_score;
bar._width = _root.t_score * 3.3;
bar2._width = _root.n_score * 3.3;
};
}
}
frame 2 {
_root.play_day = 1;
}
movieClip 100 {
}
movieClip 101 {
}
movieClip 103 {
}
movieClip 104 {
frame 10 {
stop();
}
}
button 105 {
on (release) {
_root.glory = 0;
_root.hp = _root.hpmax;
tellTarget ('_parent') {
gotoAndStop(3);
}
}
on (rollOver) {
_root.ftx = 0;
}
}
// unknown tag 88 length 82
button 108 {
on (rollOver) {
_root.ftx = -900;
}
on (release) {
if (_root.aff != '') {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=939539-0001&PA=' + _root.aff + '&HTML=http://lopgold.com/index_ele.php', '_blank');
} else {
getURL('http://lopgold.com/index_ele.php', '_blank');
}
}
}
button 110 {
on (release) {
getURL('http://sexandglory.com/index_che.php', '_blank');
}
on (rollOver) {
_root.ftx = -1800;
}
}
button 112 {
on (release) {
getURL('http://playforceone.com/', '_blank');
}
on (rollOver) {
_root.ftx = -2700;
}
}
// unknown tag 88 length 73
movieClip 116 {
}
movieClip 117 {
}
button 118 {
on (release) {
getURL('http://lessonofpassion.com/index.php?targeo=gamemenu', '_blank');
}
}
movieClip 122 {
}
movieClip 123 {
}
movieClip 126 {
}
movieClip 127 {
}
movieClip 130 {
}
movieClip 131 {
}
movieClip 134 {
}
movieClip 135 {
}
movieClip 136 {
frame 1 {
_root.ftx = 1;
_root.ftg = 1;
this.onEnterFrame = function () {
if (_root.ftx > _root.ftg) {
_root.ftg += int((_root.ftx - _root.ftg) / 5);
}
if (_root.ftx < _root.ftg) {
_root.ftg -= int((_root.ftg - _root.ftx) / 5);
}
scene._x = _root.ftg;
};
}
}
movieClip 137 {
}
movieClip 138 {
frame 10 {
stop();
}
}
button 139 {
on (release) {
var savefile = SharedObject.getLocal('fts');
_root.dex = savefile.data.dex;
_root.str = savefile.data.str;
_root.arm = savefile.data.arm;
_root.ready_arm = savefile.data.ready_arm;
_root.ready_wea = savefile.data.ready_wea;
_root.hpmax = savefile.data.hpmax;
_root.hp = savefile.data.hp;
_root.gold = savefile.data.gold;
_root.w_str = savefile.data.w_str;
_root.b_str = savefile.data.b_str;
_root.w_arm = savefile.data.w_arm;
_root.b_arm = savefile.data.b_arm;
_root.w_dex = savefile.data.w_dex;
_root.item_hps = savefile.data.item_hps;
_root.item_hpg = savefile.data.item_hpg;
_root.arm1 = savefile.data.arm1;
_root.arm2 = savefile.data.arm2;
_root.arm3 = savefile.data.arm3;
_root.arm4 = savefile.data.arm4;
_root.wea1 = savefile.data.wea1;
_root.wea2 = savefile.data.wea2;
_root.wea3 = savefile.data.wea3;
_root.wea4 = savefile.data.wea4;
_root.glory = savefile.data.glory;
_root.q1 = savefile.data.q1;
_root.q2 = savefile.data.q2;
_root.q3 = savefile.data.q3;
_root.q4 = savefile.data.q4;
_root.q5 = savefile.data.q5;
_root.q6 = savefile.data.q6;
_root.q7 = savefile.data.q7;
_root.q8 = savefile.data.q8;
_root.q9 = savefile.data.q9;
_root.q10 = savefile.data.q10;
_root.it1 = savefile.data.it1;
_root.it2 = savefile.data.it2;
_root.it3 = savefile.data.it3;
_root.it4 = savefile.data.it4;
_root.it5 = savefile.data.it5;
_root.it6 = savefile.data.it6;
_root.it_torch = savefile.data.it_torch;
_root.it_key = savefile.data.it_key;
_root.it_song = savefile.data.it_song;
_root.lvl = savefile.data.lvl;
_root.it_holywater = savefile.data.it_holywater;
_root.it_talisman = savefile.data.it_talisman;
_root.it_banjo = savefile.data.it_banjo;
_root.hp = _root.hpmax;
tellTarget ('_parent') {
gotoAndStop(3);
}
}
}
movieClip 141 {
frame 1 {
stop();
_root.lvl_exp2 = 500;
_root.lvl_exp3 = 2000;
_root.lvl_exp4 = 5000;
_root.lvl_exp5 = 10000;
_root.lvl_exp6 = 20000;
_root.lvl_exp7 = 50000;
_root.lvl_exp8 = 100000;
_root.lvl_exp9 = 200000;
_root.lvl_exp10 = 500000;
_root.lvl_exp11 = 999999999999999.0;
_root.dex = 3;
_root.str = 2;
_root.arm = 0;
_root.ready_arm = 1;
_root.ready_wea = 1;
_root.hpmax = 20;
_root.gold = 50;
_root.hp = 20;
_root.w_str = 1;
_root.b_str = 0;
_root.w_arm = 0;
_root.b_arm = 0;
_root.w_dex = 1;
_root.pstr = _root.str + _root.w_str;
_root.parm = _root.arm + _root.w_arm;
_root.pdex = _root.dex + _root.w_dex;
_root.item_hps = 2;
_root.item_hpg = 0;
_root.arm1 = 1;
_root.arm2 = 0;
_root.arm3 = 0;
_root.arm4 = 0;
_root.wea1 = 1;
_root.wea2 = 0;
_root.wea3 = 0;
_root.wea4 = 0;
_root.glory = 0;
_root.q1 = 0;
_root.q2 = 0;
_root.q3 = 0;
_root.q4 = 0;
_root.q5 = 0;
_root.q6 = 0;
_root.q7 = 0;
_root.q8 = 0;
_root.q1 = 0;
_root.q1 = 0;
_root.q1 = 0;
_root.it1 = 0;
_root.it2 = 0;
_root.it3 = 0;
_root.it4 = 0;
_root.it5 = 0;
_root.it6 = 0;
_root.it_torch = 0;
_root.it_key = 0;
_root.it_song = 0;
_root.lvl = 1;
ct._alpha = 30;
ct.enabled = false;
var savefile = SharedObject.getLocal('fts');
_root.glory = savefile.data.glory;
this.onEnterFrame = function () {
if (_root.glory > 0) {
ct._alpha = 100;
ct.enabled = true;
delete this.onEnterFrame;
}
};
}
}
movieClip 144 {
}
movieClip 145 {
}
button 146 {
on (release) {
_root.muteme = 1;
gotoAndStop(2);
}
}
button 147 {
on (release) {
_root.muteme = 0;
gotoAndStop(1);
}
}
movieClip 149 {
}
movieClip 150 {
frame 1 {
stop();
}
}
movieClip 152 {
frame 1 {
stop();
sound_day = new Sound(s1);
sound_day.attachSound('sound_day');
sound_moan_lisa = new Sound(s9);
sound_moan_lisa.attachSound('sound_moan_lisa');
sound_sex_lisa = new Sound(s12);
sound_sex_lisa.attachSound('sound_sex_lisa');
sound_yes_A = new Sound(s13);
sound_yes_A.attachSound('sound_yes_A');
sound_yes_B = new Sound(s14);
sound_yes_B.attachSound('sound_yes_B');
sound_no_A = new Sound(s15);
sound_no_A.attachSound('sound_no_A');
sound_no_B = new Sound(s16);
sound_no_B.attachSound('sound_no_B');
_root.sound_dif = 1;
this.onEnterFrame = function () {
if (_root.play_day == 1 and _root.muteme != 1) {
_root.play_day = 2;
sound_day.stop('sound_day');
if (_root.sound_dif == 1 and _root.muteme != 1) {
_root.sound_dif = 0;
sound_day.stop('sound_day');
sound_day.start(0, 999);
}
}
if (_root.play_funk == 1 and _root.muteme != 1) {
_root.play_funk = 2;
_root.sound_dif = 1;
sound_jazz.stop('sound_jazz');
sound_funk.stop('sound_funk');
sound_funk.start(0, 999);
}
if (_root.play_moan_lisa == 1 and _root.muteme != 1) {
_root.play_moan_lisa = 2;
sound_moan_lisa.start(0, 999);
}
if (_root.play_sex_lisa == 1 and _root.muteme != 1) {
_root.play_sex_lisa = 2;
sound_sex_lisa.start(0, 999);
}
if (_root.play_stopsex == 1 and _root.muteme != 1) {
_root.play_stopsex = 2;
sound_moan_lisa.stop('sound_moan_lisa');
sound_sex_lisa.stop('sound_sex_lisa');
}
if (_root.play_yes == 1 and _root.muteme != 1) {
_root.play_yes = 0;
rand = int(random(1));
if (rand == 0) {
sound_yes_A.start(0, 1);
}
if (rand == 1) {
sound_yes_B.start(0, 1);
}
}
if (_root.play_no == 1 and _root.muteme != 1) {
_root.play_no = 0;
rand = int(random(2));
if (rand == 0) {
sound_no_A.start(0, 1);
}
if (rand >= 1) {
sound_no_B.start(0, 1);
}
}
if (_root.muteme == 1) {
sound_day.setVolume(0);
sound_night.setVolume(0);
sound_funk.setVolume(0);
sound_soul.setVolume(0);
sound_moan_tracy.setVolume(0);
sound_moan_lisa.setVolume(0);
sound_sex_tracy.setVolume(0);
sound_sex_lisa.setVolume(0);
sound_yes_A.setVolume(0);
sound_yes_B.setVolume(0);
sound_no_A.setVolume(0);
sound_no_B.setVolume(0);
}
if (_root.muteme == 0) {
sound_day.setVolume(100);
sound_night.setVolume(100);
sound_funk.setVolume(100);
sound_soul.setVolume(100);
sound_moan_tracy.setVolume(100);
sound_moan_lisa.setVolume(100);
sound_sex_tracy.setVolume(100);
sound_sex_lisa.setVolume(100);
sound_yes_A.setVolume(100);
sound_yes_B.setVolume(100);
sound_no_A.setVolume(100);
sound_no_B.setVolume(100);
}
};
}
}
movieClip 154 {
}
button 155 {
on (release) {
_root.wtg = 0;
}
}
movieClip 158 {
}
movieClip 161 {
}
movieClip 164 {
}
movieClip 165 {
}
movieClip 168 {
}
movieClip 169 {
}
movieClip 171 {
}
movieClip 172 {
frame 10 {
stop();
}
}
movieClip 178 {
}
movieClip 180 {
}
movieClip 181 {
frame 1 {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
frame 16 {
stop();
}
frame 19 {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_parent') {
if (_root.wtggo != '0') {
gotoAndStop(_root.wtggo);
} else {
nextFrame();
}
}
}
}
movieClip 196 {
}
movieClip 199 {
}
movieClip 202 {
}
movieClip 205 {
}
movieClip 206 {
frame 1 {
stop();
gotoAndStop(_root.location);
}
}
movieClip 209 {
}
movieClip 212 {
}
movieClip 215 {
}
movieClip 218 {
}
movieClip 221 {
}
movieClip 224 {
}
movieClip 229 {
}
movieClip 234 {
}
movieClip 237 {
}
movieClip 240 {
}
movieClip 243 {
}
movieClip 246 {
}
movieClip 249 {
}
movieClip 252 {
}
movieClip 255 {
}
movieClip 258 {
}
movieClip 261 {
}
movieClip 264 {
}
movieClip 267 {
}
movieClip 270 {
}
movieClip 273 {
}
movieClip 274 {
frame 1 {
_root.e_name = 'Ancient skeleton warrior';
_root.e_str = 2;
_root.e_dex = 2;
_root.e_arm = 1;
_root.e_hpmax = 20;
_root.e_hp = 20;
_root.e_glory = 240;
stop();
gotoAndStop(_root.enemy);
}
frame 2 {
_root.e_name = 'Troll guarding bridge';
_root.e_dex = 2;
_root.e_str = 8;
_root.e_arm = 3;
_root.e_hpmax = 40;
_root.e_glory = 1000;
_root.e_hp = _root.e_hpmax;
}
frame 3 {
_root.e_name = 'Scary zombie';
_root.e_dex = 1;
_root.e_str = 2;
_root.e_arm = 1;
_root.e_hpmax = 15;
_root.e_glory = 100;
_root.e_hp = _root.e_hpmax;
}
frame 4 {
_root.e_name = 'Axe goblin';
_root.e_str = 3;
_root.e_dex = 3;
_root.e_arm = 0;
_root.e_hpmax = 10;
_root.e_glory = 220;
_root.e_hp = _root.e_hpmax;
}
frame 5 {
_root.e_name = 'Gorblin archer';
_root.e_str = 3;
_root.e_dex = 4;
_root.e_arm = 0;
_root.e_hpmax = 12;
_root.e_glory = 250;
_root.e_hp = _root.e_hpmax;
}
frame 6 {
_root.e_name = 'Goblin hero';
_root.e_str = 5;
_root.e_dex = 3;
_root.e_arm = 2;
_root.e_hpmax = 25;
_root.e_glory = 1200;
_root.e_hp = _root.e_hpmax;
}
frame 7 {
_root.e_name = 'Goblin ranger on warg';
_root.e_str = 3;
_root.e_dex = 5;
_root.e_arm = 1;
_root.e_hpmax = 18;
_root.e_glory = 1200;
_root.e_hp = _root.e_hpmax;
}
frame 8 {
_root.e_name = 'Bounty hunter';
_root.e_str = 5;
_root.e_dex = 5;
_root.e_arm = 2;
_root.e_hpmax = 35;
_root.e_glory = 1500;
_root.e_hp = _root.e_hpmax;
}
frame 9 {
_root.e_name = 'Skeleton archer';
_root.e_str = 2;
_root.e_dex = 5;
_root.e_arm = 1;
_root.e_hpmax = 20;
_root.e_glory = 250;
_root.e_hp = _root.e_hpmax;
}
frame 10 {
_root.e_name = 'Black widow';
_root.e_str = 6;
_root.e_dex = 4;
_root.e_arm = 5;
_root.e_hpmax = 120;
_root.e_glory = 5000;
_root.e_hp = _root.e_hpmax;
}
frame 11 {
_root.e_name = 'Thief';
_root.e_str = 3;
_root.e_dex = 6;
_root.e_arm = 1;
_root.e_hpmax = 20;
_root.e_glory = 500;
_root.e_hp = _root.e_hpmax;
}
frame 12 {
_root.e_name = 'Dirty thug';
_root.e_str = 4;
_root.e_dex = 3;
_root.e_arm = 1;
_root.e_hpmax = 31;
_root.e_glory = 372;
_root.e_hp = _root.e_hpmax;
}
frame 13 {
_root.e_name = 'Giant spider';
_root.e_str = 4;
_root.e_dex = 4;
_root.e_arm = 2;
_root.e_hpmax = 25;
_root.e_glory = 800;
_root.e_hp = _root.e_hpmax;
}
frame 14 {
_root.e_name = 'Goblin wannabe hero';
_root.e_str = 4;
_root.e_dex = 6;
_root.e_arm = 1;
_root.e_hpmax = 24;
_root.e_glory = 576;
_root.e_hp = _root.e_hpmax;
}
frame 15 {
_root.e_name = 'The knight';
_root.e_str = 7;
_root.e_dex = 6;
_root.e_arm = 3;
_root.e_hpmax = 52;
_root.e_glory = 6500;
_root.e_hp = _root.e_hpmax;
}
frame 16 {
_root.e_name = 'Skull kinght';
_root.e_str = 8;
_root.e_dex = 8;
_root.e_arm = 4;
_root.e_hpmax = 60;
_root.e_glory = 10000;
_root.e_hp = _root.e_hpmax;
}
frame 17 {
_root.e_name = 'Horned Demon';
_root.e_str = 9;
_root.e_dex = 6;
_root.e_arm = 5;
_root.e_hpmax = 120;
_root.e_glory = 25000;
_root.e_hp = _root.e_hpmax;
}
frame 20 {
_root.e_name = 'Cave troll';
_root.e_str = 8;
_root.e_dex = 3;
_root.e_arm = 3;
_root.e_hpmax = 60;
_root.e_glory = 2500;
_root.e_hp = _root.e_hpmax;
}
frame 21 {
_root.e_name = 'Elf ambusher';
_root.e_str = 6;
_root.e_dex = 8;
_root.e_arm = 1;
_root.e_hpmax = 40;
_root.e_glory = 2500;
_root.e_hp = _root.e_hpmax;
}
frame 22 {
_root.e_name = 'Garou';
_root.e_str = 6;
_root.e_dex = 5;
_root.e_arm = 3;
_root.e_hpmax = 35;
_root.e_glory = 2800;
_root.e_hp = _root.e_hpmax;
}
frame 23 {
_root.e_name = 'Young giant';
_root.e_str = 10;
_root.e_dex = 3;
_root.e_arm = 3;
_root.e_hpmax = 45;
_root.e_glory = 3000;
_root.e_hp = _root.e_hpmax;
}
frame 24 {
_root.e_name = 'Female lizard warrior';
_root.e_str = 8;
_root.e_dex = 5;
_root.e_arm = 3;
_root.e_hpmax = 28;
_root.e_glory = 2520;
_root.e_hp = _root.e_hpmax;
}
frame 25 {
_root.e_name = 'Swamp dragon';
_root.e_str = 6;
_root.e_dex = 7;
_root.e_arm = 5;
_root.e_hpmax = 75;
_root.e_glory = 7000;
_root.e_hp = _root.e_hpmax;
}
}
movieClip 275 {
}
button 276 {
on (release) {
_root.action = 'attack';
gotoAndStop(2);
}
}
movieClip 280 {
}
movieClip 283 {
}
button 284 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Great health potion: restores more than 30 hp';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.item_hpg > 0) {
_root.action = 'hpg';
gotoAndStop(2);
}
}
}
movieClip 287 {
}
button 288 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Small health potion: restores more than 10 hp';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.item_hps > 0) {
_root.action = 'hps';
gotoAndStop(2);
}
}
}
button 291 {
on (release) {
_root.action = 'escape';
tellTarget ('_parent') {
gotoAndStop(2);
}
}
}
movieClip 295 {
}
movieClip 296 {
}
button 297 {
on (release) {
_root.stamina = 0;
_root.action = 'armor';
tellTarget ('_parent') {
gotoAndStop(2);
}
}
}
button 299 {
on (release) {
_root.stamina = 0;
_root.action = 'legs';
tellTarget ('_parent') {
gotoAndStop(2);
}
}
}
button 301 {
on (release) {
_root.stamina = 0;
_root.action = 'head';
tellTarget ('_parent') {
gotoAndStop(2);
}
}
}
movieClip 305 {
}
movieClip 308 {
}
movieClip 309 {
}
movieClip 311 {
}
movieClip 312 {
frame 1 {
this.onEnterFrame = function () {
ragebar._width = _root.stamina * 33.3 * 0.95;
};
}
}
movieClip 313 {
frame 1 {
if (_root.e_arm == 0) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.e_dex == 0) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.stamina != 3) {
b1._alpha = 30;
b1.enabled = false;
b2._alpha = 30;
b2.enabled = false;
b3._alpha = 30;
b3.enabled = false;
}
}
}
movieClip 314 {
frame 1 {
this.onEnterFrame = function () {
ragebar._width = _root.rage * 20 * 1.65;
};
}
}
button 315 {
on (release) {
_root.rage = 0;
_root.action = 'r-ba';
tellTarget ('_parent') {
gotoAndStop(2);
}
}
}
movieClip 319 {
}
movieClip 320 {
frame 1 {
if (_root.rage < 5) {
b1._alpha = 30;
b1.enabled = false;
}
}
}
button 321 {
on (release) {
_root.rage = 0;
_root.action = 'r-sb';
tellTarget ('_parent') {
gotoAndStop(2);
}
}
}
movieClip 325 {
}
movieClip 326 {
frame 1 {
if (_root.rage < 5) {
b1._alpha = 30;
b1.enabled = false;
}
}
}
button 327 {
on (release) {
_root.rage = 0;
_root.action = 'r-hr';
tellTarget ('_parent') {
gotoAndStop(2);
}
}
}
movieClip 331 {
}
movieClip 332 {
frame 1 {
if (_root.rage < 5) {
b1._alpha = 30;
b1.enabled = false;
}
}
}
movieClip 340 {
frame 1 {
this.onEnterFrame = function () {
_root.e_hpshow = _root.e_hp + ' / ' + _root.e_hpmax;
hpbar._width = (_root.e_hp * 100 / _root.e_hpmax) * 2;
};
}
}
movieClip 343 {
}
movieClip 344 {
frame 1 {
this.onEnterFrame = function () {
if (_root.e_stun > 0) {
stun._alpha = 100;
} else {
stun._alpha = 0;
}
};
}
}
button 345 {
on (release) {
if (_root.e_hp <= 0) {
gotoAndStop(5);
} else {
nextFrame();
}
}
}
movieClip 348 {
}
movieClip 349 {
frame 50 {
stop();
}
}
movieClip 352 {
frame 50 {
stop();
}
}
movieClip 353 {
frame 1 {
x._alpha = 0;
stop();
this.onEnterFrame = function () {
if (_root.dam > 0) {
delete this.onEnterFrame;
gotoAndStop(int(random(1) + 2));
}
};
}
}
movieClip 355 {
}
movieClip 356 {
frame 40 {
stop();
}
}
movieClip 358 {
}
movieClip 359 {
frame 40 {
stop();
}
}
movieClip 362 {
frame 51 {
stop();
}
}
movieClip 365 {
frame 50 {
stop();
}
}
movieClip 366 {
frame 1 {
x._alpha = 0;
stop();
this.onEnterFrame = function () {
if (_root.dam > 0) {
delete this.onEnterFrame;
gotoAndStop(int(random(1) + 2));
}
};
}
}
movieClip 367 {
}
movieClip 368 {
}
button 369 {
on (release) {
if (_root.hp <= 0) {
gotoAndStop(6);
} else {
gotoAndStop(1);
}
}
}
button 370 {
on (release) {
_root.status = '';
_root.hint = ' ';
_root.wtg = _root.wtb;
}
}
movieClip 373 {
}
button 374 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Apple: restores 3 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.it1 > 0) {
_root.it1 -= 1;
_root.hp += 3;
}
}
}
movieClip 379 {
}
button 380 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Bread: restores 5 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.it2 > 0) {
_root.it2 -= 1;
_root.hp += 5;
}
}
}
movieClip 384 {
}
button 385 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Roasted chicken: restores 10 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.it3 > 0) {
_root.it3 -= 1;
_root.hp += 10;
}
}
}
movieClip 389 {
}
button 390 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Animal skins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 394 {
}
button 395 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Cheap jewelry';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 399 {
}
button 400 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Precious gems';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 404 {
}
button 405 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Torch: allows entering the caves';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 409 {
}
button 410 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Key: allows opening locked chests';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 412 {
frame 1 {
stop();
rand = int(random(100));
_root.bon = '+1';
if (rand < 40 or rand >= 89) {
_root.bn_wtg = 1;
_root.it1 += 1;
}
if (rand > 40 and rand < 70) {
_root.bn_wtg = 2;
_root.it2 += 1;
}
if (rand >= 70 and rand < 80) {
_root.bn_wtg = 3;
_root.it3 += 1;
}
if (rand >= 80 and rand < 85) {
_root.bn_wtg = 4;
_root.it4 += 1;
}
if (rand >= 85 and rand < 88) {
_root.bn_wtg = 5;
_root.it5 += 1;
}
if (rand >= 88 and rand < 89) {
_root.bn_wtg = 6;
_root.it6 += 1;
}
_root.bn_wtg += 1;
gotoAndStop(_root.bn_wtg);
}
}
button 414 {
on (release) {
_root.status = '';
_root.hint = ' ';
_root.wtg = 320;
}
}
button 415 {
on (release) {
_root.status = '';
_root.hint = ' ';
_root.wtg = 30;
}
}
movieClip 416 {
frame 1 {
stop();
_root.stamina += 1;
if (_root.stamina > 3) {
_root.stamina = 3;
}
if (_root.item_hps == 0) {
b3._alpha = 30;
b3.enabled = false;
}
if (_root.item_hpg == 0) {
b4._alpha = 30;
b4.enabled = false;
}
_root.hint = ' ';
if (_root.lvl < 1) {
es._x = 2000;
}
if (_root.lvl < 2) {
sp._x = 2000;
}
if (_root.lvl < 3) {
r1._x = 2000;
rb._x = 2000;
rm._x = 2000;
}
if (_root.lvl < 4) {
r2._x = 2000;
}
if (_root.lvl < 5) {
r3._x = 2000;
}
}
frame 2 {
_root.dam = 0;
_root.arep = '';
_root.erep = '';
_root.xarm = _root.arm + _root.b_arm + _root.w_arm;
if (_root.action == 'attack') {
if (int(random(15) + 1) + _root.pdex <= int(random(15) + 1) + _root.e_dex) {
_root.hint = _root.e_name + ' dodged your attack!';
_root.erep = 'MISS';
} else {
_root.xstr = _root.str + _root.w_str + _root.b_str + int(random(_root.str + _root.w_str + _root.b_str) / 2);
_root.dam = _root.xstr - _root.e_arm;
if (_root.dam < 0) {
_root.dam = 0;
}
_root.hint = 'You hit ' + _root.e_name + ' and deal ' + _root.dam + ' damage to it!';
_root.erep = '- ' + _root.dam + ' HP';
_root.e_hp -= _root.dam;
}
}
if (_root.action == 'head') {
if (int(random(15) + 1) > _root.pdex) {
_root.hint = 'You miss your special attack!';
_root.erep = 'MISS';
} else {
_root.xstr = (_root.str + _root.w_str + _root.b_str + int(random(_root.str + _root.w_str + _root.b_str) / 3)) * 2 + 5;
_root.dam = _root.xstr - _root.e_arm;
if (_root.dam < 0) {
_root.dam = 0;
}
_root.hint = 'You hit ' + _root.e_name + ' in head and deal ' + _root.dam + ' damage to it!';
_root.e_hp -= _root.dam;
_root.erep = '- ' + _root.dam + ' HP';
}
}
if (_root.action == 'legs') {
if (int(random(12) + 1) > _root.pdex) {
_root.hint = 'You miss your special attack!';
_root.erep = 'MISS';
} else {
_root.hint = 'You hit ' + _root.e_name + ' in legs and decrease his DEXTERITY by 1!';
_root.erep = '- l DEXTERITY';
_root.e_dex -= 1;
}
}
if (_root.action == 'armor') {
if (int(random(12) + 1) > _root.pdex) {
_root.hint = 'You miss your special attack!';
_root.erep = 'MISS';
} else {
_root.hint = 'You hit ' + _root.e_name + ' in his armor\'s week spot and decrease his ARMOR by 1!';
_root.erep = '- l ARMOR';
_root.e_arm -= 1;
}
}
if (_root.action == 'escape') {
if (int(random(15) + 1) > _root.pdex / 2) {
_root.hint = 'You didn\'t escape your opponent this time!';
_root.arep = 'FAILED';
} else {
gotoAndStop(7);
}
}
if (_root.action == 'hps') {
curebonus = 10 + int(random(10));
_root.item_hps -= 1;
if (curebonus + _root.hp >= _root.hpmax) {
_root.hint = 'You fully restored your HEALTH!';
_root.hp = _root.hpmax;
_root.arep = 'HP MAX';
} else {
_root.hint = 'You restored ' + curebonus + ' HEALTH!';
_root.hp += curebonus;
_root.arep = '+ ' + curebonus + ' HP';
}
}
if (_root.action == 'hpg') {
curebonus = 30 + int(random(20));
_root.item_hpg -= 1;
if (curebonus + _root.hp >= _root.hpmax) {
_root.hint = 'You fully restored your HEALTH!';
_root.hp = _root.hpmax;
_root.arep = 'HP MAX';
} else {
_root.hint = 'You restored ' + curebonus + ' HEALTH!';
_root.hp += curebonus;
_root.arep = '+ ' + curebonus + ' HP';
}
}
if (_root.action == 'r-hr') {
curebonus = 10 + int(random(5));
if (curebonus + _root.hp >= _root.hpmax) {
_root.hint = 'RAGE! You fully restored your HEALTH!';
_root.hp = _root.hpmax;
_root.arep = 'HP MAX';
} else {
_root.hint = 'RAGE! You restored ' + curebonus + ' HEALTH!';
_root.hp += curebonus;
_root.arep = '+ ' + curebonus + ' HP';
}
}
if (_root.action == 'r-sb') {
if (int(random(20) + 1) + _root.pdex <= int(random(15) + 1) + _root.e_dex) {
_root.hint = 'RAGE! You stunned your enemy with a strong blow.';
_root.e_stun = 3;
} else {
_root.hint = 'RAGE! You failed to stun your enemy.';
}
}
if (_root.action == 'r-ba') {
if (int(random(20) + 1) + _root.pdex <= int(random(15) + 1) + _root.e_dex) {
rer = int(random(5) + 2);
_root.hint = 'RAGE! ' + _root.e_name + ' dodged your BERSERK attack! You lost ' + rer + ' HEALTH with this strike!';
_root.hint = _root.e_name + ' dodged your BERSERK attack! You lost ' + rer + ' HEALTH with this strike!';
_root.hp -= rer;
if (_root.hp < 0) {
_root.hp = 0;
}
_root.erep = 'MISS';
} else {
_root.xstr = _root.str + _root.w_str + _root.b_str + int(random(_root.str + _root.w_str + _root.b_str) / 2);
_root.dam = _root.xstr * 2 + 10 - _root.e_arm;
if (_root.dam < 0) {
_root.dam = 0;
}
_root.hint = 'RAGE: You hit ' + _root.e_name + ' and deal ' + _root.dam + ' damage with your BERSERK strike!';
_root.erep = '- ' + _root.dam + ' HP';
_root.e_hp -= _root.dam;
}
}
if (_root.e_hp < 0) {
_root.e_hp = 0;
}
}
frame 3 {
_root.action = '';
speci = 0;
if (_root.e_stun > 0) {
_root.action = 'stun';
_root.e_stun -= 1;
_root.hint = _root.e_name + ' is stunned!';
speci = 1;
}
_root.dam = 0;
_root.arep = '';
_root.erep = '';
rand = int(random(100));
if (_root.e_name == 'Ancient skeleton warrior' and rand > 95 and _root.e_hp + 5 < _root.e_hpmax) {
speci = 1;
_root.hint = _root.e_name + ' fixed his jew bone and gained 5 HP - then pointed you with his sword.';
_root.e_hp += 5;
}
if ((_root.e_name == 'Troll guarding bridge' or _root.e_name == 'Cave troll') and rand > 90) {
speci = 1;
_root.hint = _root.e_name + ' started to dig in his nose.';
}
if ((_root.e_name == 'Dirty thug' or _root.e_name == 'Thief') and rand > 90 and _root.e_hp + 10 < _root.e_hpmax) {
speci = 1;
_root.e_hp += 10;
_root.hint = _root.e_name + ' used small health potion and gained 10 HP.';
}
if ((_root.e_name == 'Black widow' or _root.e_name == 'Giant spider') and rand > 95) {
speci = 1;
_root.hint = _root.e_name + ' used spider web to increase the ARMOR by 1.';
_root.e_arm += 1;
}
if ((_root.e_name == 'Elf ambusher' or _root.e_name == 'The knight') and rand > 90) {
speci = 1;
_root.hint = _root.e_name + ' consumed special herbs and increased his DEXTERITY by 1.';
_root.e_dex += 1;
}
if (_root.e_name == 'Horned Demon' and rand > 90) {
speci = 1;
_root.hint = _root.e_name + ' casted a fire spell and dealt you a 15 damage.';
_root.arep = '- 15 HP';
_root.hp -= 15;
}
if (speci == 0) {
_root.action = 'attack';
}
if (_root.action == 'attack') {
if (int(random(15) + 1) + _root.e_dex <= int(random(15) + 1) + _root.pdex) {
_root.hint = ' You dodged ' + _root.e_name + ' attack!';
_root.arep = 'MISS';
} else {
_root.dam = _root.e_str + int(random(_root.estr) / 3) - _root.xarm;
if (_root.dam <= 0) {
_root.dam = 0;
_root.hint = _root.e_name + ' hits you but deals NO damage to you!';
}
if (_root.dam > 0) {
_root.hint = _root.e_name + ' hits you and deals ' + _root.dam + ' damage to you!';
_root.hp -= _root.dam;
_root.arep = '- ' + _root.dam + ' HP';
_root.rage += 1;
if (_root.rage > 5) {
_root.rage = 5;
}
}
}
}
if (_root.hp < 0) {
_root.hp = 0;
}
}
frame 5 {
_root.e_glory += int(random(_root.e_glory) / 20);
_root.glory += _root.e_glory;
_root.hint = 'You have slain ' + _root.e_name + ' and received ' + _root.e_glory + ' GLORY!';
rand = int(random(50) + 10) + int((random(50) + 20) * _root.lvl / 3);
_root.gold += rand;
_root.stdi = 'GOLD COINS +' + rand;
}
frame 6 {
_root.hint = _root.e_name + ' slayed you!';
}
frame 7 {
_root.glory -= int(_root.e_glory / 10);
_root.hint = 'You managed to escape from this fight and lost ' + int(_root.e_glory / 10) + ' points of GLORY!';
if (_root.glory < 0) {
_root.glory = 0;
}
}
}
movieClip 419 {
}
movieClip 422 {
}
button 423 {
on (rollOver, releaseOutside) {
_root.hint = 'Back to town';
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 30;
}
}
button 425 {
on (rollOver, releaseOutside) {
_root.j1 = 'Destination: THE BUTCHER';
_root.j2 = 'Distance to travel: 25 miles';
_root.qactive = 1;
_root.location = 1;
_root.dist = 0;
_root.dtotal = 25;
_root.hint = _root.j1 + ' | ' + _root.j2;
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 50;
}
}
// unknown tag 88 length 65
movieClip 429 {
}
button 430 {
on (rollOver, releaseOutside) {
_root.j1 = 'Destination: THE BLACK SPIDER\'S PLAGUE';
_root.j2 = 'Distance to travel: 25 miles';
_root.qactive = 2;
_root.location = 2;
_root.dist = 0;
_root.dtotal = 25;
_root.hint = _root.j1 + ' | ' + _root.j2;
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 50;
}
}
movieClip 433 {
}
button 434 {
on (rollOver, releaseOutside) {
_root.j1 = 'Destination: HOLY WATER';
_root.j2 = 'Distance to travel: 38 miles';
_root.qactive = 3;
_root.location = 6;
_root.dist = 0;
_root.dtotal = 38;
_root.hint = _root.j1 + ' | ' + _root.j2;
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 50;
}
}
movieClip 436 {
}
button 437 {
on (rollOver, releaseOutside) {
_root.j1 = 'Destination: MY BELOVED FIANCÉ';
_root.j2 = 'Distance to travel: 39 miles';
_root.qactive = 4;
_root.location = 9;
_root.dist = 0;
_root.dtotal = 39;
_root.hint = _root.j1 + ' | ' + _root.j2;
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 50;
}
}
movieClip 440 {
}
button 441 {
on (rollOver, releaseOutside) {
_root.j1 = 'Destination: STOLEN PROPERTY';
_root.j2 = 'Distance to travel: 22 miles';
_root.qactive = 5;
_root.location = 2;
_root.dist = 0;
_root.dtotal = 22;
_root.hint = _root.j1 + ' | ' + _root.j2;
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 50;
}
}
movieClip 443 {
}
button 444 {
on (rollOver, releaseOutside) {
_root.j1 = 'Destination: LADY NEEDS HELP';
_root.j2 = 'Distance to travel: 40 miles';
_root.qactive = 6;
_root.location = 10;
_root.dist = 0;
_root.dtotal = 40;
_root.hint = _root.j1 + ' | ' + _root.j2;
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 50;
}
}
movieClip 447 {
}
button 448 {
on (rollOver, releaseOutside) {
_root.j1 = 'Destination: CHANTING OF MADNESS';
_root.j2 = 'Distance to travel: 45 miles';
_root.qactive = 7;
_root.location = 3;
_root.dist = 0;
_root.dtotal = 45;
_root.hint = _root.j1 + ' | ' + _root.j2;
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 50;
}
}
movieClip 451 {
}
button 452 {
on (rollOver, releaseOutside) {
_root.j1 = 'Destination: NEW HOPE GUARD POST';
_root.j2 = 'Distance to travel: 62 miles';
_root.qactive = 8;
_root.location = 10;
_root.dist = 0;
_root.dtotal = 62;
_root.hint = _root.j1 + ' | ' + _root.j2;
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 50;
}
}
movieClip 455 {
}
movieClip 458 {
}
// unknown tag 88 length 36
movieClip 462 {
}
button 463 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Tavern';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 31;
}
}
movieClip 466 {
}
button 467 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Princess';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 295;
}
}
movieClip 470 {
}
button 471 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Blacksmith';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.q2 < 999) {
if (_root.lvl >= 4) {
_root.wtg = 98;
} else {
_root.wtg = 106;
}
}
if (_root.q2 == 999) {
_root.wtg = 104;
}
if (_root.q2 == 1000) {
_root.wtg = 106;
}
}
}
movieClip 474 {
}
button 475 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Retard Cain';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.q1 < 999) {
_root.wtg = 90;
} else {
_root.wtg = 100;
}
}
}
button 476 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Open travel map';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 25;
}
}
movieClip 479 {
}
movieClip 480 {
}
movieClip 481 {
frame 1 {
var savefile = SharedObject.getLocal('fts');
savefile.data.dex = _root.dex;
savefile.data.str = _root.str;
savefile.data.arm = _root.arm;
savefile.data.ready_arm = _root.ready_arm;
savefile.data.ready_wea = _root.ready_wea;
savefile.data.hpmax = _root.hpmax;
savefile.data.hp = _root.hp;
savefile.data.gold = _root.gold;
savefile.data.w_str = _root.w_str;
savefile.data.b_str = _root.b_str;
savefile.data.w_arm = _root.w_arm;
savefile.data.b_arm = _root.b_arm;
savefile.data.w_dex = _root.w_dex;
savefile.data.item_hps = _root.item_hps;
savefile.data.item_hpg = _root.item_hpg;
savefile.data.arm1 = _root.arm1;
savefile.data.arm2 = _root.arm2;
savefile.data.arm3 = _root.arm3;
savefile.data.arm4 = _root.arm4;
savefile.data.wea1 = _root.wea1;
savefile.data.wea2 = _root.wea2;
savefile.data.wea3 = _root.wea3;
savefile.data.wea4 = _root.wea4;
savefile.data.glory = _root.glory;
savefile.data.q1 = _root.q1;
savefile.data.q2 = _root.q2;
savefile.data.q3 = _root.q3;
savefile.data.q4 = _root.q4;
savefile.data.q5 = _root.q5;
savefile.data.q6 = _root.q6;
savefile.data.q7 = _root.q7;
savefile.data.q8 = _root.q8;
savefile.data.q9 = _root.q9;
savefile.data.q10 = _root.q10;
savefile.data.it1 = _root.it1;
savefile.data.it2 = _root.it2;
savefile.data.it3 = _root.it3;
savefile.data.it4 = _root.it4;
savefile.data.it5 = _root.it5;
savefile.data.it6 = _root.it6;
savefile.data.it_torch = _root.it_torch;
savefile.data.it_key = _root.it_key;
savefile.data.it_song = _root.it_song;
savefile.data.lvl = _root.lvl;
savefile.data.it_holywater = _root.it_holywater;
savefile.data.it_talisman = _root.it_talisman;
savefile.data.it_banjo = _root.it_banjo;
d = 0;
this.onEnterFrame = function () {
d += 1;
if (d >= 70) {
ddd._alpha = 0;
}
};
}
}
movieClip 484 {
}
button 485 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Leave';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 30;
}
}
button 486 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Sit by the table';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 32;
}
}
button 487 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Go upstairs';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 33;
}
}
movieClip 490 {
}
button 491 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Merchant Girl';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.q3 == 1000) {
_root.wtg = 96;
} else {
_root.wtg = 110;
}
}
}
movieClip 494 {
}
button 495 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Noble man';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 200;
}
}
movieClip 498 {
}
movieClip 501 {
}
movieClip 502 {
}
button 503 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Leave';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 31;
}
}
movieClip 506 {
}
movieClip 507 {
}
button 508 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Bard';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 31;
if (_root.q5 == 1000) {
_root.wtg = x;
} else {
_root.wtg = 220;
}
}
}
movieClip 511 {
}
button 512 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Exotic dancer';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.q6 == 1000 or _root.lvl < 5) {
_root.wtg = 255;
}
if (_root.q6 != 1000 and _root.lvl >= 5) {
_root.wtg = 257;
}
}
}
movieClip 515 {
}
movieClip 518 {
}
button 519 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Go downstairs';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 31;
}
}
movieClip 522 {
}
button 523 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Courtesan';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 160;
}
}
movieClip 524 {
}
movieClip 527 {
}
movieClip 528 {
}
movieClip 531 {
frame 1 {
this.onEnterFrame = function () {
_root.dist += 0.05;
_root.distshow = int(_root.dist) + ' miles';
dbar._width = _root.dist * 5;
if (_root.dist >= _root.dtotal) {
if (_root.qactive == 1) {
_root.wtg = 92;
}
if (_root.qactive == 2) {
_root.wtg = 102;
}
if (_root.qactive == 3) {
_root.wtg = 115;
}
if (_root.qactive == 4) {
_root.wtg = 202;
}
if (_root.qactive == 5 and _root.q5 == 1) {
_root.wtg = 222;
}
if (_root.qactive == 5 and _root.q5 == 2) {
_root.wtg = 229;
}
if (_root.qactive == 6 and _root.q6 == 1) {
_root.wtg = 259;
}
if (_root.qactive == 6 and _root.q6 == 2) {
_root.wtg = 262;
}
if (_root.qactive == 7 and _root.q7 == 1) {
_root.wtg = 297;
}
if (_root.qactive == 7 and _root.q7 == 2) {
_root.wtg = 299;
}
if (_root.qactive == 8) {
_root.wtg = 308;
}
}
};
}
}
button 533 {
on (release) {
_root.wtg = 30;
}
}
movieClip 536 {
}
movieClip 537 {
frame 1 {
_root.wtb = 50;
z._alpha = 0;
cgc = 0;
this.onEnterFrame = function () {
cgc += 1;
rand = int(random(1500));
if (cgc > 50) {
if (rand == 1 or rand == 80 or rand == 81 or rand == 82 or rand == 83 or rand == 82) {
_root.wtg = 52;
}
if (rand == 2 or rand == 100 or rand == 99 or rand == 98 or rand == 97 or rand == 96 or rand == 95) {
_root.wtg = 58;
}
if (rand == 3 and _root.dist > 10) {
_root.wtg = 60;
}
if (rand == 4 and _root.dist > 10) {
_root.wtg = 64;
}
if (rand == 5) {
_root.wtg = 66;
}
if (rand == 6) {
_root.wtg = 68;
}
if (rand == 7) {
_root.wtg = 72;
}
}
};
}
}
button 538 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Courtesan';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 31;
}
}
movieClip 541 {
}
movieClip 545 {
}
button 546 {
on (release) {
rand = int(random(11) + 1);
if (rand < 9) {
_root.wtg = 53;
}
if (rand == 9) {
_root.wtg = 54;
}
if (rand == 10) {
_root.wtg = 55;
}
if (rand == 11) {
_root.wtg = 56;
}
}
}
button 548 {
on (release) {
_root.wtg = _root.wtb;
}
}
button 551 {
on (release) {
_root.wtg = _root.wtb;
}
}
button 554 {
on (release) {
_root.wtg = 20;
}
}
button 557 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Apple: restores 3 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.it1 > 0) {
_root.it1 -= 1;
_root.hp += 3;
}
}
}
button 558 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Bread: restores 5 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.it2 > 0) {
_root.it2 -= 1;
_root.hp += 5;
}
}
}
button 559 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Roasted chicken: restores 10 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.it3 > 0) {
_root.it3 -= 1;
_root.hp += 10;
}
}
}
movieClip 569 {
}
button 571 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = (_root.dex / 10) * 100 + '% chances for successful test';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
rand = int(random(10));
if (rand < _root.dex) {
_root.wtg = 62;
} else {
_root.wtg = 61;
}
}
}
button 573 {
on (release) {
_root.dist -= 10;
_root.wtg = _root.wtb;
}
}
movieClip 581 {
}
button 583 {
on (release) {
_root.gold -= 100;
_root.wtg = _root.wtb;
}
}
button 585 {
on (release) {
_root.wtg = 20;
}
}
movieClip 590 {
}
movieClip 594 {
frame 1 {
z._alpha = 0;
this.onEnterFrame = function () {
if (_root.gold < 50) {
_parent.b1._alpha = 30;
_parent.b1.enabled = false;
}
if (_root.gold < 15) {
_parent.b2._alpha = 30;
_parent.b2.enabled = false;
}
};
}
}
button 595 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy big health potion for 100 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 100;
if (_root.gold >= gold) {
_root.item_hpg += 1;
_root.gold -= gold;
}
}
}
button 597 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy small health potion for 40 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 40;
if (_root.gold >= gold) {
_root.item_hps += 1;
_root.gold -= gold;
}
}
}
button 598 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Small health potion: restores more than 10 hp';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 600 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Great health potion: restores more than 30 hp';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 604 {
}
button 608 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = '50% chances for success';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
rand = int(random(10));
if (rand < 5) {
_root.wtg = 69;
} else {
_root.wtg = 70;
}
}
}
movieClip 617 {
}
button 621 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy for 20 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 20;
if (_root.gold >= gold) {
_root.it3 += 1;
_root.gold -= gold;
}
}
}
button 622 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy for 7 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 7;
if (_root.gold >= gold) {
_root.it2 += 1;
_root.gold -= gold;
}
}
}
button 623 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy for 3 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 3;
if (_root.gold >= gold) {
_root.it1 += 1;
_root.gold -= gold;
}
}
}
button 624 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Apple: restores 3 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 625 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Bread: restores 5 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 626 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Roasted chicken: restores 10 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 632 {
}
movieClip 635 {
}
button 639 {
on (release) {
_root.q1 = 1;
_root.wtg = 30;
}
}
movieClip 641 {
}
movieClip 644 {
}
movieClip 647 {
}
movieClip 651 {
}
button 654 {
on (release) {
_root.wtg = 30;
}
}
movieClip 657 {
}
button 659 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Animal skins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 663 {
}
button 664 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Sell for 50 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 50;
if (_root.it4 > 0) {
_root.it4 -= 1;
_root.gold += gold;
}
}
}
button 666 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Sell for 100 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 100;
if (_root.it5 > 0) {
_root.it5 -= 1;
_root.gold += gold;
}
}
}
button 667 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Sell for 250 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 250;
if (_root.it6 > 0) {
_root.it6 -= 1;
_root.gold += gold;
}
}
}
button 668 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Sell for 30 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 30;
if (_root.it3 > 0) {
_root.it3 -= 1;
_root.gold += gold;
}
}
}
button 669 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy for 250 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 250;
if (_root.gold >= gold) {
_root.it6 += 1;
_root.gold -= gold;
}
}
}
button 670 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy for 100 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 100;
if (_root.gold >= gold) {
_root.it5 += 1;
_root.gold -= gold;
}
}
}
button 671 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy for 50 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 50;
if (_root.gold >= gold) {
_root.it4 += 1;
_root.gold -= gold;
}
}
}
button 672 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy for 30 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 30;
if (_root.gold >= gold) {
_root.it3 += 1;
_root.gold -= gold;
}
}
}
button 673 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Sell for 10 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 10;
if (_root.it2 > 0) {
_root.it2 -= 1;
_root.gold += gold;
}
}
}
button 674 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy for 10 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 10;
if (_root.gold >= gold) {
_root.it2 += 1;
_root.gold -= gold;
}
}
}
button 675 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy for 5 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 5;
if (_root.gold >= gold) {
_root.it1 += 1;
_root.gold -= gold;
}
}
}
button 676 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Sell for 5 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 5;
if (_root.it1 > 0) {
_root.it1 -= 1;
_root.gold += gold;
}
}
}
button 677 {
on (release) {
_root.wtg = 31;
}
}
button 680 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Cheap jewelry';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 681 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Precious gems';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 688 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Sell for 800 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 800;
if (_root.it_talisman > 0) {
_root.it_talisman = 0;
_root.gold += gold;
_parent.ta._x = 2000;
}
}
}
button 691 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Goblin Smasher talisman from the Blacksmith';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 692 {
}
movieClip 695 {
}
button 696 {
on (release) {
_root.wtg = 106;
}
}
button 700 {
on (release) {
_root.q2 = 1;
_root.wtg = 30;
}
}
movieClip 702 {
}
button 709 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Goblin Smasher talisman from the Blacksmith';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 713 {
}
button 714 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy HUNTING ARMOR for 250 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 250;
if (_root.gold >= gold) {
_root.arm2 = 1;
_root.gold -= gold;
arm2._x = 2000;
_root.ready_arm = 2;
}
}
}
movieClip 717 {
}
button 718 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy ELVEN ARMOR for 500 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 500;
if (_root.gold >= gold) {
_root.arm3 = 1;
_root.gold -= gold;
arm3._x = 2000;
_root.ready_arm = 3;
}
}
}
movieClip 721 {
}
button 722 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy SOUL REAPER ARMOR for 2000 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 2000;
if (_root.gold >= gold) {
_root.arm4 = 1;
_root.gold -= gold;
arm4._x = 2000;
_root.ready_arm = 4;
}
}
}
movieClip 725 {
}
button 726 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy BLACK ONYX SWORD for 250 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 250;
if (_root.gold >= gold) {
_root.wea2 = 1;
_root.gold -= gold;
wea2._x = 2000;
_root.ready_wea = 2;
_root.w_str = 1;
_root.w_dex = 2;
}
}
}
movieClip 729 {
}
button 730 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy SABRE OF PERFECTION for 500 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 500;
if (_root.gold >= gold) {
_root.wea3 = 1;
_root.gold -= gold;
wea3._x = 2000;
_root.ready_wea = 3;
_root.w_str = 2;
_root.w_dex = 2;
}
}
}
movieClip 733 {
}
button 734 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy WAR HAMMER for 2000 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 2000;
if (_root.gold >= gold) {
_root.wea4 = 1;
_root.gold -= gold;
wea4._x = 2000;
_root.ready_wea = 4;
_root.w_str = 3;
_root.w_dex = 3;
}
}
}
button 736 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy HUNTING ARMOR for 500 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 500;
if (_root.gold >= gold) {
_root.arm2 = 1;
_root.gold -= gold;
arm2._x = 2000;
_root.w_arm = 1;
}
}
}
button 737 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy ELVEN ARMOR for 2000 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 2000;
if (_root.gold >= gold) {
_root.arm3 = 1;
_root.gold -= gold;
arm3._x = 2000;
_root.w_arm = 2;
}
}
}
button 738 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy SOUL REAPER ARMOR for 5000 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 5000;
if (_root.gold >= gold) {
_root.arm4 = 1;
_root.gold -= gold;
arm4._x = 2000;
_root.w_arm = 3;
}
}
}
button 739 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy BLACK ONYX SWORD for 500 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 500;
if (_root.gold >= gold) {
_root.wea2 = 1;
_root.gold -= gold;
wea2._x = 2000;
}
}
}
button 740 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy SABRE OF PERFECTION for 2000 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 2000;
if (_root.gold >= gold) {
_root.wea3 = 1;
_root.gold -= gold;
wea3._x = 2000;
}
}
}
button 741 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy WAR HAMMER for 5000 gold coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 5000;
if (_root.gold >= gold) {
_root.wea4 = 1;
_root.gold -= gold;
wea4._x = 2000;
}
}
}
button 742 {
on (release) {
_root.wtg = 96;
}
}
button 744 {
on (release) {
_root.q3 = 1;
_root.wtg = 31;
}
}
movieClip 746 {
}
movieClip 749 {
}
movieClip 753 {
}
button 756 {
on (release) {
_root.enemy = 14;
_root.location = 8;
_root.wtb = 125;
_root.wtg = 20;
}
}
button 758 {
on (release) {
_root.gold -= 50;
_root.wtg = 118;
}
}
button 760 {
on (release) {
_root.gold -= 20;
_root.wtg = 118;
}
}
button 762 {
on (release) {
_root.wtg = 125;
}
}
movieClip 765 {
}
movieClip 768 {
}
button 770 {
on (release) {
_root.wtg = 0;
}
}
button 776 {
on (release) {
_root.wtg = 130;
}
}
button 778 {
on (release) {
_root.wtg = 128;
}
}
button 780 {
on (release) {
_root.wtg = 31;
}
}
movieClip 785 {
}
movieClip 788 {
}
button 792 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'KISS HER LIPS';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 794 {
}
button 795 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'MASSAGE HER BELLY';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 799 {
}
movieClip 800 {
}
button 801 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'MASSAGE HER ARM';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 803 {
}
button 804 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'REMOVE HER DRESS';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 808 {
}
movieClip 814 {
}
button 816 {
on (release) {
_root.wtg = 141;
}
}
button 818 {
on (release) {
_root.wtg = 140;
}
}
button 820 {
on (release) {
_root.wtg = 143;
}
}
movieClip 823 {
}
movieClip 826 {
}
movieClip 827 {
}
movieClip 828 {
}
movieClip 832 {
}
movieClip 835 {
}
movieClip 837 {
}
movieClip 838 {
}
movieClip 839 {
}
movieClip 840 {
}
movieClip 843 {
}
movieClip 845 {
}
movieClip 846 {
}
movieClip 847 {
}
movieClip 848 {
}
movieClip 849 {
}
movieClip 850 {
frame 1 {
stop();
}
}
button 851 {
on (press) {
s1._alpha = 100;
b1._alpha = 0;
b2._alpha = 0;
b3._alpha = 0;
b4._alpha = 0;
_root.ss = 1;
tellTarget ('_root.smoke') {
gotoAndStop(13);
}
}
on (release, releaseOutside, rollOut) {
s1._alpha = 0;
b1._alpha = 100;
b2._alpha = 100;
b3._alpha = 100;
b4._alpha = 100;
_root.ss = 0;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 852 {
on (press) {
s3._alpha = 100;
b1._alpha = 0;
b2._alpha = 0;
b3._alpha = 0;
b4._alpha = 0;
_root.ss = 3;
tellTarget ('_root.smoke') {
gotoAndStop(13);
}
}
on (release, releaseOutside, rollOut) {
s3._alpha = 0;
b1._alpha = 100;
b2._alpha = 100;
b3._alpha = 100;
b4._alpha = 100;
_root.ss = 0;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 853 {
on (press) {
s2._alpha = 100;
b1._alpha = 0;
b2._alpha = 0;
b3._alpha = 0;
b4._alpha = 0;
_root.ss = 2;
tellTarget ('_root.smoke') {
gotoAndStop(13);
}
}
on (release, releaseOutside, rollOut) {
s2._alpha = 0;
b1._alpha = 100;
b2._alpha = 100;
b3._alpha = 100;
b4._alpha = 100;
_root.ss = 0;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 855 {
}
movieClip 857 {
}
movieClip 859 {
}
movieClip 860 {
}
movieClip 861 {
}
movieClip 863 {
}
movieClip 865 {
}
movieClip 866 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0;
_root.ftg = 1;
c = 0;
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
_parent.s3._alpha = 0;
_root.head = 'up';
g1 = 'Such soft, smooth legs…I look forward to the rest of you.';
g2 = 'It is a crime that a shape such as yours was covered up for so long…amazing';
g3 = 'Soft yet firm…your still a nubile young maiden…lucky me';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
}
if (_root.sex >= 66) {
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
};
}
}
movieClip 870 {
}
button 873 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'DROP YOUR PANTS';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 876 {
}
movieClip 884 {
}
button 885 {
on (release) {
_root.ss = 2;
}
}
button 887 {
on (release) {
_root.ss = 1;
}
}
button 889 {
on (release) {
_root.ss = 3;
}
}
movieClip 891 {
frame 1 {
tellTarget ('_parent.mvs') {
stop();
}
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Ohh my…your mouth is so soft and warm…ahhh that\'s good.';
g2 = 'Mmm…You are quite skilled for a married woman stuck taking care of…OhhhHHhhh, nevermind!';
g3 = 'That\'s it…swallow it all…get what you\'ve been missing…Ahhhhh fuck you\'re good!';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
}
if (_root.sex >= 66) {
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
c += _root.ss;
if (c >= 9) {
if (_root.head == 'up') {
_root.ftg += 1;
}
if (_root.head == 'down') {
_root.ftg -= 1;
}
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
}
if (_root.ftg >= 3) {
_root.head = 'down';
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
};
}
}
movieClip 900 {
}
button 901 {
on (release) {
err = 0;
if (_root.ppp == 1 and err == 0) {
_root.ppp = 2;
err = 1;
_root.wtg = 151;
}
if (_root.ppp == 2 and err == 0) {
_root.ppp = 1;
err = 1;
_root.wtg = 150;
}
}
}
movieClip 904 {
frame 1 {
tellTarget ('_parent.mvs') {
stop();
}
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Wait, I shouldn\'t…and there\'s no way your huge member will fi….OHHH MY GODS it\'s big! Go slow please…';
g2 = 'Uhhnn…Yesss…please give me more! In all my year\'s of marriage I\'ve never been stretched so well!';
g3 = 'Yes…Yes…Your going to make me…Don\'t stop pounding me…I\'m going tooooeeeEEEEEYYEESSSSS!!!!';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
}
if (_root.sex >= 66) {
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 153;
}
c += _root.ss;
if (c >= 9) {
if (_root.head == 'up') {
_root.ftg += 1;
}
if (_root.head == 'down') {
_root.ftg -= 1;
}
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
}
if (_root.ftg >= 3) {
_root.head = 'down';
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
};
}
}
movieClip 911 {
}
movieClip 914 {
}
movieClip 917 {
}
movieClip 918 {
}
movieClip 924 {
}
button 927 {
on (release) {
_root.wtg = 33;
}
}
button 928 {
on (release) {
_root.gold -= 300;
_root.wtg = 186;
}
}
button 930 {
on (release) {
_root.gold -= 100;
_root.wtg = 167;
}
}
button 932 {
on (release) {
_root.gold -= 50;
_root.wtg = 162;
}
}
movieClip 936 {
}
movieClip 946 {
}
movieClip 948 {
frame 1 {
tellTarget ('_parent.mvs') {
stop();
}
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'That\'s it, open up and give me my money\'s worth…';
g2 = 'Oooh, that\'s good…I bet you and that shhhhit…that tongue are pretty popular.';
g3 = 'Yeah…swallow that cock…uhhn, you love it…FUCK I love it too!';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
}
if (_root.sex >= 66) {
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
c += _root.ss;
if (c >= 9) {
if (_root.head == 'up') {
_root.ftg += 1;
}
if (_root.head == 'down') {
_root.ftg -= 1;
}
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
}
if (_root.ftg >= 3) {
_root.head = 'down';
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
};
}
}
button 949 {
on (release) {
_root.wtg = 33;
}
}
movieClip 952 {
}
movieClip 955 {
}
movieClip 956 {
}
movieClip 961 {
}
movieClip 965 {
}
button 966 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'TOUCH HER BOOBS';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 970 {
}
movieClip 973 {
}
button 974 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'SMACK HER ASS';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 977 {
}
button 978 {
on (release) {
_root.wtg = 176;
}
}
button 980 {
on (release) {
_root.wtg = 173;
}
}
movieClip 984 {
}
movieClip 987 {
}
button 988 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'KISS HER THIGHS';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
button 990 {
on (release) {
_root.wtg = 179;
}
}
movieClip 994 {
}
movieClip 997 {
}
button 998 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'INSERT YOUR FINGERS';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 1001 {
}
movieClip 1002 {
}
movieClip 1011 {
}
button 1012 {
on (release) {
err = 0;
if (_root.ppp == 1 and err == 0) {
_root.ppp = 2;
err = 1;
_root.wtg = 181;
}
if (_root.ppp == 2 and err == 0) {
_root.ppp = 1;
err = 1;
_root.wtg = 180;
}
}
}
movieClip 1014 {
frame 1 {
tellTarget ('_parent.mvs') {
stop();
}
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Nice and hard, mmm…slide it in juuuust like that. At least you\'re bigger than the last…ahem, oh yes that\'s nice.';
g2 = 'Pound away…I love to see young lads sweating and working hard to satisfy me…';
g3 = 'There you go, young traveler. Take your lust out on my pussy…get what you paid for…';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
}
if (_root.sex >= 66) {
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 183;
}
c += _root.ss;
if (c >= 9) {
if (_root.head == 'up') {
_root.ftg += 1;
}
if (_root.head == 'down') {
_root.ftg -= 1;
}
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
}
if (_root.ftg >= 3) {
_root.head = 'down';
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
};
}
}
movieClip 1021 {
}
movieClip 1024 {
}
movieClip 1027 {
}
movieClip 1028 {
}
movieClip 1035 {
}
movieClip 1040 {
}
button 1042 {
on (release) {
_root.wtg = 189;
}
}
button 1044 {
on (release) {
_root.wtg = 188;
}
}
movieClip 1048 {
}
movieClip 1052 {
}
movieClip 1053 {
}
movieClip 1063 {
}
button 1064 {
on (release) {
err = 0;
if (_root.ppp == 1 and err == 0) {
_root.ppp = 2;
err = 1;
_root.wtg = 191;
}
if (_root.ppp == 2 and err == 0) {
_root.ppp = 1;
err = 1;
_root.wtg = 190;
}
}
}
movieClip 1066 {
frame 1 {
tellTarget ('_parent.mvs') {
stop();
}
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Wow…that\'s much tighter than I thought…shit that feels good...';
g2 = 'Oooh, yeah like that…how are you squeezing me like that…Ahhhh don’t stop.';
g3 = 'Fuck yeah! I like fucking your bum you filthy whore…take it! ';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
}
if (_root.sex >= 66) {
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 192;
}
c += _root.ss;
if (c >= 9) {
if (_root.head == 'up') {
_root.ftg += 1;
}
if (_root.head == 'down') {
_root.ftg -= 1;
}
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
}
if (_root.ftg >= 3) {
_root.head = 'down';
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
};
}
}
movieClip 1073 {
}
movieClip 1076 {
}
movieClip 1079 {
}
movieClip 1080 {
}
movieClip 1085 {
}
movieClip 1090 {
}
button 1093 {
on (release) {
_root.q4 = 1;
_root.wtg = 31;
}
}
movieClip 1095 {
}
movieClip 1098 {
}
movieClip 1104 {
}
movieClip 1108 {
}
movieClip 1112 {
}
button 1114 {
on (release) {
_root.wtg = 209;
}
}
button 1116 {
on (release) {
_root.enemy = 15;
_root.wtb = 207;
_root.wtg = 20;
}
}
button 1118 {
on (release) {
_root.wtg = 212;
}
}
movieClip 1121 {
}
button 1122 {
on (release) {
_root.wtg = 211;
}
}
movieClip 1125 {
}
movieClip 1132 {
}
movieClip 1137 {
}
button 1140 {
on (release) {
_root.q5 = 1;
_root.wtg = 32;
}
}
movieClip 1142 {
}
movieClip 1145 {
}
movieClip 1148 {
}
movieClip 1154 {
}
button 1159 {
on (release) {
_root.wtg = 229;
}
}
button 1161 {
on (release) {
_root.wtg = 227;
}
}
button 1163 {
on (release) {
_root.wtg = 233;
}
}
movieClip 1167 {
}
button 1169 {
on (release) {
_root.it4 -= 2;
_root.wtg = 231;
}
}
button 1171 {
on (release) {
_root.wtg = 233;
}
}
button 1173 {
on (release) {
_root.wtg = 235;
}
}
movieClip 1176 {
}
movieClip 1182 {
}
button 1186 {
on (release) {
_root.wtg = 238;
}
}
button 1188 {
on (release) {
_root.wtg = 240;
}
}
button 1190 {
on (release) {
_root.wtg = 32;
}
}
movieClip 1193 {
}
movieClip 1198 {
}
movieClip 1203 {
}
movieClip 1206 {
}
movieClip 1217 {
}
movieClip 1218 {
frame 1 {
tellTarget ('_parent.mvs') {
stop();
}
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Ohh my…your mouth is so soft and warm…ahhh that\'s good.';
g2 = 'Mmm…You are quite skilled for a married woman stuck taking care of…OhhhHHhhh, nevermind!';
g3 = 'That\'s it…swallow it all…get what you\'ve been missing…Ahhhhh fuck you\'re good!';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
}
if (_root.sex >= 66) {
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 153;
}
c += _root.ss;
if (c >= 9) {
if (_root.head == 'up') {
_root.ftg += 1;
}
if (_root.head == 'down') {
_root.ftg -= 1;
}
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
}
if (_root.ftg >= 3) {
_root.head = 'down';
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
};
}
}
movieClip 1223 {
}
movieClip 1226 {
}
movieClip 1230 {
}
movieClip 1233 {
}
movieClip 1238 {
}
button 1242 {
on (release) {
_root.end = 3;
_root.wtg = 360;
}
}
movieClip 1246 {
}
button 1247 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Sell for 10 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 120;
if (_root.item_hpg > 0) {
_root.item_hpg -= 1;
_root.gold += gold;
}
}
}
button 1248 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Sell for 50 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 50;
if (_root.item_hps > 0) {
_root.item_hps -= 1;
_root.gold += gold;
}
}
}
button 1249 {
on (release) {
_root.wtg = 32;
}
}
button 1251 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy small health potion for 50 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 50;
if (_root.gold >= gold) {
_root.item_hps += 1;
_root.gold -= gold;
}
}
}
button 1253 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Buy big health potion for 120 golden coins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gold = 120;
if (_root.gold >= gold) {
_root.item_hpg += 1;
_root.gold -= gold;
}
}
}
button 1255 {
on (release) {
_root.wtg = 255;
}
}
button 1257 {
on (release) {
_root.q6 = 1;
_root.wtg = 32;
}
}
movieClip 1259 {
}
movieClip 1262 {
}
movieClip 1268 {
}
button 1272 {
on (release) {
_root.enemy = 16;
_root.wtb = 264;
_root.wtg = 20;
}
}
button 1274 {
on (release) {
_root.wtg = 266;
}
}
button 1276 {
on (release) {
_root.wtg = 270;
}
}
movieClip 1281 {
}
button 1284 {
on (release) {
_root.wtg = 274;
}
}
button 1286 {
on (release) {
_root.wtg = 272;
}
}
movieClip 1290 {
}
button 1293 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Great health potion: restores over 30 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 1299 {
}
movieClip 1303 {
}
movieClip 1307 {
}
movieClip 1316 {
}
movieClip 1318 {
frame 1 {
tellTarget ('_parent.mvs') {
stop();
}
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Oh my… your lips are so soft…uhhn';
g2 = 'Ooh…ooh…so warm and wet, how does your tongue moves so wildly?';
g3 = 'Uhmph! Yes…swallow my manhood Lachesis…Uhhn yes…careful or I will fill your mouth too soon!';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
}
if (_root.sex >= 66) {
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
c += _root.ss;
if (c >= 9) {
if (_root.head == 'up') {
_root.ftg += 1;
}
if (_root.head == 'down') {
_root.ftg -= 1;
}
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
}
if (_root.ftg >= 3) {
_root.head = 'down';
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
};
}
}
movieClip 1321 {
}
button 1322 {
on (release) {
_root.wtg = 282;
}
}
button 1323 {
on (release) {
_root.wtg = 284;
}
}
button 1325 {
on (release) {
_root.wtg = 286;
}
}
movieClip 1328 {
}
movieClip 1331 {
}
movieClip 1335 {
}
movieClip 1336 {
}
movieClip 1340 {
}
movieClip 1343 {
}
movieClip 1344 {
}
movieClip 1348 {
}
movieClip 1356 {
frame 1 {
stop();
}
}
button 1357 {
on (release) {
err = 0;
if (_root.ppp == 1 and err == 0) {
_root.ppp = 2;
err = 1;
_root.wtg = 288;
}
if (_root.ppp == 2 and err == 0) {
_root.ppp = 1;
err = 1;
_root.wtg = 287;
}
}
}
movieClip 1359 {
frame 1 {
tellTarget ('_parent.mvs') {
stop();
}
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Ohhhhh…I love the first thrust…nice and slow, yesss…';
g2 = 'Mmm…Uhhn…mmm…By the Gods you are good! I…oooh…I\'m almost…';
g3 = 'Oh! Right there…right there right theeerreee AHHHHHHHH YESSSSSSS!!!';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
}
if (_root.sex >= 66) {
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 289;
}
c += _root.ss;
if (c >= 9) {
if (_root.head == 'up') {
_root.ftg += 1;
}
if (_root.head == 'down') {
_root.ftg -= 1;
}
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
}
if (_root.ftg >= 3) {
_root.head = 'down';
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
};
}
}
movieClip 1366 {
frame 1 {
stop();
}
}
movieClip 1373 {
frame 1 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 2 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 3 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 4 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10) {
delete this.onEnterFrame;
gotoAndStop(1);
}
};
}
}
movieClip 1380 {
}
movieClip 1383 {
}
movieClip 1388 {
}
button 1391 {
on (release) {
_root.q7 = 1;
_root.wtg = 30;
}
}
movieClip 1393 {
}
movieClip 1394 {
}
movieClip 1397 {
}
movieClip 1401 {
}
button 1403 {
on (release) {
_root.wtf = 303;
}
}
button 1405 {
on (release) {
_root.wtg = 301;
}
}
button 1407 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Goblin smasher talisman from the Blacksmith';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 1408 {
}
button 1409 {
on (release) {
_root.enemy = 17;
_root.end = 1;
_root.wtb = 360;
_root.wtg = 20;
}
}
button 1411 {
on (release) {
_root.end = 2;
_root.wtg = 360;
}
}
button 1413 {
on (release) {
_root.wtf = 0;
}
}
movieClip 1416 {
}
movieClip 1419 {
}
button 1426 {
on (release) {
_root.wtg = 312;
}
}
movieClip 1430 {
}
button 1431 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Bard\'s lyrics on a sheet of paper';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 1432 {
}
button 1435 {
on (release) {
_root.end = 5;
_root.wtg = 360;
}
}
button 1437 {
on (release) {
_root.end = 4;
_root.wtg = 360;
}
}
movieClip 1441 {
}
movieClip 1446 {
}
movieClip 1450 {
}
movieClip 1454 {
}
movieClip 1458 {
}
movieClip 1462 {
}
movieClip 1464 {
}
button 1465 {
on (release) {
if (_root.aff != '') {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=939539-0001&PA=' + _root.aff + '&HTML=http://lopgold.com/index_ele.php', '_blank');
} else {
getURL('http://lopgold.com/index_ele.php', '_blank');
}
}
}
movieClip 1467 {
}
button 1468 {
on (release) {
getURL('http://playforceone.com/pf1_games.php?mygame=My%20sex%20date:%20Paula', '_blank');
}
}
movieClip 1470 {
}
button 1471 {
on (release) {
getURL('http://sexandglory.com/index_mi.php', '_blank');
}
}
movieClip 1472 {
}
button 1473 {
on (release) {
getURL('http://playforceone.com/pf1_games.php?mygame=Ryan%20Blender', '_blank');
}
}
movieClip 1474 {
}
movieClip 1479 {
}
button 1480 {
on (release) {
getURL('http://fts.lessonofpassion.com/index.php?goending=' + _root.ending, '_blank');
}
}
button 1481 {
on (release) {
tellTarget ('_root') {
gotoAndStop(2);
}
}
}
movieClip 1482 {
}
movieClip 1486 {
frame 1 {
stop();
_parent.stats._alpha = 100;
_parent.stats2._alpha = 100;
_root.touchx = 0;
_root.t_score = 0;
_root.n_score = 0;
_root.pro = 0;
_root.touch = 0;
_root.sexplus = 0;
_root.sex = 0;
_root.sexminus = 0;
_root.hint = ' ';
_root.say = 'What are you waiting for Leo...';
this.onEnterFrame = function () {
tx._alpha = 0;
x1._alpha = 0;
y1._alpha = 0;
x2._alpha = 0;
y2._alpha = 0;
x3._alpha = 0;
y3._alpha = 0;
x4._alpha = 0;
y4._alpha = 0;
bck._width = 920;
bck._height = 613;
bck._x = -int(_xmouse / 40);
bck._y = -int(_ymouse / 40);
loca._x = 25 - int(_xmouse / 50);
edx._x = -int(_xmouse / 3.2);
locabig._x = -300 - int(_xmouse / 50);
gr._x = 500 - _xmouse / 30;
gm._x = 200 - _xmouse / 20;
gc._x = 200 - _xmouse / 30;
gc._y = -(_ymouse / 20);
g0._x = -(_xmouse / 20);
g0._y = -(_ymouse / 50);
gl._x = 100 - _xmouse / 20;
gl._y = -(_ymouse / 40);
gmax._x = -(_xmouse / 10);
gmax._y = -(_ymouse * 2.2);
gbig._x = 520 - _xmouse / 30;
light._width = 1200;
light._height = 800;
light._x = -int(_xmouse / 5);
light._y = -int(_ymouse / 5);
if (_root.wtf == 0) {
_root.wtf = '';
nextFrame();
}
if (_root.wtf > 0) {
_root.wtfa = _root.wtf;
_root.wtf = '';
gotoAndStop(_root.wtfa);
}
if (_root.wtg != '') {
_root.wtggo = _root.wtg;
_root.wtg = '';
tellTarget ('black') {
play();
}
}
ccc -= 1;
if (_root.txt != '') {
_root.go = _root.txt;
_root.txt = '';
ccc = 100;
}
if (ccc <= 0) {
_root.go = '';
ccc = 0;
}
};
black._alpha = 100;
}
frame 1 {
if (_root.glory == 0) {
gotoAndStop(340);
} else {
gotoAndStop(30);
}
}
frame 20 {
_root.status = 'fight';
_root.stamina = 3;
_root.rage = 0;
}
frame 25 {
if (_root.q1 != 1) {
q1._x = 2000;
}
if (_root.q2 != 1) {
q2._x = 2000;
}
if (_root.q3 != 1) {
q3._x = 2000;
}
if (_root.q4 != 1) {
q4._x = 2000;
}
if (_root.q5 > 5 or _root.q5 == 0) {
q5._x = 2000;
}
if (_root.q6 > 5 or _root.q6 == 0) {
q6._x = 2000;
}
if (_root.q7 > 5 or _root.q7 == 0) {
q7._x = 2000;
}
}
frame 30 {
if (_root.q1 == 1000) {
q1._x = 2000;
}
if (_root.lvl < 6) {
b1._x = 2000;
}
}
frame 31 {
if (_root.lvl < 2 or _root.q4 > 2) {
b1._x = 2000;
}
}
frame 32 {
if (_root.q5 == 1000 or _root.lvl < 4) {
ba._x = 2000;
}
}
frame 50 {
dtotal._width = _root.dtotal * 5;
}
frame 53 {
rand = int(random(50) + 10);
_root.gold += rand;
_root.stdi = 'GOLD COINS +' + rand;
}
frame 54 {
if (_root.qactive == 1) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 1;
}
if (rand == 1) {
_root.enemy = 3;
}
if (rand == 2) {
_root.enemy = 4;
}
if (rand == 3) {
_root.enemy = 5;
}
if (rand >= 4) {
_root.enemy = 9;
}
}
if (_root.qactive == 2) {
rand = int(random(6));
if (rand == 0) {
_root.enemy = 7;
}
if (rand == 1) {
_root.enemy = 6;
}
if (rand == 2) {
_root.enemy = 20;
}
if (rand == 3) {
_root.enemy = 22;
}
if (rand >= 4) {
_root.enemy = 13;
}
}
if (_root.qactive == 3) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 1;
}
if (rand == 1) {
_root.enemy = 4;
}
if (rand == 2) {
_root.enemy = 3;
}
if (rand == 3) {
_root.enemy = 5;
}
if (rand >= 4) {
_root.enemy = 5;
}
}
if (_root.qactive == 4) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 12;
}
if (rand == 1) {
_root.enemy = 8;
}
if (rand == 2) {
_root.enemy = 11;
}
if (rand == 3) {
_root.enemy = 5;
}
if (rand >= 4) {
_root.enemy = 9;
}
}
if (_root.qactive == 5) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 21;
}
if (rand == 1) {
_root.enemy = 22;
}
if (rand == 2) {
_root.enemy = 7;
}
if (rand == 3) {
_root.enemy = 6;
}
if (rand >= 4) {
_root.enemy = 2;
}
}
if (_root.qactive == 6) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 21;
}
if (rand == 1) {
_root.enemy = 22;
}
if (rand == 2) {
_root.enemy = 20;
}
if (rand == 3) {
_root.enemy = 23;
}
if (rand >= 4) {
_root.enemy = 24;
}
}
if (_root.qactive == 7) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 13;
}
if (rand == 1) {
_root.enemy = 22;
}
if (rand == 2) {
_root.enemy = 20;
}
if (rand == 3) {
_root.enemy = 23;
}
if (rand >= 4) {
_root.enemy = 25;
}
}
if (_root.qactive == 8) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 23;
}
if (rand == 1) {
_root.enemy = 24;
}
if (rand == 2) {
_root.enemy = 20;
}
if (rand == 3) {
_root.enemy = 22;
}
if (rand >= 4) {
_root.enemy = 21;
}
}
}
frame 55 {
_root.it1 = int(_root.it1 / 2);
_root.it2 = int(_root.it2 / 2);
_root.it3 = int(_root.it3 / 2);
}
frame 56 {
rand = int(random(10) + 1);
_root.hp -= rand;
_root.stdi = 'HEALTH -' + rand;
}
frame 58 {
if (_root.qactive == 1) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 1;
}
if (rand == 1) {
_root.enemy = 3;
}
if (rand == 2) {
_root.enemy = 4;
}
if (rand == 3) {
_root.enemy = 5;
}
if (rand >= 4) {
_root.enemy = 9;
}
}
if (_root.qactive == 2) {
rand = int(random(6));
if (rand == 0) {
_root.enemy = 7;
}
if (rand == 1) {
_root.enemy = 6;
}
if (rand == 2) {
_root.enemy = 20;
}
if (rand == 3) {
_root.enemy = 22;
}
if (rand >= 4) {
_root.enemy = 13;
}
}
if (_root.qactive == 3) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 1;
}
if (rand == 1) {
_root.enemy = 4;
}
if (rand == 2) {
_root.enemy = 3;
}
if (rand == 3) {
_root.enemy = 5;
}
if (rand >= 4) {
_root.enemy = 5;
}
}
if (_root.qactive == 4) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 12;
}
if (rand == 1) {
_root.enemy = 8;
}
if (rand == 2) {
_root.enemy = 11;
}
if (rand == 3) {
_root.enemy = 5;
}
if (rand >= 4) {
_root.enemy = 9;
}
}
if (_root.qactive == 5) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 21;
}
if (rand == 1) {
_root.enemy = 22;
}
if (rand == 2) {
_root.enemy = 7;
}
if (rand == 3) {
_root.enemy = 6;
}
if (rand >= 4) {
_root.enemy = 2;
}
}
if (_root.qactive == 6) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 21;
}
if (rand == 1) {
_root.enemy = 22;
}
if (rand == 2) {
_root.enemy = 20;
}
if (rand == 3) {
_root.enemy = 23;
}
if (rand >= 4) {
_root.enemy = 24;
}
}
if (_root.qactive == 7) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 13;
}
if (rand == 1) {
_root.enemy = 22;
}
if (rand == 2) {
_root.enemy = 20;
}
if (rand == 3) {
_root.enemy = 23;
}
if (rand >= 4) {
_root.enemy = 25;
}
}
if (_root.qactive == 8) {
rand = int(random(5));
if (rand == 0) {
_root.enemy = 23;
}
if (rand == 1) {
_root.enemy = 24;
}
if (rand == 2) {
_root.enemy = 20;
}
if (rand == 3) {
_root.enemy = 22;
}
if (rand >= 4) {
_root.enemy = 21;
}
}
}
frame 61 {
rand = int(random(10) + 1);
_root.hp -= rand;
_root.stdi = 'HEALTH -' + rand;
}
frame 64 {
_root.enemy = 2;
if (_root.gold < 100) {
b1._alpha = 30;
b1.enabled = false;
}
}
frame 66 {
_root.enemy = 2;
if (_root.gold < 100) {
b1._alpha = 30;
b1.enabled = false;
}
}
frame 69 {
_root.it1 = int(_root.it1 / 2);
_root.it2 = int(_root.it2 / 2);
_root.it3 = int(_root.it3 / 2);
}
frame 72 {
_root.enemy = 2;
if (_root.gold < 100) {
b1._alpha = 30;
b1.enabled = false;
}
}
frame 90 {
if (_root.q1 > 0) {
aq._x = 2000;
}
}
frame 94 {
_root.q1 = 999;
_root.it4 += 2;
}
frame 96 {
if (_root.q1 == 1) {
aq._x = 2000;
}
if (_root.it_talisman != 1) {
ta._x = 2000;
}
}
frame 98 {
if (_root.q2 > 0) {
aq._x = 2000;
}
}
frame 100 {
_root.q1 = 1000;
_root.glory += 250;
}
frame 102 {
_root.enemy = 10;
_root.location = 7;
_root.wtb = 104;
}
frame 104 {
_root.q2 = 1000;
_root.it_talisman = 1;
_root.glory += 5000;
}
frame 106 {
if (_root.arm2 == 1) {
arm2._x = 2000;
}
if (_root.arm3 == 1) {
arm3._x = 2000;
}
if (_root.arm4 == 1) {
arm4._x = 2000;
}
if (_root.wea2 == 1) {
wea2._x = 2000;
}
if (_root.wea3 == 1) {
wea3._x = 2000;
}
if (_root.wea4 == 1) {
wea4._x = 2000;
}
}
frame 108 {
_root.q2 = 999;
gotoAndStop(30);
}
frame 110 {
if (_root.q3 > 0) {
aq._x = 2000;
}
}
frame 116 {
if (_root.gold < 20) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.gold < 50) {
b2._alpha = 30;
b2.enabled = false;
}
}
frame 118 {
_root.it_holywater = 1;
_root.quest3 = 999;
}
frame 120 {
_root.enemy = 14;
_root.location = 8;
_root.wtb = 121;
}
frame 121 {
_root.q3 = 999;
gotoAndStop(30);
}
frame 125 {
_root.q3 = 1000;
_root.it_holywater = 0;
_root.glory += 1000;
}
frame 128 {
_root.gold += 500;
}
frame 149 {
_root.ppp = 1;
}
frame 160 {
if (_root.gold < 50) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.gold < 100) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.gold < 300) {
b3._alpha = 30;
b3.enabled = false;
}
}
frame 179 {
_root.ppp = 1;
}
frame 189 {
_root.ppp = 1;
}
frame 200 {
if (_root.q4 > 0) {
aq._x = 2000;
}
}
frame 211 {
_root.q4 = 1000;
_root.glory += 5000;
}
frame 212 {
_root.q4 = 1000;
_root.glory += 3000;
_root.gold += 1500;
}
frame 220 {
if (_root.q5 == 1) {
aq._x = 2000;
}
}
frame 227 {
_root.q5 = 2;
}
frame 229 {
_root.q5 = 2;
if (_root.it4 < 2) {
b1._alpha = 30;
b1.enabled = false;
}
}
frame 235 {
_root.q5 = 1000;
_root.it_banjo = 0;
_root.glory += 4000;
}
frame 238 {
_root.glory += 1000;
_root.it_song = 1;
}
frame 243 {
_root.ss = 1;
}
frame 244 {
_root.ss = 2;
}
frame 257 {
if (_root.q6 > 0) {
aq._x = 2000;
}
}
frame 259 {
_root.q6 = 2;
}
frame 270 {
_root.q6 = 1000;
}
frame 272 {
_root.item_hpg += 5;
_root.glory += 7000;
}
frame 286 {
_root.ppp = 1;
}
frame 295 {
if (_root.q7 > 0) {
aq._x = 2000;
}
}
frame 297 {
_root.q7 = 2;
}
frame 299 {
if (_root.it_talisman != 1) {
aq._x = 2000;
}
}
frame 310 {
if (_root.it_song != 1) {
_root.wtg = 312;
}
}
frame 320 {
_root.gold -= int(_root.gold / 10);
_root.glory -= int(_root.glory / 10);
_root.hp = _root.hpmax;
}
frame 360 {
ccc = 0;
_parent.stats._alpha = 0;
_parent.stats2._alpha = 0;
_root.girl = 'none';
_root.moodshow = 0;
_root.err = 0;
if (_root.end == 1) {
_root.ending = 'e1_ncmvncmvncm';
}
if (_root.end == 2) {
_root.ending = 'e2_sldksldksldk';
}
if (_root.end == 3) {
_root.ending = 'e3_wewqedsds';
}
if (_root.end == 4) {
_root.ending = 'e4_potpoptyo';
}
if (_root.end == 5) {
_root.ending = 'e5_xbcxnzcbzxnc';
}
_root.endinglink = 'http://fts.lessonofpassion.com/index.php?goending=' + _root.ending;
_root.playmusic = 0;
}
}
movieClip 1490 {
}
button 1491 {
on (release) {
gotoAndStop(2);
}
}
movieClip 1493 {
}
movieClip 1494 {
}
button 1502 {
on (release) {
gotoAndStop(1);
}
}
movieClip 1512 {
}
movieClip 1517 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ready_arm);
};
}
frame 4 {
stop();
}
}
button 1518 {
on (release) {
done = 0;
if (_root.ready_arm == 1) {
if (_root.arm2 == 1 and done == 0) {
_root.w_arm = 1;
done = 1;
_root.ready_arm = 2;
}
if (_root.arm3 == 1 and done == 0) {
_root.w_arm = 2;
done = 1;
_root.ready_arm = 3;
}
if (_root.arm4 == 1 and done == 0) {
_root.w_arm = 3;
done = 1;
_root.ready_arm = 4;
}
}
if (_root.ready_arm == 2) {
if (_root.arm3 == 1 and done == 0) {
_root.w_arm = 2;
done = 1;
_root.ready_arm = 3;
}
if (_root.arm4 == 1 and done == 0) {
_root.w_arm = 3;
done = 1;
_root.ready_arm = 4;
}
}
if (_root.ready_arm == 3) {
if (_root.arm4 == 1 and done == 0) {
_root.w_arm = 3;
done = 1;
_root.ready_arm = 4;
}
}
}
}
button 1520 {
on (release) {
done = 0;
if (_root.ready_arm == 2) {
if (_root.arm1 == 1) {
_root.w_arm = 0;
done = 1;
_root.ready_arm = 1;
}
}
if (_root.ready_arm == 3) {
if (_root.arm2 == 1 and done == 0) {
_root.w_arm = 1;
done = 1;
_root.ready_arm = 2;
}
if (_root.arm1 == 1 and done == 0) {
_root.w_arm = 0;
done = 1;
_root.ready_arm = 1;
}
}
if (_root.ready_arm == 4) {
if (_root.arm3 == 1 and done == 0) {
_root.w_arm = 2;
done = 1;
_root.ready_arm = 3;
}
if (_root.arm2 == 1 and done == 0) {
_root.w_arm = 1;
done = 1;
_root.ready_arm = 2;
}
if (_root.arm1 == 1 and done == 0) {
_root.w_arm = 0;
done = 1;
_root.ready_arm = 1;
}
}
}
}
movieClip 1524 {
}
movieClip 1529 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ready_wea);
};
}
}
button 1530 {
on (release) {
done = 0;
if (_root.ready_wea == 1) {
if (_root.wea2 == 1 and done == 0) {
_root.w_str = 1;
_root.w_dex = 2;
done = 1;
_root.ready_wea = 2;
}
if (_root.wea3 == 1 and done == 0) {
_root.w_str = 2;
_root.w_dex = 2;
done = 1;
_root.ready_wea = 3;
}
if (_root.wea4 == 1 and done == 0) {
_root.w_str = 3;
_root.w_dex = 3;
done = 1;
_root.ready_wea = 4;
}
}
if (_root.ready_wea == 2) {
if (_root.wea3 == 1 and done == 0) {
_root.w_str = 2;
_root.w_dex = 2;
done = 1;
_root.ready_wea = 3;
}
if (_root.wea4 == 1 and done == 0) {
_root.w_str = 3;
_root.w_dex = 3;
done = 1;
_root.ready_wea = 4;
}
}
if (_root.ready_wea == 3) {
if (_root.wea4 == 1 and done == 0) {
_root.w_str = 3;
_root.w_dex = 3;
done = 1;
_root.ready_wea = 4;
}
}
}
}
button 1531 {
on (release) {
done = 0;
if (_root.ready_wea == 2) {
if (_root.wea1 == 1) {
_root.w_str = 1;
_root.w_dex = 1;
done = 1;
_root.ready_wea = 1;
}
}
if (_root.ready_wea == 3) {
if (_root.wea2 == 1 and done == 0) {
_root.w_str = 1;
_root.w_dex = 2;
done = 1;
_root.ready_wea = 2;
}
if (_root.wea1 == 1 and done == 0) {
_root.w_str = 1;
_root.w_dex = 1;
done = 1;
_root.ready_wea = 1;
}
}
if (_root.ready_wea == 4) {
if (_root.wea3 == 1 and done == 0) {
_root.w_str = 2;
_root.w_dex = 2;
done = 1;
_root.ready_wea = 3;
}
if (_root.wea2 == 1 and done == 0) {
_root.w_str = 1;
_root.w_dex = 2;
done = 1;
_root.ready_wea = 2;
}
if (_root.wea1 == 1 and done == 0) {
_root.w_str = 1;
_root.w_dex = 1;
done = 1;
_root.ready_wea = 1;
}
}
}
}
button 1532 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Apple: restores 3 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.it1 > 0 and _root.status != 'fight') {
_root.it1 -= 1;
_root.hp += 3;
}
}
}
button 1533 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Bread: restores 5 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.it2 > 0 and _root.status != 'fight') {
_root.it2 -= 1;
_root.hp += 5;
}
}
}
button 1534 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Roasted chicken: restores 10 HP';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.it3 > 0 and _root.status != 'fight') {
_root.it3 -= 1;
_root.hp += 10;
}
}
}
button 1535 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Animal skins';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1536 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Cheap jewelry';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1537 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Precious gems';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1538 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Great health potion: restores more than 30 hp';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.item_hpg > 0 and _root.status != 'fight') {
_root.item_hpg -= 1;
_root.hp = _root.hp + 30 + int(random(20));
}
}
}
button 1545 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Small health potion: restores more than 10 hp';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.item_hps > 0 and _root.status != 'fight') {
_root.item_hps -= 1;
_root.hp = _root.hp + 10 + int(random(10));
}
}
}
button 1548 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Goblin smasher talisman from the Blacksmith';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1551 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Stolen bard\'s instrument';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1554 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Holy water for the merchant girl';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 1556 {
frame 1 {
if (_root.lvl == 1) {
_root.top = _root.lvl_exp2;
}
if (_root.lvl == 2) {
_root.top = _root.lvl_exp3;
}
if (_root.lvl == 3) {
_root.top = _root.lvl_exp4;
}
if (_root.lvl == 4) {
_root.top = _root.lvl_exp5;
}
if (_root.lvl == 5) {
_root.top = _root.lvl_exp6;
}
if (_root.lvl == 6) {
_root.top = _root.lvl_exp7;
}
if (_root.lvl == 7) {
_root.top = _root.lvl_exp8;
}
if (_root.lvl == 8) {
_root.top = _root.lvl_exp9;
}
if (_root.lvl == 9) {
_root.top = _root.lvl_exp10;
}
if (_root.lvl == 10) {
_root.top = 9999999999999.0;
}
_root.lvl_show = _root.glory + ' / ' + _root.top;
glorybar._width = (_root.glory * 100 / _root.top) * 2;
}
}
button 1557 {
on (release) {
gotoAndStop(3);
}
}
button 1559 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Bard\'s lyrics on a sheet of paper';
gotoAndStop('hint');
}
}
on (rollOut) {
_root.hint = ' ';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 1562 {
}
button 1563 {
on (release) {
gotoAndStop(2);
}
}
movieClip 1597 {
frame 1 {
stop();
}
frame 2 {
if (_root.it_holywater != 1) {
it_holywater._x = 2000;
}
if (_root.it_talisman != 1) {
it_talisman._x = 2000;
}
if (_root.it_banjo != 1) {
it_banjo._x = 2000;
}
if (_root.it_song != 1) {
it_song._x = 2000;
}
}
frame 3 {
if (_root.hp > _root.hpmax) {
_root.hp = _root.hpmax;
}
hpbar._width = (_root.hp * 100 / _root.hpmax) * 2;
if (_root.hint == ' ') {
hint._alpha = 0;
} else {
hint._alpha = 100;
}
}
}
movieClip 1600 {
}
movieClip 1601 {
}
movieClip 1613 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.hp > _root.hpmax) {
_root.hp = _root.hpmax;
}
_root.hpshow = _root.hp + ' / ' + _root.hpmax;
hpbar._width = (_root.hp * 100 / _root.hpmax) * 2;
if (_root.hint == ' ') {
hint._alpha = 0;
} else {
hint._alpha = 100;
}
_root.pstr = _root.str + _root.w_str;
_root.parm = _root.arm + _root.w_arm;
_root.pdex = _root.dex + _root.w_dex;
if (_root.lvl < 2 and _root.glory >= _root.lvl_exp2) {
_root.lvl += 1;
_root.dex += 1;
_root.hpmax += 2;
_root.hp = _root.hpmax;
tellTarget ('_parent.stats') {
gotoAndStop(3);
}
}
if (_root.lvl < 3 and _root.glory >= _root.lvl_exp3) {
_root.lvl += 1;
_root.str += 1;
_root.hpmax += 3;
_root.hp = _root.hpmax;
tellTarget ('_parent.stats') {
gotoAndStop(3);
}
}
if (_root.lvl < 4 and _root.glory >= _root.lvl_exp4) {
_root.lvl += 1;
_root.arm += 1;
_root.hpmax += 4;
_root.hp = _root.hpmax;
tellTarget ('_parent.stats') {
gotoAndStop(3);
}
}
if (_root.lvl < 5 and _root.glory >= _root.lvl_exp5) {
_root.lvl += 1;
_root.dex += 1;
_root.hpmax += 5;
_root.hp = _root.hpmax;
tellTarget ('_parent.stats') {
gotoAndStop(3);
}
}
if (_root.lvl < 6 and _root.glory >= _root.lvl_exp6) {
_root.lvl += 1;
_root.str += 1;
_root.hpmax += 6;
_root.hp = _root.hpmax;
tellTarget ('_parent.stats') {
gotoAndStop(3);
}
}
if (_root.lvl < 7 and _root.glory >= _root.lvl_exp7) {
_root.lvl += 1;
_root.arm += 1;
_root.hpmax += 7;
_root.hp = _root.hpmax;
tellTarget ('_parent.stats') {
gotoAndStop(3);
}
}
if (_root.lvl < 8 and _root.glory >= _root.lvl_exp8) {
_root.lvl += 1;
_root.dex += 1;
_root.hpmax += 8;
_root.hp = _root.hpmax;
tellTarget ('_parent.stats') {
gotoAndStop(3);
}
}
if (_root.lvl < 9 and _root.glory >= _root.lvl_exp9) {
_root.lvl += 1;
_root.str += 1;
_root.hpmax += 9;
_root.hp = _root.hpmax;
tellTarget ('_parent.stats') {
gotoAndStop(3);
}
}
if (_root.lvl < 10 and _root.glory >= _root.lvl_exp10) {
_root.lvl += 1;
_root.arm += 1;
_root.hpmax += 10;
_root.hp = _root.hpmax;
tellTarget ('_parent.stats') {
gotoAndStop(3);
}
}
};
}
}
movieClip 1614 {
}
movieClip 1617 {
}
movieClip 1620 {
}
movieClip 1623 {
}
movieClip 1624 {
}
movieClip 1627 {
}
movieClip 1628 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.p2 == 1) {
x._alpha = 100;
delete this.onEnterFrame;
play();
}
};
}
frame 40 {
stop();
}
}
movieClip 1629 {
frame 1 {
stop();
x._alpha = 0;
this.onEnterFrame = function () {
if (_root.p1 == 1) {
x._alpha = 100;
delete this.onEnterFrame;
play();
}
};
}
frame 89 {
stop();
}
}
movieClip 1630 {
frame 1 {
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c == 150) {
_root.p1 = 1;
}
if (c == 155) {
_root.p2 = 1;
}
if (c == 200) {
_root.p3 = 1;
}
if (c == 250) {
_root.play_day = 1;
tellTarget ('_root') {
gotoAndStop(2);
}
}
};
}
}
movieClip 1631 {
}
button 1632 {
on (release) {
getURL('http://lessonofpassion.com/index.php?target=gametitle', '_blank');
}
}
// unknown tag 88 length 131
movieClip 1636 {
}
movieClip 1637 {
}
movieClip 1638 {
frame 150 {
stop();
this.onEnterFrame = function () {
if (_root.p3 == 1) {
delete this.onEnterFrame;
play();
}
};
}
frame 170 {
stop();
}
}
movieClip 1640 {
frame 1 {
this.onEnterFrame = function () {
l._x = 70 - _xmouse / 10;
l._y = 40 - _ymouse / 10;
p._x = 50 - _xmouse / 20;
p._y = 160 - _ymouse / 20;
p._alpha = 100 - _xmouse / 20;
bck._width = 920;
bck._height = 613;
bck._x = -int(_xmouse / 40);
bck._y = -int(_ymouse / 40);
};
}
}