Frame 1
myMusic = new Sound(this);
myMusic.attachSound("mySound");
myMusic.start();
stopButton.onRelease = function () {
myMusic.stop();
};
playButton.onRelease = function () {
myMusic.stop();
myMusic.start();
};
stop();
Frame 2
stop();
Frame 3
stop();
Symbol 7 Button
on (release) {
gotoAndStop (3);
}
Symbol 8 Button
on (release) {
nextFrame();
}
Symbol 37 Button
on (release) {
function ansGen() {
generate = random(20);
ans = ["Your best friend's", "Chuck Norris's", "The Kool-aid Man's", "Your science teacher's", "The president's", "The old guy across the street's", "Some weird guy in a chicken suit's", "The gummy worm's", "That crazy driver's", "His", "Her", "My", "Your", "My mom's", "Everyone's", "Someone's", "The monkey's", "My brother's", "My sister's", "My dad's"];
_root.textbox = ans[generate];
}
ansGen();
}
on (release) {
function ansGen() {
generate = random(35);
ans = ["video game", "orange juice", "invisable friend", "boombox", "ruler", "pencil", "skateboard", "baseball bat", "arm", "leg", "mom", "duck", "sandwich", "bowling ball", "TV", "computer", "face", "ball", "chainsaw", "applesause", "smoothie", "pizzapie", "cell phone", "juicebox", "doorknob", "tornado", "spaceship", "joystick", "colored pencils", "sholder pads", "dog", "pillow", "windmill", "DVD", "marshmellow"];
_root.textbox2 = ans[generate];
}
ansGen();
}
on (release) {
function ansGen() {
generate = random(22);
ans = ["licked", "'roun-house kicked", "broke", "pelted", "pointed at", "threw ninja stars at", "stuffed dynamite into", "laughed at", "farted on", "ate", "jumped on", "stabbed", "regurgitated", "ran over", "threw", "caught", "punched", "cut", "cleaned", "shot", "threw out", "slapped"];
_root.textbox3 = ans[generate];
}
ansGen();
}
on (release) {
function ansGen() {
generate = random(20);
ans = ["your best friend's", "Chuck Norris's", "the Kool-aid Man's", "your science teacher's", "the president's", "the old guy across the street's", "some weird guy in a chicken suit's", "the gummy worm's", "the crazy driver's", "his", "her", "my", "your", "my mom's", "everyone's", "someone's", "the monkey's", "my brother's", "my sister's", "my dad's"];
_root.textbox4 = ans[generate];
}
ansGen();
}
on (release) {
function ansGen() {
generate = random(25);
ans = ["fluffiest", "flatest", "bounciest", "strongest", "weakest", "fastest", "slowest", "softest", "hardest", "left", "right", "front", "back", "top", "bottom", "best", "worst", "biggest", "smallest", "coolest", "stupidest", "quickest", "smoothest", "smelliest", "wetest"];
_root.textbox5 = ans[generate];
}
ansGen();
}
on (release) {
function ansGen() {
generate = random(35);
ans = ["video game.", "orange juice.", "invisable friend.", "ruler.", "boombox.", "pencil.", "skateboard.", "baseball bat.", "arm.", "leg.", "mom.", "duck.", "sandwich.", "bowling ball.", "TV.", "face.", "ball.", "chainsaw.", "applesause.", "smoothie.", "pizzapie.", "cell phone.", "juicebox.", "doorknob.", "tornado.", "spaceship.", "joystick.", "colored pencils.", "sholder pads.", "dog.", "pillow.", "windmill.", "DVD.", "marshmellow."];
_root.textbox6 = ans[generate];
}
ansGen();
}
Symbol 49 Button
on (keyPress "<Backspace>") {
gotoAndPlay (1);
}
Symbol 52 Button
on (release) {
function ansGen() {
generate = random(20);
ans = ["Your best friend's", "Chuck Norris's", "The Kool-aid Man's", "Your science teacher's", "The president's", "The old guy across the street's", "Some weird guy in a chicken suit's", "The gummy worm's", "That crazy driver's", "His", "Her", "My", "Your", "My mom's", "Everyone's", "Someone's", "The monkey's", "My brother's", "My sister's", "My dad's"];
_root.textbox = ans[generate];
}
ansGen();
}
on (release) {
function ansGen() {
generate = random(35);
ans = ["video game", "orange juice", "invisable friend", "boombox", "ruler", "pencil", "skateboard", "baseball bat", "arm", "leg", "mom", "duck", "sandwich", "bowling ball", "TV", "computer", "face", "ball", "chainsaw", "applesause", "smoothie", "pizzapie", "cell phone", "juicebox", "doorknob", "tornado", "spaceship", "joystick", "colored pencils", "sholder pads", "dog", "pillow", "windmill", "DVD", "marshmellow"];
_root.textbox2 = ans[generate];
}
ansGen();
}
on (release) {
function ansGen() {
generate = random(20);
ans = ["", "broke", "pelted", "pointed at", "threw ninja stars at", "stuffed dynamite into", "laughed at", "farted on", "ate", "jumped on", "stabbed", "regurgitated", "ran over", "threw", "caught", "punched", "cut", "cleaned", "shot", "threw out", "slapped"];
_root.textbox3 = ans[generate];
}
ansGen();
}
on (release) {
function ansGen() {
generate = random(21);
ans = ["licked", "your best friend's", "Chuck Norris's", "the Kool-aid Man's", "your science teacher's", "the president's", "the old guy across the street's", "some weird guy in a chicken suit's", "the gummy worm's", "the crazy driver's", "his", "her", "my", "your", "my mom's", "everyone's", "someone's", "the monkey's", "my brother's", "my sister's", "my dad's"];
_root.textbox4 = ans[generate];
}
ansGen();
}
on (release) {
function ansGen() {
generate = random(34);
ans = ["video game.", "orange juice.", "invisable friend.", "ruler.", "boombox.", "pencil.", "skateboard.", "baseball bat.", "arm.", "leg.", "mom.", "duck.", "sandwich.", "bowling ball.", "TV.", "face.", "ball.", "chainsaw.", "applesause.", "smoothie.", "pizzapie.", "cell phone.", "juicebox.", "doorknob.", "tornado.", "spaceship.", "joystick.", "colored pencils.", "sholder pads.", "dog.", "pillow.", "windmill.", "DVD.", "marshmellow."];
_root.textbox6 = ans[generate];
}
ansGen();
}