[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.Frame 1 (8 B)
stop();
Frame 2 (17 B)
stopAllSounds();
Frame 3217 (17 B)
gotoAndPlay (2);
Symbol 32 MovieClip Frame 1 (8 B)
stop();
Symbol 52 Button (25 B)
on (release) {
play();
}
Symbol 117 MovieClip Frame 1 (1.13 KiB) ●
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
if (good_result) {
if (_parent.round_num == 3) {
_parent.hood._visible = true;
_parent.hood.play();
i = 0;
while (i < 3) {
removeMovieClip(eval ("_parent.dialog_line" + i));
i++;
}
return(undefined);
}
if (_parent.your_phrases.length == 0) {
_parent._parent.gotoScreen("screen4");
return(undefined);
}
i = 0;
while (i < 3) {
removeMovieClip(eval ("_parent.dialog_line" + i));
i++;
}
_parent.AddDialogLines();
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
_parent.babe.gotoAndStop(next_face);
};
Symbol 120 MovieClip Frame 1 (741 B)
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.her_phrase._visible = true;
_parent.her_phrase.letters = 0;
_parent.babe.gotoAndStop(her_face);
if ((_parent.round_num == 2) && (_parent.her_phrase.good_result)) {
_parent.babe.pills.gotoAndStop(2);
}
};
Symbol 127 MovieClip Frame 1 (28 B)
stop();
_visible = false;
Symbol 127 MovieClip Frame 30 (113 B)
stop();
_parent.babe.gotoAndStop(_parent.her_phrase.next_face);
next_btn.onPress = function () {
play();
};
Symbol 127 MovieClip Frame 60 (55 B)
stop();
_visible = false;
_parent.AddDialogLines();
Symbol 128 MovieClip [screen3] Frame 1 (56 B)
stop();
next_btn.onPress = function () {
play();
};
Symbol 128 MovieClip [screen3] Frame 2 (3.6 KiB) ●
stop();
your_phrases = new Array();
her_phrases = new Array();
her_faces = new Array();
next_faces = new Array();
results = new Array();
your_phrases.push("Sure I can, but what happened?");
her_phrases.push("Damn car broke down, and I've been stuck here for over 2 hours.");
her_faces.push(4);
next_faces.push(1);
results.push(true);
your_phrases.push("I don't help strangers on the side of the road.");
her_phrases.push("Fuck you idiot!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Hello, Miss! How are you doing?");
her_phrases.push("Not well...");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("Why hasn't anyone else helped you yet?");
her_phrases.push("This fucking road is dead empty.");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("Why don't you call a tow truck?");
her_phrases.push("My cellphone battery is dead.");
her_faces.push(4);
next_faces.push(1);
results.push(true);
your_phrases.push("Mmmmmmmm... Nice tits!");
her_phrases.push("Stop it! I need your help!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("I can look at your car and try to fix it.");
her_phrases.push("Ohhhh... That would be great!");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("Would you suck my cock if I help you?");
her_phrases.push("Get lost you fucking idiot!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("So what's the problem with your car?");
her_phrases.push("I don't know. Engine just pegged out halfway up the hill.");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("I'll report your problem to the the nearest repair shop.");
her_phrases.push("Oh no! Please don't leave me alone here again!");
her_faces.push(4);
next_faces.push(1);
results.push(true);
your_phrases.push("Guess you'll be stuck here for a while.");
her_phrases.push("Please you have to do something.");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("We're alone on this road! I'll rape you until you die!");
her_phrases.push("Oh No!!! Get away from me!");
her_faces.push(5);
next_faces.push(1);
results.push(false);
your_phrases.push("Okay, get in. I'll give you a ride to the gas station.");
her_phrases.push("Cool! I'll lock up my car and we can go.");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("It was nice to meet you, but I need to go!");
her_phrases.push("Hey! Wait!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("I guess I can try and look at the engine again...");
her_phrases.push("I think it is pointless...");
her_faces.push(4);
next_faces.push(1);
results.push(false);
round_num = 0;
AddDialogLines = function () {
round_num++;
nums = new Array();
i = 0;
while (i < 3) {
nums.push(i);
i++;
}
i = 0;
while (i < nums.length) {
r = random(nums.length);
nums.push(nums[r]);
nums.splice(r, 1);
i++;
}
i = 0;
while (i < nums.length) {
clip = attachMovie("dialog_line", "dialog_line" + nums[i], i);
clip._y = 480 - ((1.1 * (nums[i] + 1)) * clip._height);
clip._x = 12;
clip.your_text = your_phrases[0];
your_phrases.splice(0, 1);
clip.her_text = her_phrases[0];
her_phrases.splice(0, 1);
clip.her_face = her_faces[0];
her_faces.splice(0, 1);
clip.next_face = next_faces[0];
next_faces.splice(0, 1);
clip.good_result = results[0];
clip.num = nums[i];
results.splice(0, 1);
i++;
}
};
AddDialogLines();
Symbol 140 MovieClip Frame 1 (56 B)
stop();
next_btn.onPress = function () {
play();
};
Symbol 140 MovieClip Frame 2 (3.6 KiB) ●
stop();
your_phrases = new Array();
her_phrases = new Array();
her_faces = new Array();
next_faces = new Array();
results = new Array();
your_phrases.push("Sure I can, but what happened?");
her_phrases.push("Damn car broke down, and I've been stuck here for over 2 hours.");
her_faces.push(4);
next_faces.push(1);
results.push(true);
your_phrases.push("I don't help strangers on the side of the road.");
her_phrases.push("Fuck you idiot!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Hello, Miss! How are you doing?");
her_phrases.push("Not well...");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("Why hasn't anyone else helped you yet?");
her_phrases.push("This fucking road is dead empty.");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("Why don't you call a tow truck?");
her_phrases.push("My cellphone battery is dead.");
her_faces.push(4);
next_faces.push(1);
results.push(true);
your_phrases.push("Mmmmmmmm... Nice tits!");
her_phrases.push("Stop it! I need your help!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("I can look at your car and try to fix it.");
her_phrases.push("Ohhhh... That would be great!");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("Would you suck my cock if I help you?");
her_phrases.push("Get lost you fucking idiot!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("So what's the problem with your car?");
her_phrases.push("I don't know. Engine just pegged out halfway up the hill.");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("I'll report your problem to the the nearest repair shop.");
her_phrases.push("Oh no! Please don't leave me alone here again!");
her_faces.push(4);
next_faces.push(1);
results.push(true);
your_phrases.push("Guess you'll be stuck here for a while.");
her_phrases.push("Please you have to do something.");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("We're alone on this road! I'll rape you until you die!");
her_phrases.push("Oh No!!! Get away from me!");
her_faces.push(5);
next_faces.push(1);
results.push(false);
your_phrases.push("Okay, get in. I'll give you a ride to the gas station.");
her_phrases.push("Cool! I'll lock up my car and we can go.");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("It was nice to meet you, but I need to go!");
her_phrases.push("Hey! Wait!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("I guess I can try and look at the engine again...");
her_phrases.push("I think it is pointless...");
her_faces.push(4);
next_faces.push(1);
results.push(false);
round_num = 0;
AddDialogLines = function () {
round_num++;
nums = new Array();
i = 0;
while (i < 3) {
nums.push(i);
i++;
}
i = 0;
while (i < nums.length) {
r = random(nums.length);
nums.push(nums[r]);
nums.splice(r, 1);
i++;
}
i = 0;
while (i < nums.length) {
clip = attachMovie("dialog_line", "dialog_line" + nums[i], i);
clip._y = 480 - ((1.1 * (nums[i] + 1)) * clip._height);
clip._x = 12;
clip.your_text = your_phrases[0];
your_phrases.splice(0, 1);
clip.her_text = her_phrases[0];
her_phrases.splice(0, 1);
clip.her_face = her_faces[0];
her_faces.splice(0, 1);
clip.next_face = next_faces[0];
next_faces.splice(0, 1);
clip.good_result = results[0];
clip.num = nums[i];
results.splice(0, 1);
i++;
}
};
AddDialogLines();