Section 1
//MainTimeline (madlibs_fla.MainTimeline)
package madlibs_fla {
import flash.events.*;
import flash.display.*;
import flash.text.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.media.*;
import flash.net.*;
import flash.printing.*;
import flash.profiler.*;
import flash.sampler.*;
import flash.system.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class MainTimeline extends MovieClip {
public var wordCard3:MovieClip;
public var btnTheme3:MovieClip;
public var text1:TextField;
public var wordCard2:MovieClip;
public var btnTheme2:MovieClip;
public var text2:TextField;
public var wordCard10:MovieClip;
public var wordCard5:MovieClip;
public var text3:TextField;
public var wordCard11:MovieClip;
public var wordCard4:MovieClip;
public var errText:MovieClip;
public var btnGo:MovieClip;
public var btnIntroStart:introStartButton;
public var text4:TextField;
public var wordCard12:MovieClip;
public var wordCard7:MovieClip;
public var text5:TextField;
public var btnDa:MovieClip;
public var wordCard6:MovieClip;
public var wordCard9:MovieClip;
public var loader_mc:movie_mc;
public var loaded_txt:TextField;
public var wordCard8:MovieClip;
public var txtTitle:TextField;
public var btnTheme5:MovieClip;
public var btnTheme4:MovieClip;
public var btnReturn:MovieClip;
public var wordCard1:MovieClip;
public var btnTheme1:MovieClip;
public var strTheme1;
public var strTheme2;
public var strTheme3;
public var strTheme4;
public var strTheme5;
public var themeNr;
public var arrFrames:Array;
public var i;
public var j;
public var strText1;
public var strText2;
public var strText3;
public var strText4;
public var strText5;
public var strText6;
public var strText7;
public var strText8;
public var arrCardSprite:Array;
public var arrWord:Array;
public function MainTimeline(){
addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5, 5, frame6, 6, frame7);
}
public function onProgress(_arg1:ProgressEvent):void{
var _local2:Number = _arg1.target.bytesLoaded;
var _local3:Number = _arg1.target.bytesTotal;
var _local4:Number = (_local2 / _local3);
loader_mc.scaleX = _local4;
loaded_txt.text = (("Loading... " + Math.round((_local4 * 100))) + "%");
}
public function onComplete(_arg1:Event):void{
loaded_txt.text = "Finished loading.";
var _local2:* = this.loaderInfo.url;
var _local3:* = false;
if (_local2.search("file:") != -1){
_local3 = true;
};
if (_local2.search("deviantart.net") != -1){
_local3 = true;
};
if (_local3 == true){
btnIntroStart.alpha = 1;
btnIntroStart.addEventListener(MouseEvent.CLICK, startGame);
};
}
public function startGame(_arg1:MouseEvent):void{
gotoAndStop(2);
}
public function mouseClicked(_arg1:MouseEvent):void{
var _local2:* = "";
if (_arg1.target.name != null){
_local2 = _arg1.target.name;
};
if (_local2 == "txt"){
_local2 = _arg1.target.parent.name;
};
if ((((_local2 == "btnTheme1")) && ((btnTheme1.alpha == 1)))){
btnTheme1.alpha = 0.9;
btnTheme2.alpha = 0.3;
btnTheme3.alpha = 0.3;
btnTheme4.alpha = 0.3;
btnTheme5.alpha = 0.3;
themeNr = 1;
showCards();
} else {
if ((((_local2 == "btnTheme2")) && ((btnTheme2.alpha == 1)))){
btnTheme1.alpha = 0.3;
btnTheme2.alpha = 0.9;
btnTheme3.alpha = 0.3;
btnTheme4.alpha = 0.3;
btnTheme5.alpha = 0.3;
themeNr = 2;
showCards();
} else {
if ((((_local2 == "btnTheme3")) && ((btnTheme3.alpha == 1)))){
btnTheme1.alpha = 0.3;
btnTheme2.alpha = 0.3;
btnTheme3.alpha = 0.9;
btnTheme4.alpha = 0.3;
btnTheme5.alpha = 0.3;
themeNr = 3;
showCards();
} else {
if ((((_local2 == "btnTheme4")) && ((btnTheme4.alpha == 1)))){
btnTheme1.alpha = 0.3;
btnTheme2.alpha = 0.3;
btnTheme3.alpha = 0.3;
btnTheme4.alpha = 0.9;
btnTheme5.alpha = 0.3;
themeNr = 4;
showCards();
} else {
if ((((_local2 == "btnTheme5")) && ((btnTheme5.alpha == 1)))){
btnTheme1.alpha = 0.3;
btnTheme2.alpha = 0.3;
btnTheme3.alpha = 0.3;
btnTheme4.alpha = 0.3;
btnTheme5.alpha = 0.9;
themeNr = 5;
showCards();
} else {
if (_local2 == "btnRandom"){
getRandomText(_arg1.target.parent);
} else {
if (_local2 == "btnGo"){
if (arrCardSprite[0].currentFrame != 1){
if (checkReady() == true){
stage.removeEventListener(MouseEvent.CLICK, mouseClicked);
gotoAndStop((2 + themeNr));
};
};
};
};
};
};
};
};
};
}
public function showCards():void{
i = 0;
while (i < 12) {
arrCardSprite[i].gotoAndStop(arrFrames[(themeNr - 1)][i]);
i++;
};
}
public function checkReady():Boolean{
var _local1:* = true;
i = 0;
while (i < 12) {
if ((((arrCardSprite[i].currentFrame > 1)) && ((arrCardSprite[i].txt.text == "")))){
_local1 = false;
errText.alpha = 1;
} else {
if (arrCardSprite[i].currentFrame > 1){
if (((((!((arrCardSprite[i].currentFrame == 9))) && (!((arrCardSprite[i].currentFrame == 10))))) && (!((arrCardSprite[i].currentFrame == 16))))){
arrWord[i] = arrCardSprite[i].txt.text.toLowerCase();
} else {
arrWord[i] = arrCardSprite[i].txt.text;
};
} else {
arrWord[i] = "";
};
};
i++;
};
return (_local1);
}
public function getRandomText(_arg1):void{
var _local2:* = "";
var _local3:Array = ["??"];
if (_arg1.currentFrame == 2){
_local3 = ["eat", "lick", "kiss", "touch", "absorb", "crush", "press", "caress", "use", "sniff", "watch", "pinch", "look", "squeeze", "bite", "swallow", "suck", "spit", "spank", "slap", "kick", "push", "pull", "digest", "tickle", "turn", "open", "twist", "study", "hurt", "destroy", "support", "drink", "throw", "fight", "lose", "love", "forget", "wash", "cook", "cut", "prepare"];
} else {
if (_arg1.currentFrame == 3){
_local3 = ["eats", "licks", "kisses", "touches", "absorbs", "crushes", "presses", "uses", "caresses", "sniffs", "watches", "pinches", "looks", "squeezes", "bites", "swallows", "sucks on", "spits on", "spanks", "slaps", "kicks", "pushes", "pulls", "digests", "swims", "tickles", "turns", "opens", "twists", "studies", "hurts", "destroys", "supports", "drinks", "throws", "fights", "loses", "loves", "forgets", "washes", "cooks", "cuts", "prepares"];
} else {
if (_arg1.currentFrame == 4){
_local3 = ["sitting", "walking", "eating", "licking", "kissing", "touching", "absorbing", "crushing", "pressing", "caressing", "sniffing", "watching", "pinching", "looking", "squeezing", "biting", "swallowing", "sucking on", "spiting on", "spanking", "slaping", "kicking", "pushing", "pulling", "digesting", "tickling", "turning", "opening", "twisting", "studying", "hurting", "destroying", "supporting", "drinking", "throwing", "fighting", "losing", "loving", "forgetting", "washing", "cooking", "cutting", "preparing"];
} else {
if (_arg1.currentFrame == 5){
_local3 = ["accidentally", "always", "angrily", "anxiously", "awkwardly", "badly", "blindly", "boldly", "bravely", "cheerfully", "crazily", "deftly", "carefully", "arousingly", "calmly", "casually", "deliberately", "eagerly", "easily", "elegantly", "exactly", "faithfully", "gleefully", "gracefully", "happily", "hastily", "innocently", "lazily", "greedily", "gladly", "madly", "merrily", "mortally", "nervously", "obediently", "neatly", "nastily", "manically", "idiotically", "perfectly", "politely", "poorly", "powerfully", "promptly", "quickly", "rarely", "safely", "selfishly", "shakily", "silently", "slowly", "technically", "tenderly", "tightly", "totally", "victoriously", "warmly", "wearily", "weakly", "wildly", "possibly", "skillfully", "often", "partially", "proudly", "recklessly", "violently", "wholeheartedly"];
} else {
if (_arg1.currentFrame == 6){
_local3 = ["cellphone", "curtain", "table", "shoe", "garbage can", "chair", "tree", "glass", "police officer", "sandwich", "duck toy", "ducktape", "comicbook", "keyboard", "window", "fryingpan", "brush", "feather", "sock", "door", "toilet", "mouse", "sun lotion", "day creme", "doll", "car", "hammer", "saw", "cabbage", "banana", "fruit cocktail", "magic wand", "fork", "spoon", "book", "guitar", "mailman", "vase", "cookie", "mp3-player", "arch", "atlas", "axe", "sword", "blunt weapon", "baby", "bush", "cherry", "circus", "dictionary", "dwarf", "elf", "family", "knife", "mango", "nanny", "octopus", "penny", "potato", "tomato", "woman", "man", "wife", "husband", "book", "blood", "bone", "box", "branch", "card", "cat", "continent", "dollar", "danger", "dream", "duck", "enemy", "music", "river", "letter", "mountain", "question", "problem", "wind", "element", "photograph", "radio"];
} else {
if (_arg1.currentFrame == 7){
_local3 = ["cellphones", "curtains", "tables", "shoes", "garbage cans", "chairs", "trees", "glasses", "police officers", "sandwiches", "duck toys", "comicbooks", "keyboards", "windows", "fryingpans", "brushes", "feathers", "socks", "doors", "toilets", "lollipops", "bottles", "dolls", "cars", "hammers", "saws", "cabbages", "bananas", "fruit cocktails", "magic wands", "forks", "spoons", "books", "guitars", "mailmen", "vases", "cookies", "mp3-players", "arches", "axes", "swords", "blunt weapons", "babies", "bushes", "cherries", "dictionaries", "dwarves", "elves", "families", "knives", "nannies", "pennies", "potatoes", "tomatoes", "women", "men", "wives", "husbands", "books", "bones", "boxes", "branches", "cards", "cats", "continents", "dollars", "dangers", "dreams", "ducks", "enemies", "rivers", "letters", "mountains", "questions", "problems", "elements", "photographs"];
} else {
if (_arg1.currentFrame == 8){
_local3 = ["adorable", "adventurous", "aggressive", "attractive", "beautiful", "bloody", "clean", "cute", "drab", "dull", "filthy", "dirty", "gorgeous", "grotesque", "muddy", "sparkling", "precious", "ugly", "unusual", "bad", "cautious", "clumsy", "crazy", "curious", "famous", "frail", "gifted", "horrible", "helpless", "innocent", "poor", "prickly", "puzzled", "tender", "wild", "angry", "annoyed", "anxious", "ashamed", "awful", "cruel", "dangerous", "disgusting", "embarrassed", "envious", "helpless", "hungry", "itchy", "jealous", "mysterious", "naughty", "repulsive", "scary", "sore", "tense", "tired", "troubled", "frightened", "weary", "wicked", "charming", "cheerful", "happy", "nice", "perfect", "relieved", "silly", "victorious", "chubby", "curved", "big", "fat", "gigantic", "little", "puny", "teeny-tiny", "noisy", "soft", "delicious", "juicy", "ripe", "rotten", "salty", "sour", "spicy", "sticky", "sweet", "tasty", "greasy", "hard", "hot", "silky", "slimy", "slippery", "smooth", "soft", "sticky", "yummy", "cold", "damaged", "creepy", "cuddly", "damp", "dirty", "dry", "dusty", "filthy", "freezing", "warm", "wet", "silly", "smelly", "ugly", "stinky", "oily", "hurtful", "painful", "sensitive", "red", "weird", "sparkling", "shiny", "sexy", "big", "sweaty"];
} else {
if (_arg1.currentFrame == 9){
_local3 = ["she", "it", "another", "someone", "nobody", "none", "that", "anything", "nothing", "somebody", "one", "both", "most", "some"];
} else {
if (_arg1.currentFrame == 10){
_local3 = [""];
} else {
if (_arg1.currentFrame == 11){
_local3 = [""];
} else {
if (_arg1.currentFrame == 12){
_local3 = ["diaper", "bra", "socks", "shoes", "panties", "underwear", "pants", "shirt", "skirt", "stockings", "hat", "wristband", "jumpsuit", "sweater", "tanktop", "top", "high heels", "pumps", "corset", "swimsuit", "bikini", "belt", "boot", "cap", "coat", "jacket", "pajamas", "raincoat", "scarf", "T-shirt"];
} else {
if (_arg1.currentFrame == 13){
_local3 = ["diapers", "bras", "socks", "shoes", "panties", "pants", "shirts", "skirts", "stockings", "hats", "wristbands", "jumpsuits", "sweaters", "tanktops", "tops", "high heel shoes", "pumps", "corsets", "swimsuits", "bikinis", "belts", "boots", "coats", "jackets", "pajamas", "raincoats", "T-shirts"];
} else {
if (_arg1.currentFrame == 14){
_local3 = ["breast", "nipple", "belly button", "belly", "butt", "armpit", "foot", "sole", "toe", "finger", "hand", "arm", "leg", "heart", "lung", "tongue", "eye", "ear", "nose", "hair", "heel", "tooth", "knee", "stomach", "hair", "anus", "toe nail", "finger nail", "muscle", "hand palm", "elbow", "nostril", "chin", "cheek", "neck", "pimple", "chest", "back", "ankle", "appendix", "bladder", "face", "hip", "jaw", "mouth", "shoulder"];
} else {
if (_arg1.currentFrame == 15){
_local3 = ["breasts", "nipples", "armpits", "feet", "soles", "toes", "fingers", "hands", "arms", "legs", "lungs", "eyes", "ears", "heels", "teeth", "knees", "toe nails", "finger nails", "muscles", "hand palms", "elbows", "nostrils", "cheeks", "pimples", "tonsils", "ankles", "gums", "hips", "shoulders"];
} else {
if (_arg1.currentFrame == 16){
_local3 = ["AAH", "HELP", "EEP", "EEH", "YAY", "NOO", "WOW", "WOAH", "YES", "GASP", "AARGH", "OH NO", "YELP", "OOH", "MMMM", "MMHM", "WHEEEE", "BOOO", "WOOHOO"];
} else {
if (_arg1.currentFrame == 17){
_local3 = ["zzing!", "plop!", "kkkrt", "scratch", "blup", "mew", "woof", "BANG", "squeak", "sssssh", "rumble", "pew", "zop", "tic tac", "bong", "zipp", "rump-rump", "splash", "gurgle", "curnch"];
} else {
if (_arg1.currentFrame == 18){
_local3 = ["hamburger", "sandwich", "softdrink", "peanut", "apple", "pear", "banana", "grapefruit", "pasta", "pizza", "ice cream", "lollipop", "candy", "chocolate", "potato", "bacon", "bagel", "cashew nut", "cauliflower", "celery", "cheddar cheese", "biscuit", "appetizer", "blueberry", "chips", "cinnamon", "coconut", "dessert", "diet coke", "french fries", "cornflakes", "dressing", "cucumber", "carrot", "cupcake", "burrito", "brownie"];
} else {
if (_arg1.currentFrame == 19){
_local3 = ["black", "white", "yellow", "green", "red", "blue", "transparent", "invisible", "purple", "orange", "turqoise", "magenta", "pink", "pastel", "auburn", "cyan", "crimson", "emerald", "gold", "hot pink", "indigo", "light", "dark", "tan", "silver", "violet"];
} else {
if (_arg1.currentFrame == 20){
_local3 = ["ape", "dog", "cat", "fish", "rat", "hedgehog", "mouse", "crab", "rabbit", "hamster", "spider", "snake", "jelly fish", "slug", "snail", "worm", "ant", "crocodile", "shark", "duck", "goose", "lion", "tiger", "bear", "zebra", "toad", "frog", "deer", "panda", "panther", "gorilla", "elephant", "camel", "horse", "llama", "ostrich", "wolf", "giraffe", "hippo", "star fish", "dinosaur", "chicken", "pig", "cow", "goat", "scorpion", "bat", "mole", "fly", "butterfly", "bird", "cameleon", "salamander", "boar", "wasp", "bee", "dolphin", "fox", "owl"];
} else {
if (_arg1.currentFrame == 21){
_local3 = ["apes", "dogs", "cats", "fishes", "rats", "hedgehogs", "mice", "crabs", "rabbits", "hamsters", "spiders", "snake", "jelly fishes", "slugs", "snails", "worms", "ants", "crocodiles", "sharks", "ducks", "gooses", "lions", "tigers", "bears", "zebras", "toads", "frogs", "deers", "pandas", "panthers", "gorillas", "elephants", "camels", "horses", "llamas", "ostriches", "wolves", "giraffes", "hippos", "star fishes", "dinosaurs", "chickens", "pigs", "cows", "goats", "scorpions", "bats", "moles", "flies", "butterflies", "birds", "cameleons", "salamanders", "boars", "wasps", "bees", "dolphins", "foxes", "owls"];
} else {
if (_arg1.currentFrame == 22){
_local3 = ["boulevard", "beach", "city square", "street", "seaside", "park", "workplace", "building site", "pub", "restaurant", "disco", "dancing", "cinema", "theater", "bowling hall", "mall", "abyss", "cellar", "attic", "kitchen", "dog house", "sewers", "laboratory", "fish pond", "bed", "broom closet", "blubber", "mud", "swamp", "forest", "zoo", "cage", "ship", "supermarket", "XXXXL panties", "XXXXL shoes", "dark alley", "swimming pool", "mud bath", "space", "sandbox", "snow piste", "skating rink", "slaughterhouse", "volcano", "hotel room", "sex club", "Neko cafe"];
} else {
if (_arg1.currentFrame == 23){
_local3 = ["actor", "accountant", "architect", "smith", "dietist", "dentist", "farmer", "florist", "historian", "librarian", "barber", "judge", "gardener", "nurse", "plumber", "psychiatrist", "police officer", "shoemaker", "sculptor", "zookeeper", "baby", "baby-sitter", "school teacher", "disc-jockey", "hacker", "detective", "stagiaire", "conductor", "barmaid", "waitress", "french maid", "grandfather", "grandmother", "aunt", "uncle", "professor", "presentator", "news reader", "journalist", "photographer", "repairman", "salesman", "circus director", "masseur"];
} else {
if (_arg1.currentFrame == 24){
_local3 = ["water", "oil", "blood", "slime", "saliva", "milk", "paint", "juice"];
} else {
if (_arg1.currentFrame == 25){
_local3 = ["plastic", "wood", "stone", "metal", "iron", "copper", "rubber", "cloth", "flesh", "leather"];
} else {
if (_arg1.currentFrame == 26){
_local3 = ["two", "four", "six", "twelve", "twenty", "40", "80", "122", "1000", "10k", "one million", "20 billion"];
} else {
if (_arg1.currentFrame == 27){
_local3 = ["under", "on top of", "behind", "inside", "in front of", "against", "next to", "across", "towards"];
} else {
if (_arg1.currentFrame == 28){
_local3 = ["Harry Potter", "Donald Duck", "The Hunger Games", "A Clockwork Orange", "The Devil Wears Prada", "Lord of the Rings", "Aliens", "Star Wars", "Gone with the Wind"];
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
};
_arg1.txt.text = _local3[Math.floor((Math.random() * _local3.length))];
}
public function clickedOnTheme1(_arg1:MouseEvent):void{
var _local3:URLRequest;
var _local2:* = "";
if (_arg1.target.name != null){
_local2 = _arg1.target.name;
};
if (_local2 == "btnDa"){
_local3 = new URLRequest("http://illionore.deviantart.com/art/Jen-part-9-202555820");
navigateToURL(_local3, "_blank");
} else {
if (_local2 == "btnReturn"){
stage.removeEventListener(MouseEvent.CLICK, clickedOnTheme1);
gotoAndStop(2);
};
};
}
public function clickedOnTheme2(_arg1:MouseEvent):void{
var _local3:URLRequest;
var _local2:* = "";
if (_arg1.target.name != null){
_local2 = _arg1.target.name;
};
if (_local2 == "btnDa"){
_local3 = new URLRequest("http://illionore.deviantart.com/art/Jen-part-10-204299519");
navigateToURL(_local3, "_blank");
} else {
if (_local2 == "btnReturn"){
stage.removeEventListener(MouseEvent.CLICK, clickedOnTheme2);
gotoAndStop(2);
};
};
}
public function clickedOnTheme3(_arg1:MouseEvent):void{
var _local3:URLRequest;
var _local2:* = "";
if (_arg1.target.name != null){
_local2 = _arg1.target.name;
};
if (_local2 == "btnDa"){
_local3 = new URLRequest("http://illionore.deviantart.com/art/Jen-part-11-205231545");
navigateToURL(_local3, "_blank");
} else {
if (_local2 == "btnReturn"){
stage.removeEventListener(MouseEvent.CLICK, clickedOnTheme3);
gotoAndStop(2);
};
};
}
public function clickedOnTheme4(_arg1:MouseEvent):void{
var _local3:URLRequest;
var _local2:* = "";
if (_arg1.target.name != null){
_local2 = _arg1.target.name;
};
if (_local2 == "btnDa"){
_local3 = new URLRequest("http://illionore.deviantart.com/art/Jen-part-11-205231545");
navigateToURL(_local3, "_blank");
} else {
if (_local2 == "btnReturn"){
stage.removeEventListener(MouseEvent.CLICK, clickedOnTheme4);
gotoAndStop(2);
};
};
}
public function clickedOnTheme5(_arg1:MouseEvent):void{
var _local3:URLRequest;
var _local2:* = "";
if (_arg1.target.name != null){
_local2 = _arg1.target.name;
};
if (_local2 == "btnDa"){
_local3 = new URLRequest("http://illionore.deviantart.com/art/Jen-part-11-205231545");
navigateToURL(_local3, "_blank");
} else {
if (_local2 == "btnReturn"){
stage.removeEventListener(MouseEvent.CLICK, clickedOnTheme5);
gotoAndStop(2);
};
};
}
function frame1(){
stop();
this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress);
this.loaderInfo.addEventListener(Event.COMPLETE, onComplete);
}
function frame2(){
stop();
strTheme1 = "Fishy";
strTheme2 = "No way out";
strTheme3 = "Tail slap";
strTheme4 = "Kiss this foot";
strTheme5 = "Superiority";
themeNr = 0;
arrFrames = [[2, 2, 6, 6, 7, 7, 7, 7, 7, 5, 1, 1], [2, 6, 6, 6, 7, 7, 8, 21, 16, 1, 1, 1], [2, 3, 6, 14, 22, 1, 1, 1, 1, 1, 1, 1], [4, 8, 8, 8, 16, 16, 16, 1, 1, 1, 1, 1], [2, 6, 6, 6, 7, 8, 8, 8, 5, 26, 16, 1]];
strText1 = "";
strText2 = "";
strText3 = "";
strText4 = "";
strText5 = "";
strText6 = "";
strText7 = "";
strText8 = "";
arrCardSprite = [wordCard1, wordCard2, wordCard3, wordCard4, wordCard5, wordCard6, wordCard7, wordCard8, wordCard9, wordCard10, wordCard11, wordCard12];
arrWord = ["", "", "", "", "", "", "", "", "", "", "", ""];
btnTheme1.txt.text = strTheme1;
btnTheme2.txt.text = strTheme2;
btnTheme3.txt.text = strTheme3;
btnTheme4.txt.text = strTheme4;
btnTheme5.txt.text = strTheme5;
wordCard1.txt.tabEnabled = false;
wordCard2.txt.tabEnabled = false;
wordCard3.txt.tabEnabled = false;
wordCard4.txt.tabEnabled = false;
wordCard5.txt.tabEnabled = false;
wordCard6.txt.tabEnabled = false;
wordCard7.txt.tabEnabled = false;
wordCard8.txt.tabEnabled = false;
wordCard9.txt.tabEnabled = false;
wordCard10.txt.tabEnabled = false;
wordCard11.txt.tabEnabled = false;
wordCard12.txt.tabEnabled = false;
stage.addEventListener(MouseEvent.CLICK, mouseClicked);
}
function frame3(){
stop();
strText1 = (strText1 + "I had to go back, I knew that. It was the only way to ");
strText1 = (strText1 + arrWord[0]);
strText1 = (strText1 + " their ");
strText1 = (strText1 + arrWord[2]);
strText1 = (strText1 + " - to save a lot of ");
strText1 = (strText1 + arrWord[6]);
strText1 = (strText1 + ". But I needed a new ");
strText1 = (strText1 + arrWord[3]);
strText1 = (strText1 + ". In the wreck I found some ");
strText1 = (strText1 + arrWord[5]);
strText1 = (strText1 + " that would probably come in useful. I knew I had to play this ");
strText1 = (strText1 + arrWord[9]);
strText1 = (strText1 + " to have any chance at all.");
strText2 = (strText2 + "My plan was to point at ");
strText2 = (strText2 + arrWord[8]);
strText2 = (strText2 + ", hopefully they would ");
strText2 = (strText2 + arrWord[1]);
strText2 = (strText2 + " and tell me in their 'signs' what they would call it, so I could learn the ");
strText2 = (strText2 + arrWord[4]);
strText2 = (strText2 + ". Then I could start to learn also words like push, throw, drop, give, take... Fw-EEK-Hee was right, this would take quite a lot of ");
strText2 = (strText2 + arrWord[7]);
strText2 = (strText2 + "!");
txtTitle.text = strTheme1;
text1.text = strText1;
text2.text = strText2;
stage.addEventListener(MouseEvent.CLICK, clickedOnTheme1);
}
function frame4(){
stop();
strText1 = (strText1 + "You did make sure the ");
strText1 = (strText1 + arrWord[7]);
strText1 = (strText1 + " I brought with me are not going to turn up as ");
strText1 = (strText1 + arrWord[5]);
strText1 = (strText1 + ", I hope...");
strText2 = (strText2 + "Don't worry, mom. We have a ");
strText2 = (strText2 + arrWord[2]);
strText2 = (strText2 + ". We told everyone we're going to ");
strText2 = (strText2 + arrWord[0]);
strText2 = (strText2 + " a ");
strText2 = (strText2 + arrWord[3]);
strText2 = (strText2 + ".");
strText3 = (strText3 + "Everyone thinks the ");
strText3 = (strText3 + arrWord[7]);
strText3 = (strText3 + " are ");
strText3 = (strText3 + arrWord[4]);
strText3 = (strText3 + " as long as they will not - dang! That ");
strText3 = (strText3 + arrWord[1]);
strText3 = (strText3 + " won't budge...");
strText4 = (strText4 + "It is rusted ");
strText4 = (strText4 + arrWord[6]);
strText4 = (strText4 + "!");
strText5 = ((strText5 + arrWord[8]) + "!");
txtTitle.text = strTheme2;
text1.text = strText1;
text2.text = strText2;
text3.text = strText3;
text4.text = strText4;
text5.text = strText5;
stage.addEventListener(MouseEvent.CLICK, clickedOnTheme2);
}
function frame5(){
stop();
strText1 = (strText1 + "You may have me pinned down, but I can still ");
strText1 = (strText1 + arrWord[0]);
strText1 = (strText1 + "! Let's see how your ");
strText1 = (strText1 + arrWord[2]);
strText1 = (strText1 + " ");
strText1 = (strText1 + arrWord[1]);
strText1 = (strText1 + " then!");
strText2 = (strText2 + "And the ");
strText2 = (strText2 + arrWord[4]);
strText2 = (strText2 + " has taught me to use my ");
strText2 = (strText2 + arrWord[3]);
strText2 = (strText2 + "!");
txtTitle.text = strTheme3;
text1.text = strText1;
text2.text = strText2;
stage.addEventListener(MouseEvent.CLICK, clickedOnTheme3);
}
function frame6(){
stop();
strText1 = (strText1 + "Yes, Jen! You want to apologize to my ");
strText1 = (strText1 + arrWord[2]);
strText1 = (strText1 + " foot, for ");
strText1 = (strText1 + arrWord[0]);
strText1 = (strText1 + " it! Go on!");
strText2 = (strText2 + arrWord[5]);
strText2 = (strText2 + " I... I... yes... No, it's ");
strText2 = (strText2 + arrWord[1]);
strText3 = (strText3 + "I don't... your... ");
strText3 = (strText3 + arrWord[2]);
strText3 = (strText3 + " foot, I want to apo... ");
strText3 = (strText3 + arrWord[4]);
strText3 = (strText3 + "!");
strText4 = (strText4 + arrWord[6]);
strText4 = (strText4 + "... I could get used to you pampering my feet like that! Hee hee!");
strText5 = (strText5 + "I can't... resist! How ");
strText5 = (strText5 + arrWord[3]);
strText5 = (strText5 + "!");
txtTitle.text = strTheme4;
text1.text = strText1;
text2.text = strText2;
text3.text = strText3;
text4.text = strText4;
text5.text = strText5;
stage.addEventListener(MouseEvent.CLICK, clickedOnTheme4);
}
function frame7(){
stop();
strText1 = ((strText1 + arrWord[9].charAt(0).toUpperCase()) + arrWord[9].substring(1));
strText1 = (strText1 + " minutes later...");
strText2 = (strText2 + "What a ");
strText2 = (strText2 + arrWord[3]);
strText2 = (strText2 + "... I feel like such an ");
strText2 = (strText2 + arrWord[1]);
strText2 = (strText2 + ". Not only are those ");
strText2 = (strText2 + arrWord[4]);
strText2 = (strText2 + " not coming, I hope I CAN still ");
strText2 = (strText2 + arrWord[0]);
strText2 = (strText2 + " ");
strText2 = (strText2 + arrWord[4]);
strText2 = (strText2 + "! In the meantime I have taken a ");
strText2 = (strText2 + arrWord[5]);
strText2 = (strText2 + " beating , am trapped between Kelsey's legs... AND she's draining my ");
strText2 = (strText2 + arrWord[2]);
strText2 = (strText2 + " like crazy. I feel it flow out of me, I'm getting ");
strText2 = (strText2 + arrWord[7]);
strText2 = (strText2 + "... ");
strText2 = (strText2 + arrWord[10]);
strText2 = (strText2 + ".");
strText3 = (strText3 + "mmm, Jen... Laying there ");
strText3 = (strText3 + arrWord[8]);
strText3 = (strText3 + "? Your ");
strText3 = (strText3 + arrWord[2]);
strText3 = (strText3 + " is ");
strText3 = (strText3 + arrWord[6]);
strText3 = (strText3 + "...!");
txtTitle.text = strTheme5;
text1.text = strText1;
text2.text = strText2;
text3.text = strText3;
stage.addEventListener(MouseEvent.CLICK, clickedOnTheme5);
}
}
}//package madlibs_fla
Section 2
//wordCardType2_6 (madlibs_fla.wordCardType2_6)
package madlibs_fla {
import flash.display.*;
import flash.text.*;
public dynamic class wordCardType2_6 extends MovieClip {
public var txt:TextField;
public var btnDummy:MovieClip;
public var btnRandom:MovieClip;
public function wordCardType2_6(){
addFrameScript(0, frame1);
}
function frame1(){
stop();
}
}
}//package madlibs_fla
Section 3
//introStartButton (introStartButton)
package {
import flash.display.*;
public dynamic class introStartButton extends MovieClip {
}
}//package
Section 4
//movie_mc (movie_mc)
package {
import flash.display.*;
public dynamic class movie_mc extends MovieClip {
}
}//package