Combined Code
frame 1 {
function gotoMySite() {
getURL('http://www.furaffinity.net/user/mittsies/', '_blank');
}
function deadClick() {}
function menuHandler() {
if (_root.deselectRightClick == true) {
_root.deselectAll();
}
}
var percentloaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
var percentloadedDisplay = parseInt(percentloaded.toString());
stop();
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
myMenu.builtInItems.quality = true;
myMenu.builtInItems.rewind = true;
var copyrightNotice = new ContextMenuItem('© Mittsies 2014', deadClick);
var gotoMySite = new ContextMenuItem('Visit www.Mittsies.com', gotoMySite);
copyrightNotice.enabled = false;
myMenu.customItems.push(copyrightNotice);
myMenu.customItems.push(gotoMySite);
myMenu.onSelect = menuHandler;
_root.menu = myMenu;
stopAllSounds();
}
movieClip 4 {
}
movieClip 5 {
}
// unknown tag 88 length 35
movieClip 9 {
}
instance of movieClip 9 {
onClipEvent (load) {
x = 0;
}
onClipEvent (enterFrame) {
_root.percentloaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (_root.percentloaded == 100) {
_root.play();
}
++x;
if (x > 2) {
_root.percentloadedDisplay = parseInt(_root.percentloaded.toString());
x = 0;
}
}
}
movieClip 14 {
frame 17 {
stop();
}
}
movieClip 33 {
}
frame 3 {
stop();
stopAllSounds();
stage.scaleMode = StageScaleMode.NO_SCALE;
Stage.scaleMode = 'noScale';
randRange = function (min, max) {
var v1 = Math.floor(Math.random() * (max - min + 1)) + min;
return v1;
};
}
movieClip 38 {
}
movieClip 40 {
}
movieClip 41 {
frame 2 {
_root.musik.Musik.stop();
_root.musik.Musik.attachSound('splash.mp3');
_root.musik.Musik.start(0, 1);
_root.musik.Musik.setVolume(100);
}
frame 126 {
_root.musik.Musik.stop();
_root.musik.Musik.attachSound('intro.mp3');
_root.musik.Musik.start(0, 1);
_root.musik.Musik.setVolume(100);
}
frame 330 {
this._parent.nextFrame();
}
}
button 43 {
on (release) {
_root.nextFrame();
}
}
movieClip 46 {
}
movieClip 47 {
frame 1 {
stop();
}
frame 4 {
this._parent.textcurrent = '';
this._parent.textmessage = 'IN ANCIENT TIMES... IN EAST EUROPE... PROPHETS SPEAK OF A MAN CAPABLE OF FARMING BFURY IN UNDER TWELVE MINUTES.';
this._parent.textlength = 0;
}
frame 20 {
this._parent.textcurrent = '';
this._parent.textmessage = 'THEY SPEAK OF A BLADE-WIELDING MONK KNOWN AS ANTI MAGE...';
this._parent.textlength = 0;
}
frame 30 {
this._parent.textcurrent = '';
this._parent.textmessage = 'HE ROAMS THE LANDS OF DOTA SEARCHING FOR SOMEONE WHO KNOWS HOW TO ACTUALLY WARD AND PULL';
this._parent.textlength = 0;
}
frame 43 {
this._parent.textcurrent = '';
this._parent.textmessage = 'ONLY BY THE HELP OF REALLY GOOD SUPPORT PLAY WILL HE SUCEED IN HIS QUEST';
this._parent.textlength = 0;
}
frame 55 {
this._parent.textcurrent = '';
this._parent.textmessage = 'THE LORD ANTIMAGE IS STILL YOUNG... AND HAS YET TO SEE A TRULY WORTHY SUPPORT PLAY.';
this._parent.textlength = 0;
}
frame 67 {
this._parent.textcurrent = '';
this._parent.textmessage = 'TRAPPED IN THE TRENCH BRACKET HE WISHES ONLY TO NOT GET RUSSIANS ON HIS TEAM ONCE IN AWHILE.';
this._parent.textlength = 0;
}
frame 85 {
_root.nextFrame();
}
}
movieClip 49 {
frame 101 {
stop();
}
}
// unknown tag 88 length 160
movieClip 53 {
}
movieClip 54 {
frame 1 {
stop();
}
frame 2 {
function advframe() {
_root.introseq.intromovie.nextFrame();
}
var textcurrent = '';
var textmessage = '';
var textlength = 0;
clearInterval(advancing);
advancing = setInterval(advframe, 750);
}
instance textcontroller of movieClip 53 {
onClipEvent (load) {
var x = 0;
}
onClipEvent (enterFrame) {
++x;
if (x > 1) {
if (this._parent.textlength <= this._parent.textmessage.length) {
++this._parent.textlength;
}
this._parent.textcurrent = this._parent.textmessage.substr(0, this._parent.textlength);
x = 0;
}
}
}
}
movieClip 56 {
}
instance musik of movieClip 56 {
onClipEvent (load) {
Musik = new Sound(this);
Musik.setVolume(100);
}
}
instance sfx of movieClip 56 {
onClipEvent (load) {
ChatTick = new Sound(this);
ChatTick.setVolume(25);
}
}
movieClip 71 {
frame 2 {
_root.game.MusikCue('title.mp3');
}
frame 24 {
stop();
}
frame 48 {
_root.game.nextFrame();
}
frame 76 {
_root.game.gotoAndStop('soundtest');
}
}
button 78 {
on (release) {
_root.game.introscreen.play();
}
}
button 80 {
on (release) {
_root.game.introscreen.gotoAndPlay('soundtest');
}
}
movieClip 83 {
}
movieClip 84 {
}
movieClip 86 {
}
movieClip 87 {
frame 22 {
stop();
}
}
movieClip 101 {
}
movieClip 104 {
}
button 105 {
on (release) {
_root.game.hero = 'LADY ICE';
_root.game.spell1 = 'ICE ARMOR';
_root.game.spell2 = 'BLIZZARD';
play();
}
on (rollOver) {
description = 'BEAUTIFUL AND INTELLIGENT FROST-WIZARD. CAN CAST ICE ARMOR AND BLIZZARD.';
}
on (rollOut) {
description = '';
}
}
button 106 {
on (release) {
_root.game.hero = 'HYDRALISK';
_root.game.spell1 = 'MELTY HANDS';
_root.game.spell2 = 'POISON SHOOT';
play();
}
on (rollOver) {
description = 'SNEAKY GUY. RESEMBLES A BANANA. CAN CAST MELTY HANDS AND POISON SHOOT.';
}
on (rollOut) {
description = '';
}
}
button 107 {
on (release) {
_root.game.hero = 'WINDRUNNER';
_root.game.spell1 = 'CHAOS METEOR';
_root.game.spell2 = 'SUNSTRIKE';
play();
}
on (rollOver) {
description = 'RED HAIRED ANIME BABE, SEXY AND FUN TO PLAY. USES RED SPELLS. GOOD VS BLUE HEROES.';
}
on (rollOut) {
description = '';
}
}
movieClip 112 {
frame 1 {
var description = '';
}
frame 2 {
_root.game.MusikCue('ready.mp3');
}
frame 38 {
stop();
}
frame 65 {
_root.game.nextFrame();
}
}
button 126 {
on (release) {
if (_root.game.statward > 0) {
_root.game.statward -= 5;
_root.game.statpoint += 5;
}
}
}
button 128 {
on (release) {
if (_root.game.statward < 25 && _root.game.statpoint > 0) {
_root.game.statward += 5;
_root.game.statpoint -= 5;
}
}
}
button 129 {
on (release) {
if (_root.game.statfeed > 0) {
_root.game.statfeed -= 5;
_root.game.statpoint += 5;
}
}
}
button 130 {
on (release) {
if (_root.game.statfeed < 25 && _root.game.statpoint > 0) {
_root.game.statfeed += 5;
_root.game.statpoint -= 5;
}
}
}
button 131 {
on (release) {
if (_root.game.statgank > 0) {
_root.game.statgank -= 5;
_root.game.statpoint += 5;
}
}
}
button 132 {
on (release) {
if (_root.game.statgank < 25 && _root.game.statpoint > 0) {
_root.game.statgank += 5;
_root.game.statpoint -= 5;
}
}
}
button 133 {
on (release) {
if (_root.game.statroam > 0) {
_root.game.statroam -= 5;
_root.game.statpoint += 5;
}
}
}
button 134 {
on (release) {
if (_root.game.statroam < 25 && _root.game.statpoint > 0) {
_root.game.statroam += 5;
_root.game.statpoint -= 5;
}
}
}
button 141 {
on (release) {
this._parent.play();
}
}
movieClip 144 {
}
movieClip 153 {
frame 22 {
stop();
}
frame 72 {
_root.game.nextFrame();
}
}
movieClip 155 {
}
button 156 {
on (release) {
gotoAndPlay('skip');
}
}
movieClip 157 {
frame 10 {
stop();
}
}
button 161 {
on (release) {
play();
}
}
movieClip 162 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 1 {
_root.game.MusikCue('antimage.mp3');
}
frame 23 {
this._parent.textcurrent = '';
x = _root.randRange(1, 3);
if (x == 1) {
this._parent.textmessage = 'A HA HA HA. HELLO ' + _root.game.hero + '. I LOVE A GOOD SUPPORT PLAY. SHOW ME YOUR SKILL!';
}
if (x == 2) {
this._parent.textmessage = 'OH, IT\'S MY OLD FRIEND ' + _root.game.hero + '. A HA HA HA. I WANT TO GET BATTLEFURY QUICKLY.';
}
if (x == 3) {
this._parent.textmessage = 'OH IF IT ISN\'T ' + _root.game.hero + '. I HOPE YOU CAN SHOW ME A TRULY GREAT SUPPORT PLAY TODAY!';
}
this._parent.textlength = 0;
}
frame 85 {
stop();
}
frame 93 {
this._parent.textcurrent = '';
x = _root.randRange(1, 11);
if (x == 1) {
this._parent.textmessage = 'PLEASE BUY WARD AND DONKEY. OH AND WHATEVER YOU DO... DONT TAKE MY FUCKING LAST HITS.';
}
if (x == 2) {
this._parent.textmessage = 'BUY OBSERVERS AND COURIER. IF YOU DONT, I WILL LITERALLY SMASH MY ITEMS AND LEAVE. A HA HA';
}
if (x == 3) {
this._parent.textmessage = 'BUY WARDS AND COURIER. ALSO... IF YOU TAKE ANY OF MY LAST HITS I WILL REPORT YOU. A HA HA';
}
if (x == 4) {
this._parent.textmessage = 'A HA HA. YOU ARE GOING TO BUY THE WARDS AND DONKEY RIGHT? ALSO DONT STEAL FARM OR I ABANDON.';
}
if (x == 5) {
this._parent.textmessage = 'DON\'T FORGET TO GRAB DONKEY AND WARDS... ALSO DONT TAKE MY FUCKING LASTHITS.';
}
if (x == 6) {
this._parent.textmessage = 'IF YOU TAKE MY LAST HITS... I WILL FUCKING KILL YOU. ALSO BUY WARDS AND DONKEY.';
}
if (x == 7) {
this._parent.textmessage = 'A GOOD SUPPORT PLAY, WOULD BE TO BUY WARD AND DONKEY... AND NOT TAKE MY FUCKING LAST HIT';
}
if (x == 8) {
this._parent.textmessage = 'ONCE UPON A TIME... SUPPORT DIDNT BUY WARD AND DONKEY. THAT SUPPORT WAS MUTED FOR LIFE';
}
if (x == 9) {
this._parent.textmessage = 'I HOPE YOU LIKE CHATWHEEL... IF YOU DONT BUY WARDS AND DONKEY THAT IS ALL YOU WILL EVER USE';
}
if (x == 10) {
this._parent.textmessage = 'WE NEED WARDS! WE NEED COURIER! DONT TAKE MY FUCKING LAST HITS! A HA HA HA GOOD LUCK.';
}
if (x == 11) {
this._parent.textmessage = 'LAST GAME... NOBODY BOUGHT WARD OR DONKEY. NOW THEY ALL USE CHATWHEEL FOR NEXT 168 HOURS.';
}
this._parent.textlength = 0;
}
frame 140 {
stop();
}
frame 158 {
_root.game.nextFrame();
}
}
movieClip 167 {
frame 1 {
var rate = 1;
}
frame 3 {
if (_root.game.goldDrain > 0) {
if (_root.game.goldDrain > 30) {
rate = 5;
} else {
rate = 1;
}
_root.game.goldDrain -= rate;
_root.game.gold -= rate;
}
if (_root.game.goldDrain < 0) {
if (_root.game.goldDrain < -30) {
rate = 5;
} else {
rate = 1;
}
_root.game.goldDrain += rate;
_root.game.gold += rate;
}
if (_root.game.gold <= 0) {
_root.game.goldDrain = 0;
_root.game.gold = 0;
}
gotoAndPlay(2);
}
}
movieClip 169 {
}
movieClip 175 {
}
button 176 {
on (release) {
play();
}
}
button 179 {
on (release) {
if (_root.game.gold - _root.game.goldDrain > 150) {
if (_root.game.itemward < 2) {
_root.game.itemward += 2;
_root.game.goldDrain += 150;
this._parent.textcurrent = '';
this._parent.textmessage = 'GOOD PURCHASE! HERE YOU GO. 2 WARD!';
this._parent.textlength = 0;
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'SORRY FRIEND. OUT OF STOCK.';
this._parent.textlength = 0;
}
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'NOT ENOUGH GOLD!';
this._parent.textlength = 0;
}
}
}
button 182 {
on (release) {
if (_root.game.gold - _root.game.goldDrain > 150) {
if (_root.game.itemdonkey < 1) {
_root.game.itemdonkey += 1;
_root.game.goldDrain += 150;
this._parent.textcurrent = '';
this._parent.textmessage = 'SMART CHOICE! HERE IS YOUR DONKEY COURIER!';
this._parent.textlength = 0;
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'YOU ALREADY HAVE DONKEY!';
this._parent.textlength = 0;
}
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'NOT ENOUGH GOLD!';
this._parent.textlength = 0;
}
}
}
button 185 {
on (release) {
if (_root.game.gold - _root.game.goldDrain > 450) {
if (_root.game.itemshoe < 1) {
_root.game.itemshoe += 1;
_root.game.goldDrain += 450;
this._parent.textcurrent = '';
this._parent.textmessage = 'A GRAND PURCHASE! MY BEST CUSTOMER!';
this._parent.textlength = 0;
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'YOU ALREADY HAVE SHOE!';
this._parent.textlength = 0;
}
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'NOT ENOUGH GOLD!';
this._parent.textlength = 0;
}
}
}
movieClip 186 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 1 {
_root.game.MusikCue('shop.mp3');
}
frame 21 {
this._parent.textcurrent = '';
x = _root.randRange(1, 6);
if (x == 1) {
this._parent.textmessage = 'WELCOME ! TO MY SHOP ! PLEASE HAVE LOOK AROUND AND BUY ITEM TO PREPARE FOR BATTLE.';
}
if (x == 2) {
this._parent.textmessage = 'AH HELLO AND WELCOME ! WHAT DOES A HERO TRULY NEED? PROBABLY WARDS AND DONKEY.';
}
if (x == 3) {
this._parent.textmessage = 'I GIVE YOU ! BEST PRICE ! BUY ANYTHING AND YOU WILL NOT REGRET IT.';
}
if (x == 4) {
this._parent.textmessage = 'HELLO HERO ! I SELL THE FINEST AND BEST QUALITY BOOTS OF ANY SHOPKEEPER!';
}
if (x == 5) {
this._parent.textmessage = 'WELCOME ! YOU LIKE SHOE YES. I HAVE VERY GOOD SHOE FOR LOW PRICE ! !';
}
if (x == 6) {
this._parent.textmessage = 'AHHH HELLO ! IF YOU BUY MY SHOE YOU WILL NOT REGRET. IT IS BEST FOR BATTLE !';
}
this._parent.textlength = 0;
}
frame 132 {
stop();
}
frame 159 {
_root.game.nextFrame();
}
}
movieClip 189 {
}
button 190 {
on (release) {
if (_root.game.itemdonkey == 0 || _root.game.itemward == 0) {
gotoAndPlay('fail');
} else {
gotoAndPlay('skip');
}
}
}
button 194 {
on (release) {
play();
}
}
movieClip 196 {
}
movieClip 197 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 1 {
_root.game.MusikCue('antimage.mp3');
}
frame 19 {
this._parent.textcurrent = '';
x = _root.randRange(1, 3);
if (x == 1) {
this._parent.textmessage = 'OH! HELLO ' + _root.game.hero + '. BOY AM I GLAD TO SEE YOU. DID YOU BUY THE WARD AND DONKEY...';
}
if (x == 2) {
this._parent.textmessage = 'HELLO THERE PAL A HA HA. LET ME SEE THAT SHINY NEW COURIER AND SET OF WARDS!';
}
if (x == 3) {
this._parent.textmessage = 'I KNEW YOU WERE RELIABLE! I LOVE SUPPORTS WHO BUY WARD AND DONKEY. YOU DID BUY THEM RIGHT...';
}
this._parent.textlength = 0;
}
frame 65 {
stop();
}
frame 71 {
if (_root.game.itemdonkey == 0 || _root.game.itemward == 0) {
gotoAndPlay('fail');
} else {
gotoAndPlay('win');
}
}
frame 77 {
this._parent.textcurrent = '';
x = _root.randRange(1, 4);
if (x == 1) {
this._parent.textmessage = 'WOW ' + _root.game.hero + ' GOOD JOB ! NOW THAT IS WHAT I CALL A GOOD SUPPORT PLAY. A HA HA HA HA !';
}
if (x == 2) {
this._parent.textmessage = 'FINALLY A SUPPORT WHO BUY WARD AND DONKEY ! A HA HA HA ! WE MIGHT ACTUALL WIN NOW !';
}
if (x == 3) {
this._parent.textmessage = 'THIS IS BEST ! THAT IS A GREAT SUPPORT PLAY IF YOU ASK ME. A HA HA HA HA. I COMMEND YOU MAYBE.';
}
if (x == 4) {
this._parent.textmessage = 'WOW ! YOU ACTUALLY BOUGHT THEM ... I AM LEGITIMATELY SURPRISED. JUST DONT TAKE MY FUCKING LAST HITS';
}
this._parent.textlength = 0;
}
frame 121 {
stop();
}
frame 135 {
_root.game.nextFrame();
}
frame 173 {
_root.game.MusikCueSpecial('loss.mp3');
}
frame 173 {
this._parent.textcurrent = '';
x = _root.randRange(1, 5);
if (x == 1) {
this._parent.textmessage = 'YOU DISAPPOINT ME, ' + _root.game.hero + '. I NEED DONKEY AND WARD! YOU RUINED THE GAME.';
}
if (x == 2) {
this._parent.textmessage = 'WHAT... NO WARD OR...' + _root.game.hero + ' YOU HAVE CAUSED US TO LOSE. YOU FAILED US ALL.';
}
if (x == 3) {
this._parent.textmessage = 'YOUR LACK OF A GOOD SUPPORT PLAY. YOU ARE REPORTED AND MUTED. YOU WILL USE CHATWHEEL FOREVER.';
}
if (x == 4) {
this._parent.textmessage = 'ARE YOU FUCKING KIDDING ME... I HOPE YOU LIKE USING CHATWHEEL. YOU\'VE RUINED THIS GAME FOR US ALL';
}
if (x == 5) {
this._parent.textmessage = 'WHO THE FUCK BUYS BOOTS AS FIRST ITEM... YOU DISAPPOINT ME. THAT WAS NOT A GOOD SUPPORT PLAY.';
}
this._parent.textlength = 0;
}
frame 370 {
_root.game.gotoAndStop('gameover1');
}
}
movieClip 199 {
}
movieClip 205 {
}
button 206 {
on (release) {
if (_root.game.check1 == false) {
_root.game.Phase = 'babysit';
play();
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'ANTIMAGE ALREADY HAS HIS BATTLEFURY, YOU DON\'T NEED TO BABYSIT HIM ANYMORE.';
this._parent.textlength = 0;
}
}
}
button 207 {
on (release) {
if (_root.game.check2 == false) {
_root.game.Phase = 'jungle';
play();
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'YOU\'VE ALREADY DONE THAT ENOUGH.';
this._parent.textlength = 0;
}
}
}
button 208 {
on (release) {
if (_root.game.check3 == false) {
_root.game.Phase = 'ward';
play();
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'YOU ALREADY PLACED THE WARD!';
this._parent.textlength = 0;
}
}
}
movieClip 210 {
}
movieClip 211 {
frame 1 {
_root.game.MusikCue('adventure.mp3');
}
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 4 {
if (_root.game.check1 == true && _root.game.check2 == true && _root.game.check3 == true) {
_root.game.gotoAndStop('ending1');
}
}
frame 9 {
this._parent.textcurrent = '';
this._parent.textmessage = 'THE LANING PHASE. A RELAXING ENVIRONMENT FOR SUPPORT PLAYERS. TIME TO SHOW YOUR SKILL.';
this._parent.textlength = 0;
}
frame 79 {
stop();
if (_root.game.check1 == false) {
this.check1._alpha = 0;
} else {
this.check1._alpha = 100;
}
if (_root.game.check2 == false) {
this.check2._alpha = 0;
} else {
this.check2._alpha = 100;
}
if (_root.game.check3 == false) {
this.check3._alpha = 0;
} else {
this.check3._alpha = 100;
}
}
frame 97 {
_root.game.gotoAndStop(_root.game.Phase);
}
}
movieClip 213 {
}
button 215 {
on (release) {
gotoAndPlay('yeah');
}
}
button 217 {
on (release) {
gotoAndPlay('nope');
}
}
button 219 {
on (release) {
play();
}
}
movieClip 221 {
}
movieClip 222 {
frame 1 {
_root.game.MusikCue('antimage.mp3');
}
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 3 {
if (_root.game.check2 != true) {
_root.game.gotoAndStop('babysitfail');
} else {
if (_root.game.check3 != true && _root.game.PudgeDead != true) {
_root.game.gotoAndStop('babysitganked');
}
}
}
frame 14 {
this._parent.textcurrent = '';
x = _root.randRange(1, 4);
if (x == 1) {
this._parent.textmessage = 'GOOD WORK SO FAR, ' + _root.game.hero + '. JUST MAKE SURE YOU DONT TAKE FARM!';
}
if (x == 2) {
this._parent.textmessage = 'HELLO ' + _root.game.hero + '. GOOD JOB SO FAR. PLEASE DONT TOUCH MY CREEPS.';
}
if (x == 3) {
this._parent.textmessage = 'GET THE FUCK OUT OF MY EXP RANGE !! OH... ITS JUST YOU... HELLO. GOOD WORK SO FAR.';
}
if (x == 4) {
this._parent.textmessage = 'A HA HA. THIS WILL BE FAST BATTLEFURY IF THINGS GO SMOOTHLY ! GOOD JOB !';
}
this._parent.textlength = 0;
}
frame 160 {
this._parent.textcurrent = '';
this._parent.textmessage = 'YOU SEE LOW-HP CREEP, YOUR CARRY IS NOT CLOSE ENOUGH. NOBODY WILL GET LAST HIT IF YOU DONT!';
this._parent.textlength = 0;
}
frame 185 {
stop();
}
frame 211 {
this._parent.textcurrent = '';
this._parent.textmessage = 'THE CREEP DIED AND NO HEROES GOT THE LAST HIT. GOLD WAS ESSENTIALLY WASTED.';
this._parent.textlength = 0;
}
frame 224 {
stop();
}
frame 232 {
_root.game.nextFrame();
}
frame 247 {
_root.game.goldDrain -= 50;
}
frame 277 {
this._parent.textcurrent = '';
x = _root.randRange(1, 4);
if (x == 1) {
this._parent.textmessage = 'WHAT THE FUCK ' + _root.game.hero + '! IF YOU EVER DO THAT AGAIN, I\'LL ABANDON THE GAME!!';
}
if (x == 2) {
this._parent.textmessage = 'YOU JUST TOOK A FUCKING LAST HIT! DONT EVER DO THAT AGAIN OR I WILL SMASH ITEMS AND LEAVE';
}
if (x == 3) {
this._parent.textmessage = 'DID YOU JUST... I AM SO CLOSE TO MUTING AND REPORTING YOU RIGHT NOW... DONT DO THAT AGAIN';
}
if (x == 3) {
this._parent.textmessage = 'DO YOU WANT US TO LOSE... DO YOU HATE WINNING... THIS IS WHY YOU ARE TRENCH FOREVER YOU TRASH';
}
this._parent.textlength = 0;
}
frame 292 {
stop();
}
frame 302 {
_root.game.nextFrame();
}
}
movieClip 224 {
}
movieClip 234 {
}
button 235 {
on (release) {
gotoAndPlay('spell');
spellcast = _root.game.spell1;
}
}
button 236 {
on (release) {
gotoAndPlay('spell');
spellcast = _root.game.spell2;
}
}
button 237 {
on (release) {
gotoAndPlay('spell');
spellcast = 'JUNGLE';
}
}
button 238 {
on (release) {
gotoAndPlay('skip');
}
}
movieClip 240 {
}
movieClip 243 {
}
movieClip 244 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 14 {
this._parent.textcurrent = '';
x = _root.randRange(1, 3);
if (x == 1) {
this._parent.textmessage = 'HEY UH... ' + _root.game.hero + ', WHY DON\'T YOU BE USEFUL AND HARASS THE ENEMY HEROES!';
}
if (x == 2) {
this._parent.textmessage = '' + _root.game.hero + ' YOU SHOULD TRY ATTACKING THE ENEMY SO I CAN FARM SAFE';
}
if (x == 3) {
this._parent.textmessage = 'YOU ARE NOT DOING ANYTHING BY JUST STANDING THERE. GO HIT THE ENEMY! I NEED TO FARM.';
}
this._parent.textlength = 0;
}
frame 180 {
this._parent.textcurrent = '';
var insult = '';
x = _root.randRange(1, 5);
if (x == 1) {
insult = ' TOTAL ASSHOLE ';
}
if (x == 2) {
insult = ' COMPLETE DICK ';
}
if (x == 3) {
insult = 'N ABSOLUTE JERK ';
}
if (x == 4) {
insult = ' DOUBLE NIGGER ';
}
if (x == 5) {
insult = ' CHEEKY CUNT ';
}
this._parent.textmessage = 'ENEMY PANDA IS BEING A' + insult + 'AND WON\'T LET ANTIMAGE FARM. WHAT DO YOU DO?';
this._parent.textlength = 0;
}
frame 212 {
stop();
}
frame 229 {
this._parent.textcurrent = '';
this._parent.textlength = 0;
if (spellcast == 'ICE ARMOR') {
this._parent.textmessage = 'YOU ACTIVATE ICE ARMOR, SHIELDING ANTIMAGE FROM HARM. YOU WIN YOUR LANE!';
Phase = 'win';
_root.game.goldDrain -= 250;
}
if (spellcast == 'BLIZZARD') {
this._parent.textmessage = 'YOU ATTEMPT TO CAST BLIZZARD. UNFORTUNATELY YOU\'RE NOT HIGH ENOUGH LEVEL.';
Phase = 'lose';
}
if (spellcast == 'MELTY HANDS') {
this._parent.textmessage = 'YOU USE MELTY HANDS ON PANDA. HIS HANDS MELT OFF AND HE DIES. YOU WIN YOUR LANE!';
Phase = 'win';
_root.game.goldDrain -= 250;
}
if (spellcast == 'POISON SHOOT') {
this._parent.textmessage = 'YOU ATTEMPT TO SHOOT POISON AT PANDA. UNFORTUNATELY YOU MISS BECAUSE YOU ARE SHIT.';
Phase = 'lose';
}
if (spellcast == 'CHAOS METEOR') {
this._parent.textmessage = 'YOU\'RE NOT INVOKER YOU CANT USE THAT YOU DUMB SHIT. YOU LOSE YOUR LANE.';
Phase = 'lose';
}
if (spellcast == 'SUNSTRIKE') {
this._parent.textmessage = 'YOU CAST SUNSTRIKE AND STUN PANDA. UNFORTUNATELY HE DOESN\'T CARE. YOU LOSE YOUR LANE.';
Phase = 'lose';
}
if (spellcast == 'JUNGLE') {
this._parent.textmessage = 'YOU GO PULL THE JUNGLE INSTEAD OF HELPING ANTIMAGE. LOL FUCK THAT GUY.';
Phase = 'lose';
}
}
frame 420 {
stop();
}
frame 430 {
gotoAndPlay(Phase);
}
frame 450 {
this._parent.textcurrent = '';
x = _root.randRange(1, 3);
if (x == 1) {
this._parent.textmessage = 'MY BATTLEFURY TIMING IS GOING TO BE ONE MINUTE OFF BECAUSE OF THAT! YOU ARE WORST SUPPORT EVER, ' + _root.game.hero + '!';
}
if (x == 2) {
this._parent.textmessage = 'YOU REALLY FUCKED UP THIS TIME ' + _root.game.hero + '! I HOPE YOU LIKE USING CHATWHEEL ! REPORTED !';
}
if (x == 3) {
this._parent.textmessage = 'MY BATTLEFURY TIMING IS RUINED. DELETE DOTA. YOU WILL NEVER BE GOOD AT THIS GAME YOU TRENCHLORD.';
}
this._parent.textlength = 0;
}
frame 450 {
_root.game.MusikCueSpecial('loss.mp3');
}
frame 465 {
stop();
}
frame 479 {
_root.game.gotoAndStop('gameover1');
}
frame 508 {
this._parent.textcurrent = '';
x = _root.randRange(1, 5);
if (x == 1) {
this._parent.textmessage = 'GOOD WORK BACK THERE ' + _root.game.hero + '! THIS IS MY FASTEST BATTLEFURY EVER! A HA HA HA';
}
if (x == 2) {
this._parent.textmessage = 'WOW YOU REALLY CAME THROUGH ' + _root.game.hero + '! A HA HA! THIS IS GREAT BATTLEFURY TIME.';
}
if (x == 3) {
this._parent.textmessage = 'A HA HA HA YES! I GET BATTLEFURY AND WIN EASY. NOW THAT IS WHAT I CALL A GOOD SUPPORT PLAY.';
}
if (x == 4) {
this._parent.textmessage = 'EVERYONE COMMEND THIS ' + _root.game.hero + ' ! I AM LOVING THIS GOOD SUPPORT PLAY !';
}
if (x == 5) {
this._parent.textmessage = 'I FINALLY GOT BATTLEFURY. TIME TO WIN! A HA HA HA. GOOD JOB ON THE SUPPORT PLAYS !';
}
this._parent.textlength = 0;
_root.game.check1 = true;
}
frame 519 {
_root.game.MusikCueSpecial('win.mp3');
}
frame 550 {
stop();
}
frame 571 {
_root.game.gotoAndStop('laning');
}
}
button 248 {
on (release) {
play();
}
}
movieClip 249 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 14 {
this._parent.textcurrent = '';
this._parent.textmessage = 'GOD DAMNIT ' + _root.game.hero + '! THIS PANDA IS BEING A TOTAL ASSHOLE. I HAVE LIKE 2 LAST HITS. WHY DIDN\'T YOU PULL?';
this._parent.textlength = 0;
}
frame 17 {
_root.game.MusikCueSpecial('loss.mp3');
}
frame 35 {
stop();
}
frame 48 {
this._parent.textcurrent = '';
x = _root.randRange(1, 3);
if (x == 1) {
this._parent.textmessage = 'I AM SICK OF YOUR FUCKING EXCUSES. REPORTED. YOU WILL ROT IN LPQ HELL.';
}
if (x == 2) {
this._parent.textmessage = 'YOUR EXCUSE ONLY MAKES ME ANGRIER. YOU WILL USE CHATWHEEL FOR ALL ETERNITY.';
}
if (x == 3) {
this._parent.textmessage = 'YOU SHOULD BE ASHAMED OF YOURSELF FOR MAKING AN EXCUSE LIKE THAT.';
}
this._parent.textlength = 0;
}
frame 225 {
_root.game.gotoAndStop('gameover1');
}
}
movieClip 250 {
}
movieClip 252 {
}
movieClip 263 {
}
button 265 {
on (release) {
gotoAndPlay('spell');
spellcast = _root.game.spell1;
}
}
button 266 {
on (release) {
gotoAndPlay('spell');
spellcast = _root.game.spell2;
}
}
button 267 {
on (release) {
gotoAndPlay('run');
}
}
movieClip 273 {
frame 33 {
stop();
}
}
movieClip 275 {
}
button 277 {
on (release) {
play();
}
}
movieClip 278 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 3 {
if (_root.game.check3 == true) {
_root.game.nextFrame();
} else {
if (_root.game.check3 == 'blueman') {
gotoAndPlay('run');
}
}
}
frame 5 {
_root.musik.Musik.setVolume(90);
}
frame 8 {
_root.musik.Musik.setVolume(80);
}
frame 11 {
_root.musik.Musik.setVolume(70);
}
frame 14 {
this._parent.textcurrent = '';
this._parent.textmessage = '...';
this._parent.textlength = 0;
_root.musik.Musik.setVolume(60);
}
frame 17 {
_root.musik.Musik.setVolume(50);
}
frame 21 {
_root.musik.Musik.setVolume(30);
}
frame 25 {
_root.musik.Musik.setVolume(20);
}
frame 30 {
_root.musik.Musik.setVolume(10);
}
frame 34 {
_root.musik.Musik.setVolume(0);
}
frame 47 {
_root.game.MusikCue('pudge.mp3');
}
frame 125 {
this._parent.textcurrent = '';
this._parent.textmessage = 'AN ILL OMEN IS UPON YOU';
this._parent.textlength = 0;
}
frame 215 {
stop();
}
frame 286 {
this._parent.textcurrent = '';
this._parent.textlength = 0;
if (spellcast == 'ICE ARMOR') {
this._parent.textmessage = 'YOU PROTECT YOURSELF IN AN ARMOR OF ICE.';
Phase = 'loss';
}
if (spellcast == 'BLIZZARD') {
this._parent.textmessage = 'YOU\'RE NOT HIGH ENOUGH LEVEL TO USE THAT CARD.';
Phase = 'lose';
}
if (spellcast == 'MELTY HANDS') {
this._parent.textmessage = 'YOU USE MELTY HANDS ON THE DEMON.';
if (_root.game.statgank >= 15) {
Phase = 'win';
} else {
Phase = 'lose';
}
}
if (spellcast == 'POISON SHOOT') {
this._parent.textmessage = 'YOU FIRE YOUR POISON SHOOT AT THE DEMON.';
Phase = 'lose';
}
if (spellcast == 'CHAOS METEOR') {
this._parent.textmessage = 'YOU DRAW 2 CARDS BUT SKIP YOUR NEXT TURN.';
Phase = 'lose';
}
if (spellcast == 'SUNSTRIKE') {
this._parent.textmessage = 'YOU TRY TO CAST SUNSTRIKE BUT IT\'S NIGHT TIME SO IT DOES NOTHING.';
Phase = 'lose';
}
}
frame 356 {
_root.musik.Musik.setVolume(80);
}
frame 359 {
_root.musik.Musik.setVolume(60);
}
frame 362 {
_root.musik.Musik.setVolume(40);
}
frame 365 {
_root.musik.Musik.setVolume(30);
}
frame 367 {
_root.musik.Musik.setVolume(20);
}
frame 369 {
_root.musik.Musik.setVolume(10);
}
frame 371 {
_root.musik.Musik.setVolume(0);
}
frame 383 {
gotoAndPlay(Phase);
}
frame 384 {
this._parent.textcurrent = '';
this._parent.textmessage = 'YOUR EFFORTS ARE IN VAIN. PUDGE EATS YOUR FLESH AND YOU DIE A HORRIBLE DEATH.';
this._parent.textlength = 0;
}
frame 391 {
_root.game.MusikCue('demon.mp3');
_root.game.goldDrain += 1000;
}
frame 537 {
_root.musik.Musik.setVolume(90);
}
frame 540 {
_root.musik.Musik.setVolume(80);
}
frame 543 {
_root.musik.Musik.setVolume(70);
}
frame 546 {
_root.musik.Musik.setVolume(60);
}
frame 549 {
_root.musik.Musik.setVolume(50);
}
frame 553 {
_root.musik.Musik.setVolume(30);
}
frame 557 {
_root.musik.Musik.setVolume(20);
}
frame 562 {
_root.musik.Musik.setVolume(10);
}
frame 566 {
_root.musik.Musik.setVolume(0);
}
frame 581 {
_root.game.gotoAndStop('gameover2');
}
frame 603 {
_root.game.goldDrain -= 500;
}
frame 605 {
this._parent.textcurrent = '';
this._parent.textmessage = 'THE DEMON\'S HANDS MELT OFF AND HE DIES. HOORAY!';
this._parent.textlength = 0;
}
frame 626 {
_root.game.MusikCueSpecial('win.mp3');
}
frame 739 {
_root.game.MusikCue('antimage.mp3');
this._parent.textcurrent = '';
this._parent.textmessage = 'I CAN\'T BELIEVE THIS! YOU DEFEATED PUDGE ALL ON YOUR OWN! GOOD JOB BANANA-BRO!';
this._parent.textlength = 0;
_root.game.check2 = true;
_root.game.PudgeDead = true;
}
frame 763 {
stop();
}
frame 785 {
_root.game.gotoAndStop('laning');
}
}
movieClip 280 {
}
movieClip 282 {
}
button 283 {
on (release) {
gotoAndPlay('yeah');
}
}
button 284 {
on (release) {
gotoAndPlay('nope');
}
}
movieClip 288 {
}
movieClip 289 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
this._parent.textlength = 0;
}
frame 5 {
if (_root.check3 == true) {
_root.game.nextFrame();
}
}
frame 51 {
_root.game.MusikCue('lina.mp3');
}
frame 63 {
this._parent.textcurrent = '';
x = _root.randRange(1, 3);
if (x == 1) {
this._parent.textmessage = 'HEHEHE HEY THERE, FELLOW SUPPORT! IT\'S ME, LINA! OH, YOU WERE TRYING TO PULL THIS CAMP?';
}
this._parent.textlength = 0;
}
frame 113 {
stop();
}
frame 143 {
_root.game.nextFrame();
}
frame 161 {
this._parent.textcurrent = '';
this._parent.textmessage = 'HEHEHE I DON\'T THINK ANTIMAGE WILL LIKE THAT VERY MUCH... BUT IF YOU INSIST!';
this._parent.textlength = 0;
}
frame 335 {
_root.game.MusikCueSpecial('loss.mp3');
}
frame 335 {
this._parent.textcurrent = '';
this._parent.textmessage = 'NO! MY PERFECT FARM! GOD DAMNIT ' + _root.game.hero + ' LEARN TO PLAY THE FUCKING GAME!';
this._parent.textlength = 0;
}
frame 532 {
_root.game.gotoAndStop('gameover3');
}
}
button 290 {
on (release) {
gotoAndPlay('yeah');
}
}
button 291 {
on (release) {
gotoAndPlay('nope');
}
}
movieClip 293 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
this._parent.textlength = 0;
}
frame 5 {
if (_root.check3 == true) {
_root.game.nextFrame();
}
}
frame 21 {
this._parent.textcurrent = '';
this._parent.textmessage = 'OH BUT OF COURSE, YOU WERE GOING TO STACK THE CAMP FIRST, RIGHT?';
this._parent.textlength = 0;
}
frame 46 {
stop();
}
frame 143 {
_root.game.gotoAndStop('laning');
}
frame 161 {
this._parent.textcurrent = '';
this._parent.textmessage = 'GOOD LUCK! I\'M GONNA GO GANK OR SOMETHING. SEE YOU!';
this._parent.textlength = 0;
}
frame 341 {
_root.game.MusikCueSpecial('win.mp3');
}
frame 341 {
this._parent.textcurrent = '';
this._parent.textmessage = 'WOW A SUPPORT THAT KNOWS HOW TO PLAY! I CAN\'T BELIEVE MY EYES! GOOD JOB.';
this._parent.textlength = 0;
_root.game.check2 = true;
}
frame 518 {
this._parent.textcurrent = '';
this._parent.textmessage = 'NOW ANTIMAGE CAN FARM WITHOUT FEAR OF GETTING GANKED!';
this._parent.textlength = 0;
}
frame 557 {
stop();
}
frame 568 {
_root.game.gotoAndStop('laning');
}
}
movieClip 295 {
}
button 296 {
on (release) {
gotoAndPlay('yeah');
}
}
button 297 {
on (release) {
gotoAndPlay('nope');
}
}
movieClip 300 {
}
movieClip 302 {
}
movieClip 304 {
}
button 305 {
on (release) {
gotoAndPlay('yeah2');
}
}
button 306 {
on (release) {
gotoAndPlay('nope2');
}
}
movieClip 313 {
}
movieClip 314 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 11 {
this._parent.textcurrent = '';
this._parent.textmessage = 'THE RIVER. SO PEACEFUL. PLACING A WARD HERE WILL LET ANTIMAGE FARM SAFELY.';
this._parent.textlength = 0;
}
frame 60 {
stop();
}
frame 77 {
_root.game.gotoAndStop('laning');
}
frame 94 {
this._parent.textcurrent = '';
this._parent.textmessage = 'WARD SUCESSFULLY PLACED!';
this._parent.textlength = 0;
_root.game.check3 = true;
}
frame 94 {
_root.game.MusikCueSpecial('win.mp3');
}
frame 168 {
stop();
}
frame 180 {
_root.game.MusikCue('invoker.mp3');
}
frame 186 {
this._parent.textcurrent = '';
this._parent.textmessage = 'HEY YOU THERE! ' + _root.game.hero + '! SAY, WHILE YOU\'RE OVER HERE, WHY DON\'T YOU COME GANK MID';
this._parent.textlength = 0;
}
frame 231 {
stop();
}
frame 251 {
_root.game.gotoAndStop('laning');
}
frame 262 {
this._parent.textcurrent = '';
this._parent.textmessage = 'BAHAHA! EXCELLENT! I KNEW I COULD COUNT ON YOU, ' + _root.game.hero + '!';
this._parent.textlength = 0;
}
frame 353 {
_root.game.nextFrame();
}
}
movieClip 316 {
}
movieClip 325 {
}
button 326 {
on (release) {
gotoAndPlay('spell');
spellcast = _root.game.spell1;
}
}
button 327 {
on (release) {
gotoAndPlay('spell');
spellcast = _root.game.spell2;
}
}
button 328 {
on (release) {
if (_root.game.gold - _root.game.goldDrain > 1100) {
gotoAndPlay('spell');
spellcast = 'JUNGLE';
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'NOT ENOUGH GOLD.';
this._parent.textlength = 0;
}
}
}
movieClip 330 {
}
button 332 {
on (release) {
Phase = 'lane';
play();
}
}
button 333 {
on (release) {
Phase = 'shop';
play();
}
}
movieClip 335 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 17 {
this._parent.textcurrent = '';
this._parent.textmessage = 'OKAY NOW IS YOUR CHANCE. CAST THE SPELL!';
this._parent.textlength = 0;
}
frame 123 {
this._parent.textcurrent = '';
this._parent.textmessage = 'ITS A MEMBER OF THE BLUE MAN GROUP. WHAT WILL YOU DO?';
this._parent.textlength = 0;
}
frame 151 {
stop();
}
frame 170 {
this._parent.textcurrent = '';
this._parent.textlength = 0;
if (spellcast == 'ICE ARMOR') {
this._parent.textmessage = 'YOU ACTIVATE ICE ARMOR, BUT ENGIMA IS UNAFFECTED.';
Phase = 'lose';
}
if (spellcast == 'BLIZZARD') {
this._parent.textmessage = 'YOU ATTEMPT TO CAST BLIZZARD. UNFORTUNATELY YOU\'RE NOT HIGH ENOUGH LEVEL.';
Phase = 'lose';
}
if (spellcast == 'MELTY HANDS') {
this._parent.textmessage = 'YOU USE MELTY HANDS ON ENIGMA BUT YOU MISS ATTACKING UPHILL!';
Phase = 'lose';
}
if (spellcast == 'POISON SHOOT') {
this._parent.textmessage = 'YOU ATTEMPT TO SHOOT POISON AT ENIGMA, BUT YOU MISS BECAUSE YOU ARE BAD AT VIDEO GAMES.';
Phase = 'lose';
}
if (spellcast == 'CHAOS METEOR') {
this._parent.textmessage = 'INVOKER ALREADY USED THAT. YOU WASTE TOO MUCH TIME THINKING AND CAST NOTHING.';
Phase = 'lose';
}
if (spellcast == 'SUNSTRIKE') {
this._parent.textmessage = 'YOU CAST SUNSTRIKE AND STUN ENIGMA. HE DIES INSTANTLY.';
Phase = 'win';
}
if (spellcast == 'JUNGLE') {
this._parent.textmessage = 'YOU SPEND ALL OF YOUR HARD-EARNED GOLD ON THE BLUE MAN GROUP\'S LATEST ALBUM.';
Phase = 'blueman';
_root.game.goldDrain = 1100;
}
}
frame 326 {
gotoAndPlay(Phase);
}
frame 350 {
this._parent.textcurrent = '';
this._parent.textmessage = 'HE ... ESCAPED...YOU FAILED ME.';
this._parent.textlength = 0;
}
frame 350 {
_root.game.MusikCueSpecial('loss.mp3');
}
frame 444 {
_root.game.gotoAndStop('gameover4');
}
frame 460 {
_root.game.goldDrain -= 200;
}
frame 466 {
this._parent.textcurrent = '';
this._parent.textmessage = 'XAXAXA GOOD WORK! YOU SHOULD GO BUY SOME SWEET ITEMS WITH ALL THAT GOLD! THANKS FOR THE GANK.';
this._parent.textlength = 0;
}
frame 466 {
_root.game.MusikCueSpecial('win.mp3');
}
frame 499 {
stop();
}
frame 511 {
if (Phase == 'shop') {
_root.game.nextFrame();
} else {
_root.game.gotoAndStop('laning');
}
}
frame 527 {
var blueloop = 0;
}
frame 527 {
_root.game.MusikCue('blueman.mp3');
}
frame 577 {
++blueloop;
if (blueloop == 6) {
this._parent.textcurrent = '';
this._parent.textmessage = 'YOU ARE ENJOYING THE MUSIC A LOT.';
this._parent.textlength = 0;
}
if (blueloop > 10) {
_root.game.check3 = 'blueman';
_root.game.gotoAndStop('jungle');
this._parent.textcurrent = '';
this._parent.textmessage = 'YOU WERE GANKED WHILE TRYING TO ENJOY YOUR MUSIC';
this._parent.textlength = 0;
} else {
gotoAndPlay('bluemanloop');
}
}
}
movieClip 339 {
}
button 342 {
on (release) {
if (_root.game.gold - _root.game.goldDrain > 7980) {
this._parent.textcurrent = '';
this._parent.textmessage = 'GOOD PURCHASE! HERE YOU GO.';
this._parent.textlength = 0;
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'NOT ENOUGH GOLD!';
this._parent.textlength = 0;
}
}
}
button 345 {
on (release) {
if (_root.game.gold - _root.game.goldDrain > 6200) {
this._parent.textcurrent = '';
this._parent.textmessage = 'GOOD PURCHASE! HERE YOU GO.';
this._parent.textlength = 0;
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'NOT ENOUGH GOLD!';
this._parent.textlength = 0;
}
}
}
button 346 {
on (release) {
if (_root.game.gold - _root.game.goldDrain > 450) {
gotoAndPlay('gg');
} else {
this._parent.textcurrent = '';
this._parent.textmessage = 'NOT ENOUGH GOLD!';
this._parent.textlength = 0;
}
}
}
movieClip 349 {
}
movieClip 350 {
frame 1 {
stop();
}
}
movieClip 351 {
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 1 {
_root.game.MusikCue('shop.mp3');
}
frame 21 {
this._parent.textcurrent = '';
this._parent.textmessage = 'WELCOME BACK MY FRIEND! LOOKING TO IMPROVE YOUR POWER?';
this._parent.textlength = 0;
}
frame 132 {
stop();
}
frame 159 {
_root.game.gotoAndStop('laning');
}
frame 170 {
_root.game.MusikCue('freeze.mp3');
}
frame 171 {
_root.game.MusikCue('freeze.mp3');
_root.game.gghud.nextFrame();
}
frame 172 {
_root.game.MusikCue('freeze.mp3');
}
frame 353 {
_root.gotoAndStop(3);
}
}
movieClip 354 {
frame 1 {
stop();
}
}
movieClip 356 {
}
movieClip 357 {
}
button 362 {
on (release) {
_parent.play();
}
}
movieClip 363 {
}
movieClip 370 {
}
movieClip 371 {
}
movieClip 372 {
}
movieClip 373 {
frame 1 {
_root.game.MusikCue('illusion.mp3');
}
frame 1 {
this._parent.textcurrent = '';
this._parent.textmessage = '';
}
frame 10 {
this._parent.textcurrent = '';
this._parent.textmessage = 'ANTIMAGE FARMS AT THE SPEED OF LIGHT.';
this._parent.textlength = 0;
}
frame 205 {
this._parent.textcurrent = '';
this._parent.textmessage = 'MANTA STYLE READY. I HAVE FINISHED FARMING. I AM NOW THE MOST POWERFUL CARRY IN THE GAME.';
this._parent.textlength = 0;
}
frame 461 {
stop();
}
frame 491 {
_root.musik.Musik.setVolume(80);
}
frame 497 {
_root.musik.Musik.setVolume(60);
}
frame 502 {
_root.musik.Musik.setVolume(45);
}
frame 509 {
_root.musik.Musik.setVolume(35);
}
frame 514 {
_root.musik.Musik.setVolume(25);
}
frame 520 {
_root.musik.Musik.setVolume(15);
}
frame 527 {
_root.musik.Musik.setVolume(5);
}
frame 535 {
_root.musik.Musik.setVolume(0);
}
frame 543 {
_root.game.gotoAndStop('title');
}
}
button 377 {
on (release) {
gotoAndStop('title');
}
}
// unknown tag 88 length 35
// unknown tag 88 length 35
// unknown tag 88 length 35
// unknown tag 88 length 35
button 404 {
on (release) {
_root.game.MusikCue('ready.mp3');
links.gotoAndStop('gasp');
}
}
button 405 {
on (release) {
_root.game.MusikCue('intro.mp3');
links.gotoAndStop('gasp');
}
}
button 406 {
on (release) {
_root.game.MusikCue('shop.mp3');
links.gotoAndStop('gasp');
}
}
button 407 {
on (release) {
_root.game.MusikCue('antimage.mp3');
links.gotoAndStop('gasp');
}
}
button 408 {
on (release) {
_root.game.MusikCue('invoker.mp3');
links.gotoAndStop('mittsies');
}
}
button 409 {
on (release) {
_root.game.MusikCue('adventure.mp3');
links.gotoAndStop('mittsies');
}
}
button 410 {
on (release) {
_root.game.MusikCue('title.mp3');
links.gotoAndStop('gasp');
}
}
button 411 {
on (release) {
_root.game.MusikCue('lina.mp3');
links.gotoAndStop('mittsies');
}
}
button 412 {
on (release) {
_root.game.MusikCue('gameover.mp3');
links.gotoAndStop('gasp');
}
}
movieClip 415 {
}
movieClip 416 {
}
button 421 {
on (release) {
getURL('https://soundcloud.com/mittsies', '_top');
}
}
button 422 {
on (release) {
getURL('http://www.youtube.com/user/Mittsies', '_top');
}
}
button 423 {
on (release) {
getURL('http://www.furaffinity.net/user/mittsies/', '_top');
}
}
button 424 {
on (release) {
getURL('http://mittsies.tumblr.com/', '_top');
}
}
button 427 {
on (release) {
getURL('http://www.furaffinity.net/user/suddensharpintakeofbreath/', '_top');
}
}
button 428 {
on (release) {
getURL('http://suddensharpintakeofbreath.tumblr.com/', '_top');
}
}
button 429 {
on (release) {
getURL('https://soundcloud.com/suddensharpintakeofbreath-1', '_top');
}
}
movieClip 430 {
frame 1 {
stop();
}
}
button 431 {
on (release) {
stopAllSounds();
links.gotoAndStop(1);
}
}
button 432 {
on (release) {
_root.game.MusikCue('pudge.mp3');
links.gotoAndStop('mittsies');
}
}
button 433 {
on (release) {
_root.game.gotoAndStop('title');
}
}
movieClip 434 {
frame 1 {
function MusikCue(SoundByte) {
_root.musik.Musik.stop();
_root.musik.Musik.attachSound(SoundByte);
_root.musik.Musik.start(0, 99);
_root.musik.Musik.setVolume(100);
}
function MusikCueSpecial(SoundByte) {
_root.musik.Musik.stop();
_root.musik.Musik.attachSound(SoundByte);
_root.musik.Musik.start(0, 1);
_root.musik.Musik.setVolume(50);
}
stop();
var Phase = '';
var MusikLaunched = 'No';
}
frame 2 {
var textcurrent = '';
var textmessage = 'WELCOME TO WORLD OF DOTA 2! PLEASE SELECT YOUR CHARACTER.';
var textlength = 0;
var statroam = 5;
var statgank = 5;
var statfeed = 5;
var statward = 0;
var statpoint = 45;
var hero = 'LADY ICE';
var spell1 = 'ICE ARMOR';
var spell2 = 'BLIZZARD';
var check1 = false;
var check2 = false;
var check3 = false;
var PudgeDead = false;
var gold = 603;
var goldDrain = 0;
var itemdonkey = 0;
var itemward = 0;
var itemshoe = 0;
}
instance textcontroller of movieClip 53 {
onClipEvent (load) {
var x = 0;
var z = 0;
}
onClipEvent (enterFrame) {
++x;
++z;
if (x > 1) {
if (this._parent.textlength <= this._parent.textmessage.length) {
++this._parent.textlength;
++this._parent.textlength;
}
this._parent.textcurrent = this._parent.textmessage.substr(0, this._parent.textlength);
x = 0;
}
if (z > 2) {
if (this._parent.textlength <= this._parent.textmessage.length) {
}
z = 0;
}
}
}
instance textcontroller of movieClip 53 {
onClipEvent (load) {
var x = 0;
var z = 0;
}
onClipEvent (enterFrame) {
++x;
++z;
if (x > 1) {
if (this._parent.textlength <= this._parent.textmessage.length) {
++this._parent.textlength;
++this._parent.textlength;
}
this._parent.textcurrent = this._parent.textmessage.substr(0, this._parent.textlength);
x = 0;
}
if (z > 2) {
if (this._parent.textlength <= this._parent.textmessage.length) {
}
z = 0;
}
}
}
frame 70 {
_root.musik.Musik.stop();
_root.musik.Musik.attachSound('gameover.mp3');
_root.musik.Musik.start(0, 99);
_root.musik.Musik.setVolume(50);
}
frame 71 {
_root.musik.Musik.stop();
_root.musik.Musik.attachSound('gameover.mp3');
_root.musik.Musik.start(0, 99);
_root.musik.Musik.setVolume(50);
}
frame 72 {
_root.musik.Musik.stop();
_root.musik.Musik.attachSound('gameover.mp3');
_root.musik.Musik.start(0, 99);
_root.musik.Musik.setVolume(50);
}
frame 73 {
_root.musik.Musik.stop();
_root.musik.Musik.attachSound('gameover.mp3');
_root.musik.Musik.start(0, 99);
_root.musik.Musik.setVolume(50);
}
frame 100 {
stopAllSounds();
}
}