Fnnythe3hd
Platinum
- Joined
- May 18, 2012
- Messages
- 1,495
- Reaction score
- 2,105
on (release) {
function ansGen() {
generate = random(30);
ans = ["You'll find out in due time",
"Yes, of course",
"No",
"Maybe",
"Is that a rolex?",
"How about that ring and i'll tell you.",
"AAH!! GET OUT OF MY TENT!",
"Only time will tell..Hopefully.",
"Have you farted?",
"Mmmm...bagels...OH! I mean...yes!",
"Hmm....curious....no",
"I'm not a mind reader you know!",
"Ask your mother.",
"Can you rephrase that? I have chronic dislexia.",
"Probably.",
"Sorry, i gotta break for lunch.",
"Ask me when i'm sober.",
"Oh, i couldn't tell..unless you'll pay double.",
"Um...yes....whatever.",
"If my calculations are correct then....OOH LOOK A UNICORN!",
"We'll have to see what the Tarot cards say....I don't have
any.",
"Please insert Credit.",
"Come back later, i'm feeling a little woozy.",
"Maybe....or maybe not.",
"Ah! The answer is six!......That doesn't make sense does it.",
"No cash, No answer.",
"Only smarties have the answer.",
"Do I look like a psychic or something?",
"Uhh.....NO SPEAKA ENGLISH!",
"I'm not saying yes, I'm not saying no....Alrite, yes."];
_root.textbox = ans[generate];
}
ansGen();
}
on (release) {
gotoAndPlay(1);
}
function ansGen() {
generate = random(30);
ans = ["You'll find out in due time",
"Yes, of course",
"No",
"Maybe",
"Is that a rolex?",
"How about that ring and i'll tell you.",
"AAH!! GET OUT OF MY TENT!",
"Only time will tell..Hopefully.",
"Have you farted?",
"Mmmm...bagels...OH! I mean...yes!",
"Hmm....curious....no",
"I'm not a mind reader you know!",
"Ask your mother.",
"Can you rephrase that? I have chronic dislexia.",
"Probably.",
"Sorry, i gotta break for lunch.",
"Ask me when i'm sober.",
"Oh, i couldn't tell..unless you'll pay double.",
"Um...yes....whatever.",
"If my calculations are correct then....OOH LOOK A UNICORN!",
"We'll have to see what the Tarot cards say....I don't have
any.",
"Please insert Credit.",
"Come back later, i'm feeling a little woozy.",
"Maybe....or maybe not.",
"Ah! The answer is six!......That doesn't make sense does it.",
"No cash, No answer.",
"Only smarties have the answer.",
"Do I look like a psychic or something?",
"Uhh.....NO SPEAKA ENGLISH!",
"I'm not saying yes, I'm not saying no....Alrite, yes."];
_root.textbox = ans[generate];
}
ansGen();
}
on (release) {
gotoAndPlay(1);
}