Combined Code
// unknown tag 88 length 143
movieClip 4 screen_failed {
}
movieClip 13 {
frame 1 {
onPress = function () {
onPress = null;
gotoAndPlay('block');
};
}
frame 24 {
stop();
_parent._parent._parent._parent.play();
if (_parent._parent._parent.level_time > 0) {
_parent._parent._parent._parent.bar.valueDown();
}
_parent.removeMovieClip();
}
frame 28 {
stop();
_parent.removeMovieClip();
}
}
movieClip 14 trace {
}
frame 1 {
stop();
owner_URL = 'http://gamesofdesire.com/';
onEnterFrame = function () {
if (_currentframe != 1) {
return undefined;
}
p1 = int(100 * getBytesLoaded() / getBytesTotal());
p2 = int(1000 * getBytesLoaded() / getBytesTotal()) - 10 * p1;
percent_shadow = 'Loading: ' + p1 + '%';
percent = percent_shadow;
bar.SetValue(getBytesLoaded() / getBytesTotal());
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop(3);
}
};
moregames.onPress = function () {
getURL('http://gamesofdesire.com/', '_blank');
};
}
movieClip 18 {
}
// unknown tag 88 length 153
movieClip 22 {
}
movieClip 24 {
}
movieClip 26 {
frame 1 {
function SetValue(_value) {
hider._x = _value * volumer._width - hider._width;
}
SetValue(0);
}
}
movieClip 1111 __Packages.Gravitation {
#initclip
if (!_global.Gravitation) {
var v1 = function (swings_num) {
this.move_speeds = new Array();
this.swing_draw = new Array();
this.swing_speed = new Array();
this.swing_fadeout = new Array();
var v2;
this.move_draw = 0.5;
v2 = 0;
while (v2 < 24) {
this.move_speeds.push(0);
++v2;
}
v2 = 0;
while (v2 < swings_num) {
this.swing_draw.push(0.5);
this.swing_speed.push(0);
this.swing_fadeout.push(0.1);
++v2;
}
this.move_delay = 3;
this.move_speed_overal = 0;
this.auto_anim_angle = 0;
this.control_mode = 0;
this.auto_fade_out_speed = 0.005;
this.face_frame = 1;
this.auto_speed = 0.2;
this.anchor = undefined;
};
_global.Gravitation = v1;
var v2 = v1.prototype;
v2.Update = function () {
var v3;
var v2;
if (this.control_mode > 0) {
if (this.control_mode == 1) {
this.auto_move_fade_k = 1;
} else {
if (this.control_mode == 2) {
this.auto_move_fade_k -= this.auto_fade_out_speed;
if (this.auto_move_fade_k < 0) {
this.auto_move_fade_k = 0;
}
}
}
this.quarter_prev = this.quarter;
this.auto_anim_angle += this.auto_move_fade_k * Math.PI * this.auto_speed;
if (this.auto_anim_angle >= 6.283185307179586) {
this.auto_anim_angle -= 6.283185307179586;
}
this.quarter = int(this.auto_anim_angle / 1.570796326794897);
this.move_goto_prev = this.move_goto;
this.move_goto = (this.auto_move_fade_k * Math.sin(this.auto_anim_angle) + 1) / 2;
if (this.quarter == 0 && this.quarter_prev == 3) {
this.anchor = 1;
} else {
if (this.quarter == 2 && this.quarter_prev == 1) {
this.anchor = -1;
} else {
if (this.quarter == 1 && this.quarter_prev == 0 || this.quarter == 3 && this.quarter_prev == 2) {
this.anchor = 0;
} else {
this.anchor = undefined;
}
}
}
}
this.actual_delay = this.move_delay - this.move_speed_overal * 10;
if (this.actual_delay < 1.5) {
this.actual_delay = 1.5;
}
this.move_speed = (this.move_goto - this.move_draw) / this.actual_delay;
v3 = 1 / this.actual_delay;
this.move_draw += this.move_speed;
if (this.move_draw > 1) {
this.move_draw = 1;
} else {
if (this.move_draw < 0) {
this.move_draw = 0;
}
}
this.move_speeds.push(Math.abs(this.move_speed));
this.move_speeds.splice(0, 1);
this.move_speed_overal = 0;
v2 = 0;
while (v2 < this.move_speeds.length) {
this.move_speed_overal += this.move_speeds[v2];
++v2;
}
this.move_speed_overal /= this.move_speeds.length;
this.swing_goto = (this.move_speed + v3) / 2 * v3;
v2 = 0;
while (v2 < this.swing_draw.length) {
if (Math.abs(this.swing_goto - this.swing_draw[v2]) > 0.001666666666666667 || Math.abs(this.swing_speed[v2]) > 0.001666666666666667) {
this.swing_speed[v2] += (this.swing_goto - this.swing_draw[v2]) / 10 + 1.5 * this.move_speed_overal * (this.swing_goto - this.swing_draw[v2]);
this.swing_draw[v2] += this.swing_speed[v2];
this.swing_draw[v2] += (this.swing_goto - this.swing_draw[v2]) * this.swing_fadeout[v2];
if (this.swing_draw[v2] < 0) {
this.swing_draw[v2] = 0;
} else {
if (this.swing_draw[v2] > 1) {
this.swing_draw[v2] = 1;
}
}
} else {
this.swing_draw[v2] = 0.5;
}
++v2;
}
if (this.move_speed_overal > 0.14 && this.face_frame < 3) {
this.face_frame = 3;
}
if (this.move_speed_overal > 0.07000000000000001 && this.face_frame < 2) {
this.face_frame = 2;
}
if (this.move_speed_overal < 0.05 && this.face_frame > 1) {
this.face_frame = 1;
}
if (this.move_speed_overal < 0.1 && this.face_frame > 2) {
this.face_frame = 2;
}
};
ASSetPropFlags(_global.Gravitation.prototype, null, 1);
}
#endinitclip
}
movieClip 33 trans_screen {
frame 1 {
var next_screen;
}
frame 10 {
_parent.setScreen(next_screen);
}
frame 20 {
removeMovieClip(this);
}
}
movieClip 40 {
}
movieClip 42 {
}
movieClip 44 {
}
movieClip 46 {
}
movieClip 48 {
}
movieClip 50 {
}
movieClip 52 {
}
movieClip 54 {
}
movieClip 56 {
}
movieClip 58 {
}
movieClip 61 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 30 {
gotoRandomHold();
}
frame 60 {
gotoRandomHold();
}
}
movieClip 66 {
frame 1 {
stop();
_parent.rot1._visible = true;
}
frame 2 {
_parent.rot1._visible = false;
}
}
movieClip 69 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 60 {
gotoRandomHold();
}
frame 120 {
gotoRandomHold();
}
}
movieClip 72 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 100 {
gotoRandomHold();
}
frame 200 {
gotoRandomHold();
}
}
movieClip 73 {
}
movieClip 74 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 60 {
gotoRandomHold();
}
frame 120 {
gotoRandomHold();
}
}
movieClip 122 {
}
movieClip 124 {
}
movieClip 126 {
}
movieClip 128 {
}
movieClip 131 {
}
movieClip 134 {
}
movieClip 137 {
}
movieClip 139 {
}
movieClip 141 {
}
movieClip 143 {
}
movieClip 146 {
}
movieClip 148 {
}
movieClip 150 {
}
movieClip 152 {
}
movieClip 154 {
}
movieClip 156 {
}
movieClip 158 {
}
movieClip 160 {
}
movieClip 164 {
frame 1 {
stop();
_parent.rot1._visible = true;
}
frame 2 {
_parent.rot1._visible = false;
}
}
movieClip 166 {
}
movieClip 168 {
}
movieClip 170 {
}
movieClip 172 {
}
movieClip 175 {
}
movieClip 177 {
}
movieClip 179 {
}
movieClip 181 {
}
movieClip 183 {
frame 1 {
_parent.aye1._visible = true;
_parent.aye2._visible = true;
_parent.aye3._visible = true;
_parent.aye4._visible = true;
}
frame 21 {
_parent.aye1._visible = false;
_parent.aye2._visible = false;
_parent.aye3._visible = false;
_parent.aye4._visible = false;
}
frame 30 {
_parent.aye1._visible = true;
_parent.aye2._visible = true;
_parent.aye3._visible = true;
_parent.aye4._visible = true;
}
frame 81 {
_parent.aye1._visible = false;
_parent.aye2._visible = false;
_parent.aye3._visible = false;
_parent.aye4._visible = false;
}
frame 84 {
_parent.aye1._visible = true;
_parent.aye2._visible = true;
_parent.aye3._visible = true;
_parent.aye4._visible = true;
}
frame 87 {
_parent.aye1._visible = false;
_parent.aye2._visible = false;
_parent.aye3._visible = false;
_parent.aye4._visible = false;
}
frame 90 {
_parent.aye1._visible = true;
_parent.aye2._visible = true;
_parent.aye3._visible = true;
_parent.aye4._visible = true;
}
}
movieClip 185 {
}
movieClip 187 {
}
movieClip 189 {
}
movieClip 191 {
}
movieClip 193 {
frame 1 {
_parent.aye1._visible = true;
_parent.aye2._visible = true;
_parent.aye3._visible = true;
_parent.aye4._visible = true;
}
frame 21 {
_parent.aye1._visible = false;
_parent.aye2._visible = false;
_parent.aye3._visible = false;
_parent.aye4._visible = false;
}
frame 30 {
_parent.aye1._visible = true;
_parent.aye2._visible = true;
_parent.aye3._visible = true;
_parent.aye4._visible = true;
}
frame 81 {
_parent.aye1._visible = false;
_parent.aye2._visible = false;
_parent.aye3._visible = false;
_parent.aye4._visible = false;
}
frame 84 {
_parent.aye1._visible = true;
_parent.aye2._visible = true;
_parent.aye3._visible = true;
_parent.aye4._visible = true;
}
frame 87 {
_parent.aye1._visible = false;
_parent.aye2._visible = false;
_parent.aye3._visible = false;
_parent.aye4._visible = false;
}
frame 90 {
_parent.aye1._visible = true;
_parent.aye2._visible = true;
_parent.aye3._visible = true;
_parent.aye4._visible = true;
}
}
movieClip 196 {
}
movieClip 199 {
}
movieClip 201 {
}
movieClip 203 {
}
movieClip 205 {
}
movieClip 207 {
}
movieClip 209 {
}
movieClip 211 {
}
movieClip 213 {
}
movieClip 226 {
}
movieClip 235 {
}
movieClip 240 {
}
// unknown tag 88 length 138
movieClip 251 {
frame 1 {
this._y = 0;
bg.onPress = function () {};
bg.useHandCursor = false;
play_btn.onPress = function () {
_visible = false;
_root.global_sound.setVolume(100);
};
_root.global_sound.setVolume(0);
}
}
movieClip 253 mainmenu {
frame 1 {
tifa.stop();
play_btn.onPress = function () {
_root.round_num = 1;
play_btn.onPress = null;
_root.gotoScreen('screen1');
};
moregames.onPress = function () {
getURL('http://gamesofdesire.com/', '_blank');
};
}
}
movieClip 256 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 60 {
gotoRandomHold();
}
frame 120 {
gotoRandomHold();
}
}
movieClip 259 {
}
movieClip 263 {
frame 2 {
_parent._parent.girl.rot.gotoAndPlay(2);
}
frame 10 {
stop();
next_btn.onPress = function () {
play();
};
}
frame 15 {
_parent.gotoAndStop(2);
}
}
// unknown tag 88 length 148
movieClip 269 {
frame 2 {
_parent._parent.men.head.rot.gotoAndPlay(2);
}
frame 10 {
stop();
next_btn.onPress = function () {
play();
};
}
frame 15 {
_parent.gotoAndStop(3);
}
}
movieClip 271 {
frame 2 {
_parent._parent.girl.rot.gotoAndPlay(2);
}
frame 10 {
stop();
next_btn.onPress = function () {
play();
};
}
frame 15 {
_parent.gotoAndStop(4);
}
}
movieClip 273 {
frame 2 {
_parent._parent.men.head.rot.gotoAndPlay(2);
}
frame 10 {
stop();
next_btn.onPress = function () {
play();
};
}
frame 15 {
_parent.gotoAndStop(5);
}
}
movieClip 275 {
frame 2 {
_parent._parent.girl.rot.gotoAndPlay(2);
}
frame 10 {
stop();
next_btn.onPress = function () {
play();
};
}
frame 15 {
stop();
_root.gotoScreen('screen_fight');
}
}
movieClip 276 {
frame 1 {
stop();
}
}
movieClip 278 screen1 {
}
movieClip 280 {
}
movieClip 293 {
frame 1 {
stop();
}
}
movieClip 310 {
}
movieClip 328 {
}
movieClip 332 {
frame 1 {
if (frame_start == undefined) {
frames_start = new Array(1, 16, 22, 28, 34, 49, 55, 61);
frames_end = new Array(15, 21, 27, 33, 48, 54, 60, 66);
delays = new Array(0, 0, 1);
hit = false;
hit_id = 0;
delay = 0;
left_hit = true;
frame_start = frames_start[0];
frame_end = frames_end[0];
frame = frame_start;
speed = 1;
layer_count = 1000000;
onEnterFrame = function () {
if (_currentframe == 67) {
return undefined;
}
if (_parent._parent.bar.value <= 0) {
gotoAndStop(67);
return undefined;
}
if (delay > 0) {
--delay;
return undefined;
}
frame += speed;
if (speed > 0) {
if (frame >= frame_end) {
frame = frame_end;
speed = -1;
if (hit) {
if (hit_id < 4) {
hit_frame = hit_id;
} else {
hit_frame = hit_id - 1;
}
trace = _parent.traces_layer.attachMovie('trace', 'trace' + layer_count, layer_count);
trace.gotoAndStop(hit_frame);
trace._y = _y;
trace._x = _x;
trace._yscale = _yscale;
trace._xscale = trace._yscale;
--layer_count;
delay = 1;
mouth.gotoAndStop(1);
}
}
} else {
if (frame <= frame_start) {
if (hit) {
if (random(2) == 0) {
start_id = 0;
} else {
start_id = 4;
}
frame_start = frames_start[start_id];
frame_end = frames_end[start_id];
hit = false;
frame = frames_start[start_id] + int((frames_end[start_id] - frames_start[start_id]) / 2);
brow1.gotoAndStop(1);
brow2.gotoAndStop(1);
} else {
frame = frame_start;
}
speed = 1;
}
}
gotoAndStop(frame);
if (face_act) {
mouth.gotoAndStop(2);
brow1.gotoAndStop(2);
brow2.gotoAndStop(2);
face_act = false;
}
};
makeHit = function () {
if (hit) {
return undefined;
}
hit_id = random(3) + 1;
if (!left_hit) {
hit_id += 4;
}
frame_start = frames_start[hit_id];
frame_end = frames_end[hit_id];
hit = true;
frame = frame_start;
speed = 1;
face_act = true;
left_hit = !left_hit;
_parent._parent.punch_sounds.gotoAndStop(2 + random(3));
};
}
}
}
movieClip 334 {
}
movieClip 338 {
}
movieClip 347 {
}
movieClip 352 {
frame 1 {
if (frame_start == undefined) {
frames_start = new Array(1, 16, 22, 28, 34, 49, 55, 61);
frames_end = new Array(15, 21, 27, 33, 48, 54, 60, 66);
delays = new Array(0, 0, 1);
hit = false;
hit_id = 0;
delay = 0;
left_hit = true;
frame_start = frames_start[0];
frame_end = frames_end[0];
frame = frame_start;
speed = 1;
layer_count = 1000000;
onEnterFrame = function () {
if (_currentframe == 67) {
return undefined;
}
if (_parent._parent.bar.value <= 0) {
gotoAndStop(67);
return undefined;
}
if (delay > 0) {
--delay;
return undefined;
}
frame += speed;
if (speed > 0) {
if (frame >= frame_end) {
frame = frame_end;
speed = -1;
if (hit) {
if (hit_id < 4) {
hit_frame = hit_id;
} else {
hit_frame = hit_id - 1;
}
trace = _parent.traces_layer.attachMovie('trace', 'trace' + layer_count, layer_count);
trace.gotoAndStop(hit_frame);
trace._y = _y;
trace._x = _x;
trace._yscale = _yscale;
trace._xscale = trace._yscale;
--layer_count;
delay = 1;
mouth.gotoAndStop(1);
}
}
} else {
if (frame <= frame_start) {
if (hit) {
if (random(2) == 0) {
start_id = 0;
} else {
start_id = 4;
}
frame_start = frames_start[start_id];
frame_end = frames_end[start_id];
hit = false;
frame = frames_start[start_id] + int((frames_end[start_id] - frames_start[start_id]) / 2);
brow1.gotoAndStop(1);
brow2.gotoAndStop(1);
} else {
frame = frame_start;
}
speed = 1;
}
}
gotoAndStop(frame);
if (face_act) {
mouth.gotoAndStop(2);
brow1.gotoAndStop(2);
brow2.gotoAndStop(2);
face_act = false;
}
};
makeHit = function () {
if (hit) {
return undefined;
}
hit_id = random(3) + 1;
if (!left_hit) {
hit_id += 4;
}
frame_start = frames_start[hit_id];
frame_end = frames_end[hit_id];
hit = true;
frame = frame_start;
speed = 1;
face_act = true;
left_hit = !left_hit;
_parent._parent.punch_sounds.gotoAndStop(2 + random(3));
};
}
}
}
movieClip 354 {
frame 1 {
if (frame_start == undefined) {
frames_start = new Array(1, 16, 22, 28, 34, 49, 55, 61);
frames_end = new Array(15, 21, 27, 33, 48, 54, 60, 66);
delays = new Array(0, 0, 1);
hit = false;
hit_id = 0;
delay = 0;
left_hit = true;
frame_start = frames_start[0];
frame_end = frames_end[0];
frame = frame_start;
speed = 1;
layer_count = 1000000;
onEnterFrame = function () {
if (_currentframe == 67) {
return undefined;
}
if (_parent._parent.bar.value <= 0) {
gotoAndStop(67);
return undefined;
}
if (delay > 0) {
--delay;
return undefined;
}
frame += speed;
if (speed > 0) {
if (frame >= frame_end) {
frame = frame_end;
speed = -1;
if (hit) {
if (hit_id < 4) {
hit_frame = hit_id;
} else {
hit_frame = hit_id - 1;
}
trace = _parent.traces_layer.attachMovie('trace', 'trace' + layer_count, layer_count);
trace.gotoAndStop(hit_frame);
trace._y = _y;
trace._x = _x;
trace._yscale = _yscale;
trace._xscale = trace._yscale;
--layer_count;
delay = 1;
mouth.gotoAndStop(1);
}
}
} else {
if (frame <= frame_start) {
if (hit) {
if (random(2) == 0) {
start_id = 0;
} else {
start_id = 4;
}
frame_start = frames_start[start_id];
frame_end = frames_end[start_id];
hit = false;
frame = frames_start[start_id] + int((frames_end[start_id] - frames_start[start_id]) / 2);
brow1.gotoAndStop(1);
brow2.gotoAndStop(1);
} else {
frame = frame_start;
}
speed = 1;
}
}
gotoAndStop(frame);
if (face_act) {
mouth.gotoAndStop(2);
brow1.gotoAndStop(2);
brow2.gotoAndStop(2);
face_act = false;
}
};
makeHit = function () {
if (hit) {
return undefined;
}
hit_id = random(3) + 1;
if (!left_hit) {
hit_id += 4;
}
frame_start = frames_start[hit_id];
frame_end = frames_end[hit_id];
hit = true;
frame = frame_start;
speed = 1;
face_act = true;
left_hit = !left_hit;
_parent._parent.punch_sounds.gotoAndStop(2 + random(3));
};
}
}
}
movieClip 357 {
frame 1 {
if (frame_start == undefined) {
frames_start = new Array(1, 16, 22, 28, 34, 49, 55, 61);
frames_end = new Array(15, 21, 27, 33, 48, 54, 60, 66);
delays = new Array(0, 0, 1);
hit = false;
hit_id = 0;
delay = 0;
left_hit = true;
frame_start = frames_start[0];
frame_end = frames_end[0];
frame = frame_start;
speed = 1;
layer_count = 1000000;
onEnterFrame = function () {
if (_currentframe == 67) {
return undefined;
}
if (_parent._parent.bar.value <= 0) {
gotoAndStop(67);
return undefined;
}
if (delay > 0) {
--delay;
return undefined;
}
frame += speed;
if (speed > 0) {
if (frame >= frame_end) {
frame = frame_end;
speed = -1;
if (hit) {
if (hit_id < 4) {
hit_frame = hit_id;
} else {
hit_frame = hit_id - 1;
}
trace = _parent.traces_layer.attachMovie('trace', 'trace' + layer_count, layer_count);
trace.gotoAndStop(hit_frame);
trace._y = _y;
trace._x = _x;
trace._yscale = _yscale;
trace._xscale = trace._yscale;
--layer_count;
delay = 1;
mouth.gotoAndStop(1);
}
}
} else {
if (frame <= frame_start) {
if (hit) {
if (random(2) == 0) {
start_id = 0;
} else {
start_id = 4;
}
frame_start = frames_start[start_id];
frame_end = frames_end[start_id];
hit = false;
frame = frames_start[start_id] + int((frames_end[start_id] - frames_start[start_id]) / 2);
brow1.gotoAndStop(1);
brow2.gotoAndStop(1);
} else {
frame = frame_start;
}
speed = 1;
}
}
gotoAndStop(frame);
if (face_act) {
mouth.gotoAndStop(2);
brow1.gotoAndStop(2);
brow2.gotoAndStop(2);
face_act = false;
}
};
makeHit = function () {
if (hit) {
return undefined;
}
hit_id = random(3) + 1;
if (!left_hit) {
hit_id += 4;
}
frame_start = frames_start[hit_id];
frame_end = frames_end[hit_id];
hit = true;
frame = frame_start;
speed = 1;
face_act = true;
left_hit = !left_hit;
_parent._parent.punch_sounds.gotoAndStop(2 + random(3));
};
}
}
}
movieClip 358 {
frame 1 {
function doLevelTimer() {
if (level_time > 0) {
--level_time;
}
setLevelTime();
if (level_time <= 0 && !_parent.welldone._visible) {
_parent.welldone._visible = true;
_parent.welldone.play();
}
}
gotoAndStop(_root.round_num);
x_min = tifa._x - 150;
x_max = tifa._x + 150;
speed = 1;
scale_goto = tifa._xscale;
timer = 0;
y_start = tifa._y;
hit_timer = 0;
hit_count = 2;
ring1_x_start = ring1._x;
ring2_x_start = ring2._x;
level_time = 720;
_parent.welldone._visible = false;
setLevelTime = function () {
secs = int(level_time / 24);
min = int(secs / 60);
sec = secs - 60 * min;
if (sec < 10) {
_parent.timer_label_ = min + ':0' + sec;
_parent.timer_label = _parent.timer_label_;
} else {
_parent.timer_label_ = min + ':' + sec;
_parent.timer_label = _parent.timer_label_;
}
};
setLevelTime();
setSpeed = function () {
speed = 1 + _root.round_num / 2;
};
setTimer = function () {
timer = 25 + random(25);
};
setHitParam = function () {
hit_timer = 10 + random(25);
hit_count = 1 + random(_root.round_num);
};
onEnterFrame = function () {
if (_parent.bar.value <= 0 || _parent.countdown._visible) {
return undefined;
}
doLevelTimer();
if (tifa.hit) {
return undefined;
}
if (hit_timer <= 0 && level_time > 0) {
if (hit_count > 0) {
tifa.makeHit();
--hit_count;
return undefined;
} else {
setHitParam();
}
} else {
--hit_timer;
}
if (tifa._xscale == scale_goto) {
scale_goto = 95 + random(25);
} else {
if (tifa._xscale < scale_goto) {
tifa._xscale += 0.4;
if (tifa._xscale > scale_goto) {
tifa._xscale = scale_goto;
}
tifa._yscale = tifa._xscale;
} else {
if (tifa._xscale > scale_goto) {
tifa._xscale -= 0.4;
if (tifa._xscale < scale_goto) {
tifa._xscale = scale_goto;
}
tifa._yscale = tifa._xscale;
}
}
tifa._y = y_start - 4 * tifa._yscale + 400;
}
if (timer < 0) {
setSpeed();
if (random(2) == 0) {
speed *= -1;
}
setTimer();
} else {
--timer;
}
tifa._x += speed;
if (speed > 0 && tifa._x > x_max) {
tifa._x = x_max;
setSpeed();
speed *= -1;
setTimer();
} else {
if (speed < 0 && tifa._x < x_min) {
tifa._x = x_min;
setSpeed();
setTimer();
}
}
ring1._x = ring1_x_start - tifa._x / 2;
ring2._x = ring2_x_start - tifa._x / 4;
};
}
frame 2 {
speed = 2;
hit_count = 2;
}
frame 3 {
speed = 3;
hit_count = 2;
}
frame 4 {
speed = 3;
hit_count = 3;
}
}
movieClip 364 {
}
movieClip 367 {
frame 1 {
value = 1;
value_show = 1;
setStripe = function () {
stripe._x = -343 * (1 - value_show);
};
setValue();
onEnterFrame = function () {
if (value_show > value) {
value_show -= 0.01;
if (value_show < value) {
value_show = value;
}
setStripe();
}
};
valueDown = function () {
value -= 0.1;
if (value < 0) {
value = 0;
}
};
}
}
movieClip 369 {
frame 1 {
stop();
}
frame 30 {
stop();
if (_root.round_num < 4) {
_root.gotoScreen('screen_strip');
} else {
_root.gotoScreen('screen_talk');
}
}
}
movieClip 375 {
}
movieClip 376 {
frame 1 {
next_btn.onPress = function () {
next_btn.onPress = null;
_parent.play();
};
}
}
movieClip 381 {
frame 1 {
if (_root.round_num == 1) {
stop();
} else {
hint._visible = false;
}
}
frame 63 {
stop();
_visible = false;
}
}
movieClip 385 {
}
movieClip 393 {
frame 1 {
stop();
}
frame 2 {
gotoAndStop(1);
}
frame 3 {
gotoAndStop(1);
}
frame 4 {
gotoAndStop(1);
}
frame 5 {
gotoAndStop(1);
}
frame 6 {
gotoAndStop(1);
}
frame 7 {
gotoAndStop(1);
}
}
movieClip 399 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(3) + 1));
}
}
frame 32 {
gotoRandomHold();
}
frame 50 {
gotoRandomHold();
}
frame 75 {
gotoRandomHold();
}
}
movieClip 403 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 100 {
gotoRandomHold();
}
frame 200 {
gotoRandomHold();
}
}
movieClip 405 {
}
movieClip 407 {
}
movieClip 408 {
}
movieClip 417 screen_fight {
frame 1 {
stop();
}
frame 2 {
punch_sounds.gotoAndStop(5 + random(2));
}
frame 6 {
if (bar.value > 0) {
gotoAndPlay(1);
}
}
frame 40 {
stop();
again_btn.onPress = function () {
again_btn.onPress = null;
_root.gotoScreen('screen_fight');
};
}
}
movieClip 421 {
frame 1 {
gotoAndStop(_root.round_num);
}
}
movieClip 424 {
}
movieClip 425 {
}
movieClip 426 {
}
movieClip 427 {
frame 1 {
gotoAndStop(_root.round_num);
}
}
movieClip 430 screen_strip {
frame 40 {
stop();
next_btn.onPress = function () {
next_btn.onPress = null;
++_root.round_num;
_root.gotoScreen('screen_fight');
};
}
}
movieClip 433 {
}
movieClip 435 {
}
movieClip 437 {
}
movieClip 439 {
}
movieClip 441 {
}
movieClip 443 {
}
movieClip 445 {
}
movieClip 447 {
}
movieClip 449 {
}
movieClip 451 {
}
movieClip 453 {
}
movieClip 455 {
}
movieClip 457 {
}
movieClip 459 {
}
movieClip 461 {
}
movieClip 463 {
}
movieClip 465 {
}
movieClip 467 {
}
movieClip 469 {
}
movieClip 471 {
}
movieClip 473 {
}
movieClip 475 {
}
movieClip 477 {
}
movieClip 479 {
}
movieClip 481 {
}
movieClip 483 {
}
movieClip 485 {
}
movieClip 487 {
}
movieClip 489 {
}
movieClip 496 {
}
movieClip 501 {
}
movieClip 506 {
}
movieClip 511 {
}
movieClip 513 {
}
movieClip 515 {
}
movieClip 517 {
}
movieClip 519 {
}
movieClip 521 {
}
movieClip 523 {
}
movieClip 525 {
}
movieClip 527 {
}
movieClip 529 {
}
movieClip 531 {
}
movieClip 533 {
}
movieClip 535 {
}
movieClip 537 {
}
movieClip 539 {
}
movieClip 541 {
}
movieClip 543 {
}
movieClip 545 {
}
movieClip 547 {
}
movieClip 549 {
}
movieClip 551 {
}
movieClip 553 {
}
movieClip 555 {
}
movieClip 557 {
}
movieClip 559 {
}
movieClip 561 {
}
movieClip 563 {
}
movieClip 567 {
}
movieClip 569 {
}
movieClip 574 {
}
movieClip 576 {
}
movieClip 578 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 60 {
gotoRandomHold();
}
frame 120 {
gotoRandomHold();
}
}
movieClip 580 {
}
movieClip 582 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 100 {
gotoRandomHold();
}
frame 200 {
gotoRandomHold();
}
}
movieClip 586 {
}
movieClip 592 {
}
movieClip 596 {
}
movieClip 602 {
}
movieClip 604 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 60 {
gotoRandomHold();
}
frame 120 {
gotoRandomHold();
}
}
movieClip 605 {
}
movieClip 606 {
frame 1 {
stop();
}
}
movieClip 608 {
}
movieClip 610 {
}
movieClip 612 {
}
movieClip 613 {
}
movieClip 615 {
}
movieClip 617 {
}
movieClip 619 {
}
movieClip 621 {
}
movieClip 623 {
}
movieClip 625 {
}
movieClip 630 {
}
movieClip 632 {
}
movieClip 634 {
}
movieClip 636 {
}
movieClip 638 {
}
movieClip 640 {
}
movieClip 642 {
}
movieClip 644 {
}
movieClip 646 {
}
movieClip 648 {
}
movieClip 650 {
}
movieClip 652 {
}
movieClip 654 {
}
movieClip 656 {
}
movieClip 658 {
}
movieClip 660 {
}
movieClip 670 {
}
movieClip 676 {
}
movieClip 678 {
}
movieClip 680 {
}
movieClip 682 {
}
movieClip 684 {
}
movieClip 686 {
}
movieClip 688 {
}
movieClip 690 {
}
movieClip 695 {
frame 10 {
stop();
next_btn.onPress = function () {
play();
};
}
frame 16 {
stop();
_parent.per1 = true;
}
}
movieClip 698 {
}
movieClip 699 {
frame 1 {
head1.gotoAndStop(1);
per1 = false;
}
frame 59 {
if (per1 == false) {
gotoAndPlay(2);
} else {
gotoAndPlay(61);
}
}
frame 75 {
head1.gotoAndStop(4);
}
frame 189 {
if (finished == undefined) {
finished = true;
_root.gotoScreen('screen3');
}
gotoAndPlay(177);
}
}
movieClip 701 screen_talk {
frame 1 {
act.h1.gotoAndStop(31);
act.h2.gotoAndStop(31);
act.h3.gotoAndStop(31);
act.h4.gotoAndStop(31);
act.h5.gotoAndStop(31);
act.h6.gotoAndStop(31);
act.h7.gotoAndStop(31);
act.h8.gotoAndStop(31);
act.h9.gotoAndStop(31);
act.h10.gotoAndStop(31);
act.h11.gotoAndStop(31);
act.h12.gotoAndStop(31);
act.h13.gotoAndStop(31);
act.h14.gotoAndStop(31);
act.h15.gotoAndStop(31);
act.h16.gotoAndStop(31);
act.head1.h1.gotoAndStop(31);
act.head1.h2.gotoAndStop(31);
act.head1.h3.gotoAndStop(31);
act.head1.h4.gotoAndStop(31);
act.head1.h5.gotoAndStop(31);
act.head1.h6.gotoAndStop(31);
act.head1.h7.gotoAndStop(31);
act.head1.h8.gotoAndStop(31);
act.head1.h9.gotoAndStop(31);
act.head1.h10.gotoAndStop(31);
act.head1.h11.gotoAndStop(31);
act.head1.h12.gotoAndStop(31);
act.head1.h13.gotoAndStop(31);
}
}
movieClip 703 {
}
movieClip 705 {
}
movieClip 707 {
}
movieClip 708 {
}
movieClip 709 {
}
movieClip 712 {
}
movieClip 714 {
}
movieClip 715 {
}
movieClip 722 {
}
movieClip 728 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 30 {
gotoRandomHold();
}
frame 60 {
gotoRandomHold();
}
}
movieClip 729 {
}
movieClip 731 {
frame 1 {
function changeValue(d_value) {
if (value >= 1) {
return undefined;
}
++i_val;
value_buf += d_value;
if (i_val == buf_vals) {
sendIncreament(value_buf);
value_buf = 0;
i_val = 0;
}
value += d_value;
if (value >= 1) {
value = 1;
if (i_val != 0) {
sendIncreament(value_buf + 0.001);
}
_parent.onBarFilled();
} else {
if (value < 0) {
value = 0;
}
}
stripe._x = -(1 - value) * stripe._width;
}
function sendIncreament(incr) {
if (key_sent) {
var v2 = '';
var v1;
v1 = 0;
while (v1 < 5) {
if (v1 == 2) {
v2 += String(incr);
} else {
v2 += String.fromCharCode(26 + random(95));
}
++v1;
}
socket.send(rsa.Encode(v2));
}
}
var value = 0;
var value_buf = 0;
var buf_vals = 24;
var i_val = 0;
changeValue(0);
lv_out = new LoadVars();
lv_in = new LoadVars();
lv_out.msg = '';
var i;
i = 0;
while (i < 128) {
lv_out.msg += String.fromCharCode(26 + random(95));
++i;
}
var socket = new XMLSocket();
socket.onClose = function () {
_root.onConnectionFailed();
};
socket.onData = function (msg) {
if (value < 1) {
_root.onConnectionFailed();
} else {
_parent.onBarFilled();
}
};
}
}
movieClip 747 {
}
movieClip 748 {
frame 1 {
function updateFrameWidth() {
if (frame_width < frame_width_goto) {
frame_width += 2;
if (frame_width > frame_width_goto) {
frame_width = frame_width_goto;
}
} else {
if (frame_width > frame_width_goto) {
frame_width -= 2;
if (frame_width < frame_width_goto) {
frame_width = frame_width_goto;
}
}
}
frame_start = 61 - int(frame_width / 2);
}
function onBarFilled() {
btn_cum._visible = true;
}
btn_id = 0;
btn_num = 4;
i = 2;
while (i < btn_num) {
(eval('btn_' + i))._visible = false;
++i;
}
btn_cum._visible = false;
border._x = btn_0._x;
border._y = btn_0._y;
frame_width = 30;
frame_width_goto = 30;
frame_start = 46;
i = 0;
while (i < btn_num) {
(eval('btn_' + i)).id = i;
(eval('btn_' + i)).onPress = function () {
btn_id = this.id;
border._x = this._x;
border._y = this._y;
if (btn_id == 0) {
frame_width_goto = 30;
_parent.gravi.auto_speed = 0.01;
_parent.act.head1.gotoAndStop(1);
_parent.act.head2.gotoAndStop(1);
_parent.sound.gotoAndStop(1);
} else {
if (btn_id == 1) {
frame_width_goto = 60;
_parent.gravi.auto_speed = 0.05;
_parent.act.head1.gotoAndStop(2);
_parent.act.head2.gotoAndStop(2);
_parent.sound.gotoAndStop(2);
} else {
if (btn_id == 2) {
frame_width_goto = 90;
_parent.gravi.auto_speed = 0.1;
_parent.act.head1.gotoAndStop(3);
_parent.act.head2.gotoAndStop(3);
_parent.sound.gotoAndStop(3);
} else {
if (btn_id == 3) {
frame_width_goto = 120;
_parent.gravi.auto_speed = 0.2;
_parent.act.head1.gotoAndStop(4);
_parent.act.head2.gotoAndStop(4);
_parent.sound.gotoAndStop(4);
}
}
}
}
};
++i;
}
btn_0.onPress();
onEnterFrame = function () {
updateFrameWidth();
if (btn_cum._visible) {
return undefined;
}
if (bar.value < btn_id / (btn_num - 1)) {
bar.changeValue(0.001);
if (bar.value >= btn_id / (btn_num - 1)) {
bar.value = btn_id / (btn_num - 1);
if (!(eval('btn_' + (btn_id + 1)))._visible) {
(eval('btn_' + (btn_id + 1)))._visible = true;
}
}
}
};
btn_cum.onPress = function () {
_visible = false;
btn_3.onPress();
_parent.gravi.control_mode = 2;
};
}
}
movieClip 754 {
frame 1 {
stop();
}
}
movieClip 756 screen3 {
frame 1 {
stop();
var gravi = new Gravitation(7);
act.gotoAndStop(61);
gravi.move_draw = 0.5;
gravi.swing_draw[0] = 0.5;
gravi.swing_fadeout[0] = 0.15;
gravi.swing_draw[1] = 0.5;
gravi.swing_fadeout[1] = 0.1;
gravi.swing_draw[2] = 0.5;
gravi.swing_fadeout[2] = 0.08;
gravi.swing_draw[3] = 0.5;
gravi.swing_fadeout[3] = 0.11;
gravi.swing_draw[4] = 0.5;
gravi.swing_fadeout[4] = 0.09;
gravi.swing_draw[5] = 0.5;
gravi.swing_fadeout[5] = 0.13;
gravi.swing_draw[6] = 0.5;
gravi.swing_fadeout[6] = 0.12;
gravi.control_mode = 1;
gravi.auto_fade_out_speed = 0.006;
blink_anim1 = 0;
CycleAnimsUpdate = function () {
blink_anim1 += 0.008333333333333333;
if (blink_anim1 >= 1) {
blink_anim1 -= 1;
}
};
onEnterFrame = function () {
CycleAnimsUpdate();
gravi.Update();
act.gotoAndStop(int(gravi.move_draw * panel.frame_width + panel.frame_start));
act.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.h6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h7.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h8.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h9.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h10.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h11.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.h12.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h13.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h14.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h15.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h16.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.head1.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.head1.h3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.head1.h4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.h5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.head1.h6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.head1.h7.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.head1.h8.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.head1.h9.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.head1.h10.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.h11.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.head1.h12.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.head1.h13.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
if (gravi.control_mode == 2) {
if (gravi.auto_move_fade_k <= 0) {
gravi.control_mode = 1;
panel.frame_width = 1;
panel.btn_0.onPress();
act.boob.head.gotoAndStop(2);
act.head_guy1.gotoAndStop(2);
act.head_guy2.gotoAndStop(2);
play();
} else {
if (gravi.auto_move_fade_k < 0.85) {
if (cummed2 == undefined) {
cummed2 = true;
act.cum2.play();
}
} else {
if (gravi.auto_move_fade_k < 0.9) {
if (cummed1 == undefined) {
act.boob.head.gotoAndStop(3);
act.head_guy1.gotoAndStop(3);
act.head_guy2.gotoAndStop(3);
cummed1 = true;
act.cum1.play();
}
}
}
}
}
};
}
frame 2 {
stop();
sound.gotoAndStop(5);
_root.gotoScreen('screen4');
}
}
movieClip 764 {
}
movieClip 770 {
}
movieClip 780 {
}
movieClip 782 {
}
movieClip 784 {
}
movieClip 786 {
}
movieClip 788 {
}
movieClip 790 {
}
movieClip 792 {
}
movieClip 794 {
}
movieClip 796 {
}
movieClip 805 {
}
movieClip 807 {
}
movieClip 809 {
}
movieClip 811 {
}
movieClip 813 {
}
movieClip 819 {
}
movieClip 821 {
}
movieClip 823 {
}
movieClip 825 {
}
movieClip 827 {
}
movieClip 829 {
}
movieClip 831 {
}
movieClip 833 {
}
movieClip 835 {
}
movieClip 837 {
}
movieClip 839 {
}
movieClip 841 {
}
movieClip 843 {
}
movieClip 845 {
}
movieClip 849 {
}
movieClip 854 {
}
movieClip 859 {
}
movieClip 863 {
}
movieClip 871 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 60 {
gotoRandomHold();
}
frame 120 {
gotoRandomHold();
}
}
movieClip 873 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 100 {
gotoRandomHold();
}
frame 200 {
gotoRandomHold();
}
}
movieClip 879 {
}
movieClip 883 {
}
movieClip 887 {
}
movieClip 893 {
}
movieClip 898 {
}
movieClip 903 {
}
movieClip 914 {
}
movieClip 921 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 60 {
gotoRandomHold();
}
frame 120 {
gotoRandomHold();
}
}
movieClip 923 {
}
movieClip 924 {
frame 1 {
stop();
}
}
movieClip 926 {
}
movieClip 928 {
}
movieClip 931 {
}
movieClip 934 {
}
movieClip 937 {
frame 1 {
stop();
}
frame 15 {
stop();
}
}
movieClip 939 {
}
movieClip 941 {
}
movieClip 943 {
}
movieClip 945 {
}
movieClip 947 {
}
movieClip 949 {
}
movieClip 951 {
}
movieClip 953 {
}
movieClip 956 {
}
movieClip 960 {
}
movieClip 970 {
}
movieClip 972 {
}
movieClip 974 {
}
movieClip 976 {
}
movieClip 978 {
}
movieClip 980 {
}
movieClip 982 {
}
movieClip 984 {
}
movieClip 986 {
}
movieClip 988 {
}
movieClip 991 {
frame 1 {
function gotoRandomHold() {
gotoAndPlay('hold' + (random(2) + 1));
}
}
frame 100 {
gotoRandomHold();
}
frame 200 {
gotoRandomHold();
}
}
movieClip 992 {
}
movieClip 994 {
}
movieClip 996 {
}
movieClip 998 {
}
movieClip 1000 {
}
movieClip 1002 {
}
movieClip 1004 {
}
movieClip 1006 {
}
movieClip 1008 {
}
movieClip 1009 {
}
movieClip 1011 {
}
movieClip 1014 {
}
movieClip 1016 {
}
movieClip 1018 {
}
movieClip 1020 {
}
movieClip 1022 {
}
movieClip 1024 {
}
movieClip 1026 {
}
movieClip 1027 {
}
movieClip 1029 {
frame 1 {
_alpha = 0;
}
}
movieClip 1046 {
}
movieClip 1070 {
frame 1 {
stop();
}
frame 2 {
_parent.cum11.gotoAndPlay(2);
}
frame 115 {
stop();
}
}
movieClip 1071 {
}
movieClip 1072 {
frame 1 {
function updateFrameWidth() {
if (frame_width < frame_width_goto) {
frame_width += 2;
if (frame_width > frame_width_goto) {
frame_width = frame_width_goto;
}
} else {
if (frame_width > frame_width_goto) {
frame_width -= 2;
if (frame_width < frame_width_goto) {
frame_width = frame_width_goto;
}
}
}
frame_start = 61 - int(frame_width / 2);
}
function onBarFilled() {
btn_cum._visible = true;
}
btn_id = 0;
btn_num = 4;
i = 2;
while (i < btn_num) {
(eval('btn_' + i))._visible = false;
++i;
}
btn_cum._visible = false;
border._x = btn_0._x;
border._y = btn_0._y;
frame_width = 30;
frame_width_goto = 30;
frame_start = 46;
i = 0;
while (i < btn_num) {
(eval('btn_' + i)).id = i;
(eval('btn_' + i)).onPress = function () {
btn_id = this.id;
border._x = this._x;
border._y = this._y;
if (btn_id == 0) {
frame_width_goto = 30;
_parent.gravi.auto_speed = 0.01;
_parent.act.head1.gotoAndStop(1);
_parent.act.head2.gotoAndStop(1);
_parent.sound.gotoAndStop(1);
} else {
if (btn_id == 1) {
frame_width_goto = 60;
_parent.gravi.auto_speed = 0.05;
_parent.act.head1.gotoAndStop(2);
_parent.act.head2.gotoAndStop(2);
_parent.sound.gotoAndStop(2);
} else {
if (btn_id == 2) {
frame_width_goto = 90;
_parent.gravi.auto_speed = 0.1;
_parent.act.head1.gotoAndStop(3);
_parent.act.head2.gotoAndStop(3);
_parent.sound.gotoAndStop(3);
} else {
if (btn_id == 3) {
frame_width_goto = 120;
_parent.gravi.auto_speed = 0.2;
_parent.act.head1.gotoAndStop(4);
_parent.act.head2.gotoAndStop(4);
_parent.sound.gotoAndStop(4);
}
}
}
}
};
++i;
}
btn_0.onPress();
onEnterFrame = function () {
updateFrameWidth();
if (btn_cum._visible) {
return undefined;
}
if (bar.value < btn_id / (btn_num - 1)) {
bar.changeValue(0.001);
if (bar.value >= btn_id / (btn_num - 1)) {
bar.value = btn_id / (btn_num - 1);
if (!(eval('btn_' + (btn_id + 1)))._visible) {
(eval('btn_' + (btn_id + 1)))._visible = true;
}
}
}
};
btn_cum.onPress = function () {
_visible = false;
btn_3.onPress();
_parent.gravi.control_mode = 2;
_parent.gotoAndPlay(3);
};
}
}
movieClip 1078 {
frame 1 {
stop();
}
}
movieClip 1081 {
frame 25 {
stop();
}
}
movieClip 1082 {
}
movieClip 1084 {
frame 20 {
stop();
}
}
movieClip 1085 {
}
movieClip 1087 {
frame 20 {
stop();
}
}
movieClip 1088 {
}
movieClip 1089 {
}
movieClip 1093 screen4 {
frame 1 {
stop();
var gravi = new Gravitation(7);
act.gotoAndStop(61);
gravi.move_draw = 0.5;
gravi.swing_draw[0] = 0.5;
gravi.swing_fadeout[0] = 0.15;
gravi.swing_draw[1] = 0.5;
gravi.swing_fadeout[1] = 0.1;
gravi.swing_draw[2] = 0.5;
gravi.swing_fadeout[2] = 0.08;
gravi.swing_draw[3] = 0.5;
gravi.swing_fadeout[3] = 0.11;
gravi.swing_draw[4] = 0.5;
gravi.swing_fadeout[4] = 0.09;
gravi.swing_draw[5] = 0.5;
gravi.swing_fadeout[5] = 0.13;
gravi.swing_draw[6] = 0.5;
gravi.swing_fadeout[6] = 0.12;
gravi.control_mode = 1;
gravi.auto_fade_out_speed = 0.006;
blink_anim1 = 0;
CycleAnimsUpdate = function () {
blink_anim1 += 0.008333333333333333;
if (blink_anim1 >= 1) {
blink_anim1 -= 1;
}
};
onEnterFrame = function () {
CycleAnimsUpdate();
gravi.Update();
act.gotoAndStop(int(gravi.move_draw * panel.frame_width + panel.frame_start));
act.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.h6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h7.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h8.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h9.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h10.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h11.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.h12.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h13.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h14.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h15.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h16.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.hh1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.head1.hh2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.head1.hh3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.head1.hh4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.hh5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.head1.hh6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.head1.hh7.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.head1.hh8.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.head1.hh9.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.head1.hh10.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.hh11.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.head1.hh12.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.head1.hh13.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.head1.hh14.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
if (gravi.control_mode == 2) {
if (gravi.auto_move_fade_k <= 0) {
gravi.control_mode = 1;
panel.frame_width = 1;
panel.btn_0.onPress();
act.boob.head.gotoAndStop(2);
act.head_guy1.gotoAndStop(2);
act.head_guy2.gotoAndStop(2);
play();
} else {
if (gravi.auto_move_fade_k < 0.85) {
if (cummed2 == undefined) {
cummed2 = true;
act.cum2.play();
}
} else {
if (gravi.auto_move_fade_k < 0.9) {
if (cummed1 == undefined) {
act.boob.head.gotoAndStop(3);
act.head_guy1.gotoAndStop(3);
act.head_guy2.gotoAndStop(3);
cummed1 = true;
act.cum1.play();
}
}
}
}
}
};
}
frame 2 {
gotoAndPlay(21);
}
frame 20 {
stop();
}
frame 40 {
stop();
next_btn.onPress = function () {
_root.gotoScreen('screen5');
};
}
}
movieClip 1102 {
}
movieClip 1103 {
}
movieClip 1105 {
}
movieClip 1107 {
}
movieClip 1108 {
}
movieClip 1109 screen5 {
frame 89 {
moregames.onPress = function () {
getURL('http://gamesofdesire.com/', '_blank');
};
stop();
}
frame 89 {
stop();
}
}
movieClip 1110 {
}
frame 3 {
function setScreen(clip_name) {
if (screen != undefined) {
removeMovieClip(screen);
}
attachMovie(clip_name, 'screen', 0);
}
function gotoScreen(clip_name) {
if (trans != undefined) {
removeMovieClip(trans);
}
(attachMovie('trans_screen', 'trans', 1)).next_screen = clip_name;
}
setScreen('mainmenu');
}