[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Combined Code (70.89 KiB) ● ● ● ●
// unknown tag 88 length 61
movieClip 13 stage {
#initclip
Object.registerClass('stage', level);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 15 {
}
movieClip 17 {
}
movieClip 21 tits {
#initclip
Object.registerClass('tits', underclothing);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 23 {
}
movieClip 25 {
}
movieClip 27 {
}
movieClip 29 {
}
movieClip 30 {
}
movieClip 33 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 35 {
}
movieClip 37 {
}
movieClip 39 {
}
movieClip 41 {
}
movieClip 43 {
}
movieClip 45 {
}
movieClip 47 {
}
movieClip 50 thigh {
#initclip
Object.registerClass('thigh', underclothing);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 52 {
}
movieClip 53 {
frame 15 {
stop();
tellTarget ('_root.hero') {
gotoAndPlay('stance');
}
}
}
movieClip 55 {
}
movieClip 57 {
}
movieClip 58 {
frame 12 {
stop();
}
}
movieClip 59 pose_cattack {
#initclip
Object.registerClass('pose_cattack', dress);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 61 {
}
movieClip 63 {
}
movieClip 65 {
}
movieClip 67 {
}
movieClip 69 {
}
movieClip 71 {
}
movieClip 73 {
}
movieClip 75 {
}
movieClip 77 {
}
movieClip 78 {
}
movieClip 80 {
}
movieClip 82 {
}
movieClip 84 {
}
movieClip 85 {
frame 1 {
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
}
movieClip 89 {
}
movieClip 90 {
frame 1 {
stop();
}
frame 100 {
stop();
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
movieClip 92 {
}
movieClip 94 {
}
movieClip 95 {
}
movieClip 96 {
frame 29 {
stop();
tellTarget ('_parent') {
gotoAndPlay('stance');
}
}
}
movieClip 99 {
frame 50 {
removeMovieClip(_parent);
}
}
movieClip 101 rab {
frame 1 {
stop();
flinch = false;
fucking = false;
attack = false;
}
instance of movieClip 80 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
instance of movieClip 82 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false) {
tellTarget ('_parent') {
gotoAndPlay('attack');
}
}
}
}
instance of movieClip 84 {
onClipEvent (enterFrame) {
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
}
frame 2 {
stop();
}
frame 3 {
fucking = true;
stop();
}
instance of movieClip 90 {
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.nextFrame();
++timer;
if (timer > 5) {
this.prevFrame();
}
}
if (this._currentframe > 99 && this._currentframe < 101 && _root.hero.bjbed == true) {
tellTarget ('_root.hero') {
gotoAndStop('attacka');
}
}
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
onClipEvent (keyUp) {
timer = 0;
}
}
frame 4 {
flinch = true;
fucking = false;
}
frame 5 {
damage = true;
}
frame 7 {
damage = false;
}
frame 9 {
stop();
}
frame 10 {
stop();
}
instance of movieClip 99 {
onClipEvent (enterFrame) {
if (this._currentframe > 28 && this._currentframe < 30) {
_root.hero.score += 1;
}
}
}
frame 11 {
attack = true;
}
instance of movieClip 80 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
instance of movieClip 82 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.hero.bjbed == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('bjb');
}
}
}
}
if (this.hitTest(_root.hero.whileslapping)) {
tellTarget ('_parent') {
gotoAndStop('fuck');
}
}
}
}
frame 30 {
gotoAndPlay(1);
}
}
movieClip 103 {
}
movieClip 105 {
}
movieClip 107 {
}
movieClip 109 {
}
movieClip 111 {
}
movieClip 112 {
}
movieClip 114 {
}
movieClip 116 {
}
movieClip 117 {
}
movieClip 119 {
}
movieClip 121 {
}
movieClip 122 {
frame 1 {
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
}
movieClip 123 {
}
movieClip 124 {
}
movieClip 125 {
}
movieClip 126 {
frame 1 {
stop();
}
frame 100 {
stop();
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
movieClip 127 {
}
movieClip 128 {
frame 100 {
stop();
tellTarget ('_parent') {
gotoAndPlay('stance');
}
}
}
movieClip 130 {
}
movieClip 131 {
}
movieClip 132 {
frame 50 {
removeMovieClip(_parent);
}
}
movieClip 133 smallj {
frame 1 {
stop();
flinch = false;
fucking = false;
}
instance of movieClip 123 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
instance of movieClip 84 {
onClipEvent (enterFrame) {
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
}
frame 2 {
stop();
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.fsjed == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('fjs');
}
}
}
}
if (this.hitTest(_root.hero.whilefucking)) {
tellTarget ('_parent') {
gotoAndStop('fuck');
}
}
}
}
frame 3 {
fucking = true;
stop();
}
instance of movieClip 126 {
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.nextFrame();
++timer;
if (timer > 5) {
this.prevFrame();
}
}
if (this._currentframe > 99 && this._currentframe < 101 && _root.hero.fsjed == true) {
tellTarget ('_root.hero') {
gotoAndPlay('attacka');
}
}
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
onClipEvent (keyUp) {
timer = 0;
}
}
frame 4 {
flinch = true;
fucking = false;
}
instance of movieClip 130 {
onClipEvent (enterFrame) {
if (_parent._x <= _root.hero._x) {
tellTarget ('_parent') {
_x = _x - 35;
}
} else {
if (_parent._x >= _root.hero._x) {
tellTarget ('_parent') {
_x = _x + 20;
}
}
}
}
}
frame 5 {
damage = true;
}
frame 7 {
damage = false;
}
frame 9 {
stop();
}
frame 10 {
stop();
}
instance of movieClip 132 {
onClipEvent (enterFrame) {
if (this._currentframe > 49 && this._currentframe < 51) {
_root.hero.score += 1;
}
}
}
}
movieClip 135 {
}
movieClip 137 {
}
movieClip 139 {
}
movieClip 141 {
}
movieClip 143 {
}
movieClip 145 {
}
movieClip 147 {
}
movieClip 149 {
}
movieClip 150 {
}
movieClip 151 {
frame 1 {
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
}
movieClip 153 {
}
movieClip 154 {
frame 29 {
stop();
tellTarget ('_parent') {
gotoAndPlay('stance');
}
}
}
movieClip 155 {
}
movieClip 156 {
frame 50 {
removeMovieClip(_parent);
}
}
movieClip 157 bigj {
frame 1 {
stop();
flinch = false;
fucking = false;
attack = false;
}
instance of movieClip 123 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false) {
tellTarget ('_parent') {
gotoAndPlay('attack');
}
}
}
}
instance of movieClip 84 {
onClipEvent (enterFrame) {
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
}
frame 2 {
stop();
}
frame 3 {
fucking = true;
stop();
}
instance of movieClip 126 {
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.nextFrame();
++timer;
if (timer > 5) {
this.prevFrame();
}
}
if (this._currentframe > 99 && this._currentframe < 101 && _root.hero.fbjed == true) {
tellTarget ('_root.hero') {
gotoAndPlay('attacka');
}
}
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
onClipEvent (keyUp) {
timer = 0;
}
}
frame 4 {
flinch = true;
fucking = false;
}
frame 5 {
damage = true;
}
frame 7 {
damage = false;
}
frame 9 {
stop();
}
frame 10 {
stop();
}
instance of movieClip 156 {
onClipEvent (enterFrame) {
if (this._currentframe > 28 && this._currentframe < 30) {
_root.hero.score += 1;
}
}
}
frame 11 {
attack = true;
}
instance of movieClip 80 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
instance of movieClip 80 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.hero.fbjed == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('fbj');
}
}
}
}
if (this.hitTest(_root.hero.whileslapping)) {
tellTarget ('_parent') {
gotoAndStop('fuck');
}
}
}
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.fbjed == false && root.undressed == true) {
tellTarget ('_root.hero') {
gotoAndStop('fbj');
}
}
if (this.hitTest(_root.hero.whileslapping)) {
tellTarget ('_parent') {
gotoAndStop('fuck');
}
}
}
}
frame 30 {
gotoAndPlay(1);
}
}
movieClip 159 {
}
movieClip 161 {
}
movieClip 163 {
}
movieClip 165 {
}
movieClip 167 {
}
movieClip 169 {
}
movieClip 171 {
}
movieClip 173 {
}
movieClip 175 {
}
movieClip 177 {
}
movieClip 178 {
}
movieClip 180 {
}
movieClip 181 {
frame 50 {
stop();
tellTarget ('_parent') {
gotoAndPlay('stance');
}
}
}
movieClip 182 {
frame 50 {
removeMovieClip(_parent);
}
}
movieClip 183 fballer {
frame 1 {
stop();
flinch = false;
fucking = false;
}
instance of movieClip 123 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
if (this.hitTest(_root.hero.cattackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
instance of movieClip 84 {
onClipEvent (enterFrame) {
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
}
frame 2 {
stop();
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.ffped == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('ffp');
}
}
}
}
if (this.hitTest(_root.hero.whilefucking)) {
tellTarget ('_parent') {
gotoAndStop('fuck');
}
}
}
}
frame 3 {
fucking = true;
stop();
}
instance of movieClip 126 {
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.nextFrame();
++timer;
if (timer > 5) {
this.prevFrame();
}
}
if (this._currentframe > 99 && this._currentframe < 101 && _root.hero.ffped == true) {
tellTarget ('_root.hero') {
gotoAndPlay('attacka');
}
}
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
onClipEvent (keyUp) {
timer = 0;
}
}
frame 4 {
flinch = true;
fucking = false;
}
instance of movieClip 130 {
onClipEvent (enterFrame) {
if (_parent._x <= _root.hero._x) {
tellTarget ('_parent') {
_x = _x - 35;
}
} else {
if (_parent._x >= _root.hero._x) {
tellTarget ('_parent') {
_x = _x + 20;
}
}
}
}
}
frame 5 {
damage = true;
}
frame 7 {
damage = false;
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
movieClip 185 {
}
movieClip 187 {
}
movieClip 189 {
}
movieClip 191 {
}
movieClip 194 {
}
movieClip 196 {
frame 10 {
gotoAndPlay(1);
}
}
movieClip 197 {
}
movieClip 200 {
frame 10 {
gotoAndPlay(1);
}
}
movieClip 201 {
frame 100 {
stop();
tellTarget ('_parent') {
gotoAndPlay('stance');
}
}
}
movieClip 202 {
}
movieClip 203 {
frame 50 {
removeMovieClip(_parent);
}
}
movieClip 204 cheerer {
frame 1 {
stop();
flinch = false;
fucking = false;
}
instance of movieClip 123 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
instance of movieClip 84 {
onClipEvent (enterFrame) {
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
}
frame 2 {
stop();
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.clced == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('clc');
}
}
}
}
if (this.hitTest(_root.hero.whileeating)) {
tellTarget ('_parent') {
gotoAndStop('fuck');
}
}
}
}
frame 3 {
fucking = true;
stop();
}
instance of movieClip 126 {
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.nextFrame();
++timer;
if (timer > 5) {
this.prevFrame();
}
}
if (this._currentframe > 99 && this._currentframe < 101 && _root.hero.clced == true) {
tellTarget ('_root.hero') {
gotoAndStop('attacka');
}
}
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
onClipEvent (keyUp) {
timer = 0;
}
}
frame 4 {
flinch = true;
fucking = false;
}
frame 5 {
damage = true;
}
frame 7 {
damage = false;
}
frame 9 {
stop();
}
frame 10 {
stop();
}
instance of movieClip 203 {
onClipEvent (enterFrame) {
if (this._currentframe > 49 && this._currentframe < 51) {
_root.hero.score += 1;
}
}
}
}
movieClip 206 {
}
movieClip 207 {
frame 15 {
stop();
tellTarget ('_root.hero') {
gotoAndPlay('stance');
}
}
}
movieClip 208 {
frame 15 {
stop();
tellTarget ('_root.hero') {
gotoAndPlay('stance');
}
}
}
movieClip 209 pose_attacka {
#initclip
Object.registerClass('pose_attacka', dress);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 211 {
}
movieClip 212 {
frame 15 {
stop();
tellTarget ('_root.hero') {
gotoAndPlay('stance');
}
}
}
movieClip 213 {
frame 15 {
stop();
tellTarget ('_root.hero') {
gotoAndPlay('stance');
}
}
}
movieClip 214 pose_flinch {
#initclip
Object.registerClass('pose_flinch', dress);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 216 {
}
movieClip 218 {
}
movieClip 220 {
}
movieClip 222 {
}
movieClip 223 {
frame 15 {
stop();
tellTarget ('_root.hero') {
gotoAndPlay('stance');
}
}
}
movieClip 225 {
}
movieClip 226 {
frame 15 {
stop();
tellTarget ('_root.hero') {
gotoAndPlay('stance');
}
}
}
movieClip 227 pose_attack {
#initclip
Object.registerClass('pose_attack', dress);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 228 {
frame 1 {
sweeping = false;
}
frame 15 {
stop();
sweeping = false;
}
}
movieClip 229 pose_crouch {
#initclip
Object.registerClass('pose_crouch', dress);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 231 {
frame 1 {
jking = false;
}
frame 39 {
stop();
}
frame 40 {
jking = true;
}
frame 55 {
gotoAndPlay('jland');
}
frame 56 {
jking = true;
}
}
movieClip 232 {
frame 1 {
jking = false;
}
frame 39 {
stop();
}
frame 40 {
jking = true;
}
frame 55 {
gotoAndPlay('jland');
}
frame 56 {
jking = true;
}
}
movieClip 233 pose_jump {
#initclip
Object.registerClass('pose_jump', dress);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 234 {
}
movieClip 235 {
}
movieClip 246 {
}
movieClip 247 pose_walk {
#initclip
Object.registerClass('pose_walk', dress);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 248 {
}
movieClip 250 {
}
movieClip 251 {
}
movieClip 252 pose_idle {
#initclip
Object.registerClass('pose_idle', dress);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 1 {
stopAllSounds();
var urlpic = 'http://dz.mysexgames.com/promo/game1.gif ';
var urlpic1 = 'http://dz.mysexgames.com/promo/game2.gif ';
linka.loadMovie(urlpic);
linkb.loadMovie(urlpic1);
}
movieClip 255 {
}
movieClip 256 {
}
button 259 {
on (release) {
getURL('http://dz.mysexgames.com/', '');
}
}
// unknown tag 88 length 89
button 263 {
on (release) {
getURL('http://dz.mysexgames.com/promo/game1/', '_blank');
}
}
button 265 {
on (release) {
getURL('http://dz.mysexgames.com/promo/game2', '_blank');
}
}
movieClip 266 {
}
movieClip 267 {
}
movieClip 270 {
}
movieClip 275 {
frame 1 {
function timerHandler() {
if (!loadingComplete) {
var v4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * v4;
if (v4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop('loaded');
}
return undefined;
}
}
dt = getTimer() - time;
time += dt;
frameAccum += dt;
var v3 = 0;
for (;;) {
if (!(frameAccum >= FRAME_TIME && v3 < MAX_FRAME_SKIP)) break;
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
frameAccum -= FRAME_TIME;
v3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return undefined;
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof clip[childName] == 'movieclip') {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.33333333333334;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, 'timerHandler', FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
}
frame 37 {
startMovie();
}
}
movieClip 848 __Packages.underclothing {
#initclip
if (!_global.underclothing) {
var v1 = function () {
super();
if (_root.underwear == false) {
this.gotoAndPlay('undressed');
}
};
_global.underclothing = v1;
_global.underclothing extends MovieClip;
var v2 = v1.prototype;
ASSetPropFlags(_global.underclothing.prototype, null, 1);
}
#endinitclip
}
movieClip 849 __Packages.dress {
#initclip
if (!_global.dress) {
var v1 = function () {
super();
if (_root.undressed == true) {
this.gotoAndPlay('undressed');
}
};
_global.dress = v1;
_global.dress extends MovieClip;
var v2 = v1.prototype;
ASSetPropFlags(_global.dress.prototype, null, 1);
}
#endinitclip
}
movieClip 850 __Packages.level {
#initclip
if (!_global.level) {
var v1 = function () {
super();
if (_root.levels == 1) {
this.gotoAndPlay('hall');
} else {
if (_root.levels == 2) {
this.gotoAndPlay('lockers');
} else {
if (_root.levels == 3) {
this.gotoAndPlay('field');
} else {
if (_root.levels == 4) {
this.gotoAndPlay('boss');
}
}
}
}
};
_global.level = v1;
_global.level extends MovieClip;
var v2 = v1.prototype;
ASSetPropFlags(_global.level.prototype, null, 1);
}
#endinitclip
}
frame 2 {
stop();
}
button 278 {
on (release) {
nextFrame();
}
}
frame 3 {
stop();
}
movieClip 280 {
}
movieClip 283 {
}
movieClip 284 {
frame 40 {
stop();
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
button 290 {
on (release) {
gotoAndStop(9);
}
}
frame 9 {
function deadClick() {}
function gotoMySite() {
getURL('http://www.mysexgames.com', '_top');
}
stop();
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var copyrightNotice = new ContextMenuItem('© 2014 D-Z Games', deadClick);
var mySiteLink = new ContextMenuItem('MORE GAMES!', gotoMySite);
myMenu.customItems.push(mySiteLink, copyrightNotice);
_root.menu = myMenu;
}
instance of movieClip 256 {
onClipEvent (enterFrame) {
if (this._x < _root.camera._x) {
this._x = _root.camera._x;
}
if (this._x > _root.camera._x) {
this._x = _root.camera._x;
}
}
}
// unknown tag 88 length 63
movieClip 296 {
frame 1 {
if (_root.gameoverscreen == true) {
_parent.swapDepths(_root.getNextHighestDepth());
_parent.removeMovieClip();
}
}
}
movieClip 303 {
}
movieClip 305 {
}
movieClip 306 {
frame 1 {
_root.hero.lp -= 1;
}
frame 20 {
gotoAndPlay(1);
}
}
movieClip 308 {
}
movieClip 310 {
}
movieClip 312 {
}
movieClip 314 {
}
movieClip 316 {
}
movieClip 318 {
}
movieClip 320 {
}
movieClip 322 {
}
movieClip 324 {
}
movieClip 326 {
frame 1 {
_root.hero.lp -= 2;
}
frame 20 {
gotoAndPlay(1);
}
}
movieClip 328 {
}
movieClip 330 {
}
movieClip 332 {
}
movieClip 334 {
}
movieClip 336 {
}
movieClip 338 {
}
movieClip 339 {
frame 1 {
_root.hero.lp -= 3;
}
frame 20 {
gotoAndPlay(1);
}
}
movieClip 341 {
}
movieClip 343 {
}
movieClip 345 {
}
movieClip 346 {
frame 1 {
_root.hero.lp -= 4;
}
frame 20 {
gotoAndPlay(1);
}
}
movieClip 347 {
frame 1 {
_root.hero.lp -= 1;
}
frame 20 {
gotoAndPlay(1);
}
}
movieClip 349 {
frame 1 {
stop();
jumping = false;
crouching = false;
elevation = false;
descention = false;
fsjed = false;
fbjed = false;
ffped = false;
bjbed = false;
clced = false;
attacking = false;
cattacking = false;
flinch = false;
}
frame 2 {
stop();
}
frame 4 {
jumping = true;
}
frame 12 {
elevation = true;
}
frame 21 {
elevation = false;
descention = true;
}
frame 30 {
descention = false;
}
frame 39 {
gotoAndPlay(1);
}
frame 40 {
crouching = true;
}
frame 41 {
attacking = true;
}
frame 42 {
fsjed = true;
stop();
}
frame 43 {
fbjed = true;
stop();
}
frame 44 {
ffped = true;
stop();
}
frame 45 {
bjbed = true;
stop();
}
frame 46 {
clced = true;
stop();
}
frame 47 {
flinch = true;
_root.hero.sp -= 10;
_root.hero.lp -= 1;
stop();
}
instance of movieClip 130 {
onClipEvent (enterFrame) {
if (_parent._x <= _root.hero._x) {
tellTarget ('_parent') {
_x = _x - 10;
}
} else {
if (_parent._x >= _root.hero._x) {
tellTarget ('_parent') {
_x = _x + 10;
}
}
}
}
}
frame 59 {
attacking = true;
}
}
instance hero of movieClip 349 {
onClipEvent (load) {
speed = 12;
var sp = 100;
var lp = 100;
jspeed = 5;
scale = _xscale;
fsjed = false;
fbjed = false;
attacking = false;
crouching = false;
flinch = false;
var score = 0;
}
onClipEvent (enterFrame) {
if (_root.gameoverscreen == true) {
_root.hero._x = _root.startingpoint._x;
}
if (jumping == false && fsjed == false && fbjed == false && flinch == false && ffped == false && bjbed == false && clced == false) {
if (Key.isDown(87) && this._currentframe < 3) {
this.gotoAndPlay('jump');
} else {
if (Key.isDown(83) && crouching == false && cattacking == false && this._currentframe < 3) {
this.gotoAndStop('crouch');
}
if (Key.isDown(32) && crouching == true && this._currentframe > 39 && this._currentframe < 41) {
this.gotoAndStop('attacka');
} else {
if (Key.isDown(32) && crouching == false && this._currentframe < 3) {
this.gotoAndStop('attack');
}
if (Key.isDown(65) && this._currentframe < 3) {
this._x -= speed;
this.gotoAndStop('forward');
_xscale = -scale;
}
if (Key.isDown(68) && this._currentframe < 3) {
this._x += speed;
this.gotoAndStop('forward');
_xscale = scale;
}
}
}
}
if (jumping == true && fsjed == false && fbjed == false && flinch == false && ffped == false && bjbed == false && clced == false) {
if (elevation == true) {
this._y -= jspeed;
if (Key.isDown(65)) {
_xscale = -scale;
rf = true;
lf = false;
this._x -= 15;
}
if (Key.isDown(68)) {
_xscale = scale;
lf = true;
rf = false;
this._x += 15;
}
if (Key.isDown(32) && this.attackset.attackmc.jking == false) {
this.attackset.attackmc.gotoAndPlay('jkick');
}
}
if (descention == true) {
this._y += jspeed;
if (Key.isDown(65)) {
_xscale = -scale;
rf = true;
lf = false;
this._x -= 15;
}
if (Key.isDown(68)) {
_xscale = scale;
lf = true;
rf = false;
this._x += 15;
}
if (Key.isDown(32) && this.attackset.attackmc.jking == false) {
this.attackset.attackmc.gotoAndPlay('jknee');
}
}
}
if (this.hitTest(_root.leftwall)) {
this._x += speed;
}
if (this.hitTest(_root.rightwall)) {
this._x -= speed;
}
if (this.hitTest(_root.wall1.pillar) && this.score < 3) {
this._x -= speed;
}
if (this.hitTest(_root.wall2.pillar) && this.score < 7) {
this._x -= speed;
}
if (this.hitTest(_root.wall3.pillar) && this.score < 12) {
this._x -= speed;
}
if (this.hitTest(_root.wall4.pillar) && this.score < 18) {
this._x -= speed;
}
if (this.hitTest(_root.wallx1.pillar) && this.score < 20) {
this._x -= speed;
}
if (this.hitTest(_root.wallx2.pillar) && this.score < 24) {
this._x -= speed;
}
if (this.hitTest(_root.wallx3.pillar) && this.score < 28) {
this._x -= speed;
}
if (this.hitTest(_root.wallx4.pillar) && this.score < 32) {
this._x -= speed;
}
}
onClipEvent (keyUp) {
if (fsjed == false && jumping == false && attacking == false && cattacking == false && fbjed == false && flinch == false && ffped == false && bjbed == false && clced == false) {
this.gotoAndStop('stance');
}
}
}
movieClip 351 {
}
button 352 {
on (release) {
gotoAndStop('level_hall');
}
}
movieClip 354 {
}
instance of movieClip 354 {
onClipEvent (enterFrame) {
_root.hero.score = 0;
}
}
movieClip 356 {
}
frame 10 {
function randomBetween(a, b) {
return a + Math.random() * (b - a + 1);
}
function Flash(ob, t) {
if (t % 2 == 0) {
ob._alpha = 10;
} else {
ob._alpha = 90;
}
if (t <= 0) {
ob.timer = 30;
ob._alpha = 100;
ob.invincible = false;
}
}
function doiAI() {
if (this._x <= _root.hero._x - 100 && this.flinch == false && this.fucking == false && this.attack == false) {
this._xscale = -scale;
this._x += 4;
this.gotoAndStop('walk');
} else {
if (this._x >= _root.hero._x + 100 && this.flinch == false && this.fucking == false && this.attack == false) {
this._xscale = scale;
this._x -= 4;
this.gotoAndStop('walk');
}
}
}
function doiAIA() {
if (this._x <= _root.hero._x - 100 && this.flinch == false && this.fucking == false) {
this._xscale = -scale;
this._x += this.speed;
this.gotoAndStop('walk');
} else {
if (this._x >= _root.hero._x + 100 && this.flinch == false && this.fucking == false) {
this._xscale = scale;
this._x -= this.speed;
this.gotoAndStop('walk');
}
}
}
function RenderEnemy() {
counter = 0;
while (counter < MonstersInScene.length) {
MonstersInScene[counter].gotoFunction();
if (MonstersInScene[counter].damage == true) {
MonstersInScene[counter].health -= 1;
}
if (MonstersInScene[counter].health <= 0) {
MonstersInScene[counter].gotoAndStop('KO');
}
if (MonstersInScene[counter]._x == null) {
MonstersInScene.splice(counter, 1);
spawnEnemy();
}
++counter;
}
}
function RenderEnemyA() {
counter = 0;
while (counter < MonstersInSceneA.length) {
MonstersInSceneA[counter].gotoFunction();
if (MonstersInSceneA[counter].damage == true) {
MonstersInSceneA[counter].health -= 1;
}
if (MonstersInSceneA[counter].health <= 0) {
MonstersInSceneA[counter].gotoAndStop('KO');
}
if (MonstersInSceneA[counter]._x == null) {
MonstersInSceneA.splice(counter, 1);
spawnEnemyA();
}
++counter;
}
}
function deadClick() {}
function gotoMySite() {
getURL('http://www.mysexgames.com', '_top');
}
undressed = false;
underwear = true;
bossdead = false;
scale = _xscale;
levels = 1;
heroposition = _root.hero._x;
MonstersInScene = new Array();
MonstersInSceneA = new Array();
tag = 0;
tagA = 0;
traylink.onPress = function () {
getURL('http://mysexgames.com/', '_blank');
};
spawnEnemy = function () {
if (levels == 3) {
attachedObj = _root.attachMovie('bigj', 'bigj' + tag, tag, {'_x': randomBetween(-660.2000000000001, 3477.5), '_y': 380});
attachedObj.health = 10;
attachedObj.speed = randomBetween(0.5, 1);
} else {
if (levels == 2) {
attachedObj = _root.attachMovie('bigj', 'bigj' + tag, tag, {'_x': randomBetween(-660.2000000000001, 3477.5), '_y': 380});
attachedObj.health = 10;
attachedObj.speed = randomBetween(0.5, 1);
} else {
if (levels == 1) {
attachedObj = _root.attachMovie('rab', 'bigj' + tag, tag, {'_x': randomBetween(-660.2000000000001, 3477.5), '_y': 380});
attachedObj.health = 6;
attachedObj.speed = 5;
}
}
}
attachedObj.timer = 10;
attachedObj.gotoFunction = doiAI;
MonstersInScene.push(attachedObj);
++tag;
};
spawnEnemyA = function () {
if (levels == 2) {
attachedObjA = _root.attachMovie('smallj', 'smallj' + tagA, tagA + 1000, {'_x': randomBetween(-660.2000000000001, 3477.5), '_y': 365});
attachedObjA.speed = 4;
attachedObjA.health = 4;
} else {
if (levels == 1) {
attachedObjA = _root.attachMovie('cheerer', 'smallj' + tagA, tagA + 1000, {'_x': randomBetween(-660.2000000000001, 3477.5), '_y': 365});
attachedObjA.speed = 6;
attachedObjA.health = 4;
} else {
if (levels == 3) {
attachedObjA = _root.attachMovie('fballer', 'smallj' + tagA, tagA + 1000, {'_x': randomBetween(-660.2000000000001, 3477.5), '_y': 365});
attachedObjA.speed = 8.5;
attachedObjA.health = 10;
}
}
}
attachedObjA.timer = 10;
attachedObjA.gotoFunction = doiAIA;
MonstersInSceneA.push(attachedObjA);
++tagA;
};
var i = 0;
while (i < 1) {
spawnEnemy();
++i;
}
var iA = 0;
while (iA < 1) {
spawnEnemyA();
++iA;
}
hero.swapDepths(60000);
onEnterFrame = function () {
if (gameoverscreen == false) {
RenderEnemy();
RenderEnemyA();
}
if (_root.hero.lp <= 0 && levels == 1) {
gotoAndStop('gameover1');
}
if (_root.hero.lp <= 0 && levels == 2) {
gotoAndStop('gameover2');
}
if (_root.hero.lp <= 0 && levels == 3) {
gotoAndStop('gameover3');
}
if (_root.hero.lp <= 0 && levels == 4) {
gotoAndStop('gameover4');
}
};
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var copyrightNotice = new ContextMenuItem('© 2014 D-Z Games', deadClick);
var mySiteLink = new ContextMenuItem('MORE GAMES!', gotoMySite);
myMenu.customItems.push(mySiteLink, copyrightNotice);
_root.menu = myMenu;
}
frame 10 {
stop();
gameoverscreen = false;
}
movieClip 364 {
}
movieClip 366 {
}
movieClip 367 {
}
movieClip 368 {
}
movieClip 370 {
}
movieClip 372 {
frame 1 {
function camControl() {
rp.x = _x;
rp.y = _y;
var v5 = camH * (_yscale * 0.01);
var v6 = camW * (_xscale * 0.01);
var v3 = sH / v5;
var v4 = sW / v6;
_x2 = (v6 / 2) * v4;
_y2 = (v5 / 2) * v3;
_xscale2 = v4 * 100;
_yscale2 = v3 * 100;
_rotation2 = -_rotation;
_parent.filters = this.filters;
_parent.transform.colorTransform = this.transform.colorTransform;
}
function reset() {
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
_parent._rotation = 0;
_parent._visible = true;
}
function set_x2(value) {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
_parent._x += value - v2.x;
}
function get_x2() {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
return v2.x;
}
function set_y2(value) {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
_parent._y += value - v2.y;
}
function get_y2() {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
return v2.y;
}
function get_xscale2() {
return _parent._xscale;
}
function set_xscale2(value) {
setProperty2('_xscale', value);
}
function get_yscale2() {
return _parent._yscale;
}
function set_yscale2(value) {
setProperty2('_yscale', value);
}
function get_rotation2() {
return parent.rotation;
}
function set_rotation2(value) {
setProperty2('_rotation', value);
}
function setProperty2(prop, n) {
var v3 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v3);
_parent[prop] = n;
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
_parent._x -= v2.x - v3.x;
_parent._y -= v2.y - v3.y;
}
_visible = false;
addProperty('_x2', get_x2, set_x2);
addProperty('_y2', get_y2, set_y2);
addProperty('_xscale2', get_xscale2, set_xscale2);
addProperty('_yscale2', get_yscale2, set_yscale2);
addProperty('_rotation2', get_rotation2, set_rotation2);
var oldScaleMode = stage.scaleMode;
stage.scaleMode = 'exactFit';
var sW = Stage.width;
var sH = Stage.height;
stage.scaleMode = oldScaleMode;
var bounds_obj = this.getBounds(this);
var camH = Math.abs(bounds_obj.yMax - bounds_obj.yMin);
var camW = Math.abs(bounds_obj.xMax - bounds_obj.xMin);
var rp = {'x': this._x, 'y': this._y};
onEnterFrame = function () {
camControl();
};
this.onUnload = reset;
}
}
instance camera of movieClip 372 {
onClipEvent (load) {
touchingwall = false;
}
onClipEvent (enterFrame) {
if (this._x < _root.hero._x) {
this._x += 12;
}
if (this._x > _root.hero._x) {
this._x -= 12;
}
if (this.hitTest(_root.rightwall)) {
this._x -= 12;
touchingwall = true;
} else {
touchingwall = false;
}
if (this.hitTest(_root.leftwall)) {
this._x += 12;
touchingwall = true;
} else {
touchingwall = false;
}
if (this.hitTest(_root.wall1.pillar) && _root.hero.score < 3) {
this._x -= 12;
touchingwall = true;
} else {
touchingwall = false;
}
if (this.hitTest(_root.wall2.pillar) && _root.hero.score < 7) {
this._x -= 12;
touchingwall = true;
} else {
touchingwall = false;
}
if (this.hitTest(_root.wall3.pillar) && _root.hero.score < 12) {
this._x -= 12;
touchingwall = true;
} else {
touchingwall = false;
}
if (this.hitTest(_root.wall4.pillar) && _root.hero.score < 18) {
this._x -= 12;
touchingwall = true;
} else {
touchingwall = false;
}
if (this.hitTest(_root.wallx1.pillar) && _root.hero.score < 20) {
this._x -= 12;
touchingwall = true;
} else {
touchingwall = false;
}
if (this.hitTest(_root.wallx2.pillar) && _root.hero.score < 24) {
this._x -= 12;
touchingwall = true;
} else {
touchingwall = false;
}
if (this.hitTest(_root.wallx3.pillar) && _root.hero.score < 28) {
this._x -= 12;
touchingwall = true;
} else {
touchingwall = false;
}
if (this.hitTest(_root.wallx4.pillar) && _root.hero.score < 32) {
this._x -= 12;
touchingwall = true;
} else {
touchingwall = false;
}
}
}
movieClip 374 {
}
movieClip 376 {
}
// unknown tag 88 length 74
movieClip 384 {
}
movieClip 390 {
}
movieClip 391 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance wall1 of movieClip 391 {
onClipEvent (enterFrame) {
if (_root.hero.score > 2) {
this.gotoAndStop('go');
}
}
}
movieClip 397 {
}
movieClip 398 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance wall2 of movieClip 398 {
onClipEvent (enterFrame) {
if (_root.hero.score > 6) {
this.gotoAndStop('go');
}
}
}
movieClip 405 {
}
movieClip 406 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance wall3 of movieClip 406 {
onClipEvent (enterFrame) {
if (_root.hero.score > 11) {
this.gotoAndStop('go');
}
}
}
movieClip 412 {
}
movieClip 413 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance wall4 of movieClip 413 {
onClipEvent (enterFrame) {
if (_root.hero.score > 17) {
this.gotoAndStop('go');
}
}
}
movieClip 414 {
frame 1 {
stop();
}
frame 2 {
_root.levels += 1;
_root.hero._x = _root.startingpoint._x;
_root.camera._x = _root.startingpoint._x;
}
frame 3 {
stop();
_root.gotoAndPlay('level_lockers');
}
}
instance wallboss of movieClip 414 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
this.gotoAndPlay('go');
}
}
}
movieClip 418 {
}
instance traylink of movieClip 418 {
onClipEvent (load) {
touchingwall = false;
}
onClipEvent (enterFrame) {
if (this._x < _root.camera._x - 300) {
this._x = _root.camera._x - 300;
}
if (this._x > _root.camera._x - 300) {
this._x = _root.camera._x - 300;
}
}
}
movieClip 420 {
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this._x < _root.camera._x - 241) {
this._x = _root.camera._x - 241;
}
if (this._x > _root.camera._x - 241) {
this._x = _root.camera._x - 241;
}
}
}
movieClip 422 {
}
instance of movieClip 422 {
onClipEvent (enterFrame) {
this._xscale = _root.hero.sp * 1;
if (_root.hero.sp >= 100) {
_root.hero.sp = 100;
}
if (_root.hero.sp <= 50 && _root.hero.sp >= 5) {
_root.undressed = true;
}
if (_root.hero.sp <= 5) {
_root.underwear = false;
}
if (_root.hero.sp <= 0) {
_root.hero.sp = 0;
}
}
onClipEvent (enterFrame) {
if (this._x < _root.camera._x - 241) {
this._x = _root.camera._x - 241;
}
if (this._x > _root.camera._x - 241) {
this._x = _root.camera._x - 241;
}
}
}
movieClip 424 {
}
instance of movieClip 424 {
onClipEvent (enterFrame) {
this._xscale = _root.hero.lp * 1;
if (_root.hero.lp >= 100) {
_root.hero.lp = 100;
}
if (_root.hero.lp <= 50 && _root.hero.lp >= 5) {
_root.undressed = true;
}
if (_root.hero.lp <= 5) {
_root.underwear = false;
}
if (_root.hero.lp <= 0) {
_root.hero.lp = 0;
}
}
onClipEvent (enterFrame) {
if (this._x < _root.camera._x - 241) {
this._x = _root.camera._x - 241;
}
if (this._x > _root.camera._x - 241) {
this._x = _root.camera._x - 241;
}
}
}
frame 11 {
stop();
gameoverscreen = false;
}
movieClip 427 {
}
movieClip 428 {
}
movieClip 434 {
}
movieClip 435 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance wallx1 of movieClip 435 {
onClipEvent (enterFrame) {
if (_root.hero.score > 19) {
this.gotoAndStop('go');
}
}
}
movieClip 440 {
}
movieClip 441 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance wallx2 of movieClip 441 {
onClipEvent (enterFrame) {
if (_root.hero.score > 23) {
this.gotoAndStop('go');
}
}
}
movieClip 447 {
}
movieClip 448 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance wallx3 of movieClip 448 {
onClipEvent (enterFrame) {
if (_root.hero.score > 27) {
this.gotoAndStop('go');
}
}
}
movieClip 454 {
}
movieClip 455 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance wallx4 of movieClip 455 {
onClipEvent (enterFrame) {
if (_root.hero.score > 31) {
this.gotoAndStop('go');
}
}
}
movieClip 456 {
frame 1 {
stop();
}
frame 2 {
_root.levels += 1;
_root.hero._x = _root.startingpoint._x;
_root.camera._x = _root.startingpoint._x;
}
frame 3 {
stop();
_root.gotoAndPlay('level_lockers');
}
}
instance wallxboss of movieClip 456 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
this.gotoAndPlay('go');
}
}
}
frame 12 {
stop();
gameoverscreen = false;
}
movieClip 457 {
}
movieClip 460 {
}
movieClip 462 {
}
movieClip 463 {
}
movieClip 465 {
}
movieClip 466 {
instance of movieClip 465 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
}
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
}
}
}
movieClip 472 {
}
movieClip 473 {
frame 1 {
stop();
}
frame 2 {
_root.levels += 1;
_root.hero._x = _root.startingpoint._x;
_root.camera._x = _root.startingpoint._x;
}
frame 3 {
stop();
_root.gotoAndPlay('level_boss');
}
}
instance wallxboss of movieClip 473 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
this.gotoAndPlay('go');
}
}
}
frame 13 {
stop();
gameoverscreen = false;
}
movieClip 475 {
}
movieClip 477 {
}
movieClip 479 {
}
movieClip 481 {
}
movieClip 483 {
}
movieClip 485 {
}
movieClip 487 {
}
movieClip 489 {
}
movieClip 490 {
}
movieClip 491 {
frame 1 {
if (_root.gameoverscreen == true) {
removeMovieClip(_parent);
}
}
}
movieClip 493 {
}
movieClip 495 {
}
movieClip 497 {
}
movieClip 498 {
}
movieClip 500 {
}
movieClip 502 {
}
movieClip 503 {
}
movieClip 504 {
frame 40 {
_root.bossdead = true;
}
frame 55 {
_parent.swapDepths(_root.getNextHighestDepth());
_parent.removeMovieClip();
}
}
movieClip 505 {
frame 1 {
attack1 = false;
attack2 = false;
attack3 = false;
flinch = false;
}
frame 2 {
stop();
}
instance of movieClip 493 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false) {
tellTarget ('_parent') {
gotoAndPlay('attack3');
}
}
}
}
instance of movieClip 495 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false) {
tellTarget ('_parent') {
gotoAndPlay('attack1');
}
}
}
}
instance of movieClip 497 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false) {
tellTarget ('_parent') {
gotoAndPlay('attack2');
}
}
}
}
instance of movieClip 123 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
frame 3 {
attack1 = true;
}
instance of movieClip 130 {
onClipEvent (enterFrame) {
if (_root.boss.lr == true) {
tellTarget ('_parent') {
_x = _x - 15;
}
} else {
if (_root.boss.lf == true) {
tellTarget ('_parent') {
_x = _x + 15;
}
}
}
}
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
}
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
}
}
instance of movieClip 123 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
frame 50 {
gotoAndPlay('stance');
}
frame 51 {
attack2 = true;
}
instance of movieClip 130 {
onClipEvent (enterFrame) {
if (_root.boss.lr == true) {
tellTarget ('_parent') {
_x = _x - 15;
}
} else {
if (_root.boss.lf == true) {
tellTarget ('_parent') {
_x = _x + 15;
}
}
}
}
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
}
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.attackmc.body) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
}
}
instance of movieClip 123 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.attackset.attackmc.hitrange)) {
tellTarget ('_parent') {
gotoAndPlay('flinch');
}
}
}
}
frame 69 {
gotoAndPlay(1);
}
frame 70 {
attack3 = true;
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
}
if (this.hitTest(_root.hero.jhp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.jhp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.jhp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
}
}
}
}
}
frame 110 {
gotoAndPlay('stance');
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == false && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.undressed == true && _root.underwear == true) {
tellTarget ('_root.hero') {
gotoAndStop('flinch');
}
} else {
if (this.hitTest(_root.hero.hp) && _root.hero.flinch == false && _root.hero.fbjed == false && _root.undressed == true && _root.underwear == false) {
tellTarget ('_root.hero') {
gotoAndStop('fbj');
}
}
}
}
if (this.hitTest(_root.hero.whileslapping)) {
tellTarget ('_parent') {
gotoAndStop('fuck');
}
}
}
}
frame 111 {
flinch = true;
}
frame 112 {
_root.boss.health -= 1;
}
frame 165 {
gotoAndPlay('attack2');
flinch = false;
}
frame 166 {
stop();
}
}
instance boss of movieClip 505 {
onClipEvent (load) {
flinch = false;
fucking = false;
attack1 = false;
attack2 = false;
scale = _xscale;
lf = false;
lr = false;
health = 6;
}
onClipEvent (enterFrame) {
if (this._x <= _root.hero._x - 100 && this.flinch == false && this.fucking == false && this.attack1 == false && attack2 == false && attack3 == false) {
this._xscale = -scale;
this._x += 6;
this.gotoAndStop('walk');
lf = true;
lr = false;
} else {
if (this._x >= _root.hero._x + 100 && this.flinch == false && this.fucking == false && this.attack1 == false && attack2 == false && attack3 == false) {
this._xscale = scale;
this._x -= 6;
this.gotoAndStop('walk');
lf = false;
lr = true;
}
}
if (this.health <= 0) {
this.gotoAndStop('KO');
}
}
}
movieClip 511 {
}
movieClip 512 {
frame 1 {
stop();
}
frame 2 {
_root.levels += 1;
_root.hero._x = _root.startingpoint._x;
_root.camera._x = _root.startingpoint._x;
}
frame 3 {
stop();
_root.gotoAndPlay('win');
}
}
instance wallxboss of movieClip 512 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && _root.bossdead == true) {
this.gotoAndPlay('go');
}
}
}
frame 14 {
gameoverscreen = true;
stop();
_root.undressed = false;
_root.underwear = true;
_root.hero.sp = 100;
_root.hero.lp = 100;
_root.hero.gotoAndStop('stance');
_root.hero.fsjed = false;
_root.hero.fbjed = false;
_root.hero.ffped = false;
_root.hero.bjbed = false;
_root.hero.clced = false;
var urlpic = 'http://dz.mysexgames.com/promo/game1.gif ';
var urlpic1 = 'http://dz.mysexgames.com/promo/game2.gif ';
linka.loadMovie(urlpic);
linkb.loadMovie(urlpic1);
}
movieClip 516 {
}
movieClip 519 {
}
movieClip 522 {
}
movieClip 525 {
}
movieClip 528 {
}
movieClip 531 {
}
movieClip 534 {
}
movieClip 537 {
}
movieClip 540 {
}
movieClip 543 {
}
movieClip 546 {
}
movieClip 549 {
}
movieClip 552 {
}
movieClip 555 {
}
movieClip 558 {
}
movieClip 561 {
}
movieClip 564 {
}
movieClip 567 {
}
movieClip 568 {
frame 20 {
gotoAndPlay(1);
}
}
button 573 {
on (release) {
gotoAndStop('level_hall');
_root.camera._x = _root.startingpoint._x;
}
}
frame 15 {
gameoverscreen = true;
stop();
_root.undressed = false;
_root.underwear = true;
_root.hero.sp = 100;
_root.hero.lp = 100;
_root.hero.gotoAndStop('stance');
_root.hero.fsjed = false;
_root.hero.fbjed = false;
_root.hero.ffped = false;
_root.hero.bjbed = false;
_root.hero.clced = false;
}
movieClip 576 {
}
movieClip 579 {
}
movieClip 582 {
}
movieClip 585 {
}
movieClip 588 {
}
movieClip 591 {
}
movieClip 594 {
}
movieClip 597 {
}
movieClip 600 {
}
movieClip 603 {
}
movieClip 606 {
}
movieClip 609 {
}
movieClip 612 {
}
movieClip 615 {
}
movieClip 616 {
frame 20 {
gotoAndPlay(1);
}
}
button 618 {
on (release) {
gotoAndStop('level_lockers');
_root.camera._x = _root.startingpoint._x;
}
}
frame 16 {
gameoverscreen = true;
stop();
_root.undressed = false;
_root.underwear = true;
_root.hero.sp = 100;
_root.hero.lp = 100;
_root.hero.gotoAndStop('stance');
_root.hero.fsjed = false;
_root.hero.fbjed = false;
_root.hero.ffped = false;
_root.hero.bjbed = false;
_root.hero.clced = false;
var urlpic = 'http://dz.mysexgames.com/promo/game1.gif ';
var urlpic1 = 'http://dz.mysexgames.com/promo/game2.gif ';
linka.loadMovie(urlpic);
linkb.loadMovie(urlpic1);
}
movieClip 621 {
}
movieClip 624 {
}
movieClip 627 {
}
movieClip 630 {
}
movieClip 633 {
}
movieClip 636 {
}
movieClip 639 {
}
movieClip 642 {
}
movieClip 645 {
}
movieClip 648 {
}
movieClip 651 {
}
movieClip 654 {
}
movieClip 657 {
}
movieClip 658 {
frame 16 {
gotoAndPlay(1);
}
}
button 660 {
on (release) {
gotoAndStop('level_field');
_root.camera._x = _root.startingpoint._x;
}
}
frame 17 {
gameoverscreen = true;
stop();
_root.undressed = false;
_root.underwear = true;
_root.hero.sp = 100;
_root.hero.lp = 100;
_root.hero.gotoAndStop('stance');
_root.hero.fsjed = false;
_root.hero.fbjed = false;
_root.hero.ffped = false;
_root.hero.bjbed = false;
_root.hero.clced = false;
}
movieClip 707 {
frame 15 {
gotoAndPlay(1);
}
}
button 709 {
on (release) {
gotoAndStop('level_boss');
_root.camera._x = _root.startingpoint._x;
}
}
frame 18 {
gameoverscreen = true;
stop();
_root.undressed = false;
_root.underwear = true;
_root.hero.sp = 100;
_root.hero.lp = 100;
_root.hero.gotoAndStop('stance');
_root.hero.fsjed = false;
_root.hero.fbjed = false;
_root.hero.ffped = false;
_root.hero.bjbed = false;
_root.hero.clced = false;
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
movieClip 724 {
frame 10 {
stop();
}
}
frame 30 {
stop();
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 34 {
stop();
}
frame 35 {
stop();
}
frame 36 {
stop();
}
frame 37 {
stop();
}
frame 38 {
stop();
}
frame 39 {
stop();
}
frame 40 {
stop();
}
frame 41 {
stop();
}
frame 42 {
stop();
}
frame 43 {
stop();
}
movieClip 743 {
}
movieClip 746 {
}
movieClip 749 {
}
movieClip 752 {
}
movieClip 753 {
frame 20 {
gotoAndPlay(1);
}
}
movieClip 754 {
}
// unknown tag 88 length 194
button 757 {
on (release) {
nextFrame();
}
}
frame 44 {
stop();
}
movieClip 758 {
frame 13 {
gotoAndPlay(1);
}
}
button 760 {
on (release) {
prevFrame();
}
}
frame 45 {
stop();
}
movieClip 761 {
frame 9 {
gotoAndPlay(1);
}
}
frame 46 {
stop();
}
movieClip 781 {
}
movieClip 782 {
frame 60 {
stop();
}
}
button 784 {
on (release) {
prevFrame();
}
}
button 786 {
on (release) {
nextFrame();
}
}
frame 47 {
stop();
}
movieClip 813 {
frame 20 {
gotoAndPlay(1);
}
}
frame 48 {
stop();
}
movieClip 814 {
frame 15 {
gotoAndPlay(1);
}
}
frame 49 {
stop();
}
movieClip 815 {
frame 10 {
gotoAndPlay(1);
}
}
frame 50 {
stop();
}
movieClip 832 {
frame 60 {
stop();
}
}
button 833 {
on (release) {
prevFrame();
}
}
button 835 {
on (release) {
nextFrame();
}
}
frame 51 {
stop();
}
frame 52 {
stop();
}
frame 53 {
stop();
}
frame 54 {
stop();
}
frame 55 {
stop();
}
frame 56 {
stop();
}
frame 57 {
stop();
}
frame 58 {
stop();
var urlpic = 'http://dz.mysexgames.com/promo/game1.gif ';
var urlpic1 = 'http://dz.mysexgames.com/promo/game2.gif ';
linka.loadMovie(urlpic);
linkb.loadMovie(urlpic1);
}
button 847 {
on (release) {
gotoAndStop('title');
}
}
frame 209 {
gotoAndPlay(1);
}
frame 210 {
stopAllSounds();
}
frame 210 {
gameoverscreen = false;
_root.undressed = false;
_root.underwear = true;
}
frame 211 {
stop();
}
frame 212 {
stopAllSounds();
}
movieClip 1000 {
frame 1 {
gotoAndStop(46);
}
frame 1 {
stop();
jumping = false;
crouching = false;
elevation = false;
descention = false;
fsjed = false;
fbjed = false;
ffped = false;
bjbed = false;
clced = false;
attacking = false;
cattacking = false;
flinch = false;
}
frame 2 {
stop();
}
frame 4 {
jumping = true;
}
frame 12 {
elevation = true;
}
frame 21 {
elevation = false;
descention = true;
}
frame 30 {
descention = false;
}
frame 39 {
gotoAndPlay(1);
}
frame 40 {
crouching = true;
}
frame 41 {
attacking = true;
}
frame 42 {
fsjed = true;
stop();
}
frame 43 {
fbjed = true;
stop();
}
frame 44 {
ffped = true;
stop();
}
frame 45 {
bjbed = true;
stop();
}
frame 46 {
clced = true;
stop();
}
frame 47 {
flinch = true;
_root.hero.sp -= 10;
_root.hero.lp -= 1;
stop();
}
instance of movieClip 130 {
onClipEvent (enterFrame) {
if (_parent._x <= _root.hero._x) {
tellTarget ('_parent') {
_x = _x - 10;
}
} else {
if (_parent._x >= _root.hero._x) {
tellTarget ('_parent') {
_x = _x + 10;
}
}
}
}
}
frame 59 {
attacking = true;
}
}
frame 213 {
stop();
}
frame 214 {
stopAllSounds();
}
movieClip 1010 {
frame 1 {
gotoAndStop(45);
}
frame 1 {
stop();
jumping = false;
crouching = false;
elevation = false;
descention = false;
fsjed = false;
fbjed = false;
ffped = false;
bjbed = false;
clced = false;
attacking = false;
cattacking = false;
flinch = false;
}
frame 2 {
stop();
}
frame 4 {
jumping = true;
}
frame 12 {
elevation = true;
}
frame 21 {
elevation = false;
descention = true;
}
frame 30 {
descention = false;
}
frame 39 {
gotoAndPlay(1);
}
frame 40 {
crouching = true;
}
frame 41 {
attacking = true;
}
frame 42 {
fsjed = true;
stop();
}
frame 43 {
fbjed = true;
stop();
}
frame 44 {
ffped = true;
stop();
}
frame 45 {
bjbed = true;
stop();
}
frame 46 {
clced = true;
stop();
}
frame 47 {
flinch = true;
_root.hero.sp -= 10;
_root.hero.lp -= 1;
stop();
}
instance of movieClip 130 {
onClipEvent (enterFrame) {
if (_parent._x <= _root.hero._x) {
tellTarget ('_parent') {
_x = _x - 10;
}
} else {
if (_parent._x >= _root.hero._x) {
tellTarget ('_parent') {
_x = _x + 10;
}
}
}
}
}
frame 59 {
attacking = true;
}
}
frame 215 {
stop();
}
frame 216 {
stopAllSounds();
}
movieClip 1020 {
frame 1 {
gotoAndStop(43);
}
frame 1 {
stop();
jumping = false;
crouching = false;
elevation = false;
descention = false;
fsjed = false;
fbjed = false;
ffped = false;
bjbed = false;
clced = false;
attacking = false;
cattacking = false;
flinch = false;
}
frame 2 {
stop();
}
frame 4 {
jumping = true;
}
frame 12 {
elevation = true;
}
frame 21 {
elevation = false;
descention = true;
}
frame 30 {
descention = false;
}
frame 39 {
gotoAndPlay(1);
}
frame 40 {
crouching = true;
}
frame 41 {
attacking = true;
}
frame 42 {
fsjed = true;
stop();
}
frame 43 {
fbjed = true;
stop();
}
frame 44 {
ffped = true;
stop();
}
frame 45 {
bjbed = true;
stop();
}
frame 46 {
clced = true;
stop();
}
frame 47 {
flinch = true;
_root.hero.sp -= 10;
_root.hero.lp -= 1;
stop();
}
instance of movieClip 130 {
onClipEvent (enterFrame) {
if (_parent._x <= _root.hero._x) {
tellTarget ('_parent') {
_x = _x - 10;
}
} else {
if (_parent._x >= _root.hero._x) {
tellTarget ('_parent') {
_x = _x + 10;
}
}
}
}
}
frame 59 {
attacking = true;
}
}
frame 217 {
stop();
}
frame 218 {
stopAllSounds();
}
movieClip 1030 {
frame 1 {
gotoAndStop(42);
}
frame 1 {
stop();
jumping = false;
crouching = false;
elevation = false;
descention = false;
fsjed = false;
fbjed = false;
ffped = false;
bjbed = false;
clced = false;
attacking = false;
cattacking = false;
flinch = false;
}
frame 2 {
stop();
}
frame 4 {
jumping = true;
}
frame 12 {
elevation = true;
}
frame 21 {
elevation = false;
descention = true;
}
frame 30 {
descention = false;
}
frame 39 {
gotoAndPlay(1);
}
frame 40 {
crouching = true;
}
frame 41 {
attacking = true;
}
frame 42 {
fsjed = true;
stop();
}
frame 43 {
fbjed = true;
stop();
}
frame 44 {
ffped = true;
stop();
}
frame 45 {
bjbed = true;
stop();
}
frame 46 {
clced = true;
stop();
}
frame 47 {
flinch = true;
_root.hero.sp -= 10;
_root.hero.lp -= 1;
stop();
}
instance of movieClip 130 {
onClipEvent (enterFrame) {
if (_parent._x <= _root.hero._x) {
tellTarget ('_parent') {
_x = _x - 10;
}
} else {
if (_parent._x >= _root.hero._x) {
tellTarget ('_parent') {
_x = _x + 10;
}
}
}
}
}
frame 59 {
attacking = true;
}
}
frame 219 {
stop();
}
frame 220 {
stopAllSounds();
}
movieClip 1040 {
frame 1 {
gotoAndStop(44);
}
frame 1 {
stop();
jumping = false;
crouching = false;
elevation = false;
descention = false;
fsjed = false;
fbjed = false;
ffped = false;
bjbed = false;
clced = false;
attacking = false;
cattacking = false;
flinch = false;
}
frame 2 {
stop();
}
frame 4 {
jumping = true;
}
frame 12 {
elevation = true;
}
frame 21 {
elevation = false;
descention = true;
}
frame 30 {
descention = false;
}
frame 39 {
gotoAndPlay(1);
}
frame 40 {
crouching = true;
}
frame 41 {
attacking = true;
}
frame 42 {
fsjed = true;
stop();
}
frame 43 {
fbjed = true;
stop();
}
frame 44 {
ffped = true;
stop();
}
frame 45 {
bjbed = true;
stop();
}
frame 46 {
clced = true;
stop();
}
frame 47 {
flinch = true;
_root.hero.sp -= 10;
_root.hero.lp -= 1;
stop();
}
instance of movieClip 130 {
onClipEvent (enterFrame) {
if (_parent._x <= _root.hero._x) {
tellTarget ('_parent') {
_x = _x - 10;
}
} else {
if (_parent._x >= _root.hero._x) {
tellTarget ('_parent') {
_x = _x + 10;
}
}
}
}
}
frame 59 {
attacking = true;
}
}
frame 221 {
stop();
}
frame 222 {
stopAllSounds();
}
frame 223 {
stop();
}
frame 224 {
stopAllSounds();
}
frame 225 {
stop();
}
frame 226 {
stopAllSounds();
}
frame 227 {
stop();
}
frame 228 {
stopAllSounds();
}
frame 229 {
stop();
}
frame 230 {
stopAllSounds();
}
frame 231 {
gotoAndStop(18);
}
frame 232 {
gameoverscreen = false;
_root.undressed = false;
_root.underwear = true;
}
frame 233 {
gameoverscreen = false;
_root.undressed = true;
_root.underwear = false;
}