STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228138
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/36001430?noj=FRM36001430-18DC" width="1" height="1"></div>

Troll Rampage.swf

This is the info page for
Flash #73405

(Click the ID number above for more basic data on this flash file.)


Text
.com

.com

Next

For 5 years the troll had lived in
the mountains above the human
city. The humans were simply too
scared to act  agains the beast.
However, now they could put up with
it no longer.

One night, while the troll
was out, the Humans
launched an assult on the
troll cave, killing His wife
and 5 children.

The troll returned to find the devistation the Humans caused.. Filled
with anger, the troll now had one purpose, to destroy the Humans

Troll Rampage

Designed by Alillm

Play

Instructions

Play More
Games At

GAME OVER

The Humans were stronger than you thought, but you died
avenging your family, and plundered           gold

Play Again

Intructions

The Humas have killed you family, you must avenge them!

Walk - A

Jump - W

Duck - S

Left Click on a building to smash it. Some buildings will take more
smashes than others. YOU MUST BE IN RANGE OF A BUILDING
TO SMASH IT!

Avoid Projectiles, and collect all the gold you can before you die. Only the
bravest Trolls will make it to the end.

Congratulations

You truly are the bravest troll, and managed to
avenge your family without being slain. You
plundered all the Human gold! A total of

ActionScript [AS1/AS2]

Frame 1
goldnum = 0; _root.createTextField("texta", 1000, 100, 100, 100, 100); _root.texta.text = "Loading preloader."; var my_fmt = new TextFormat(); my_fmt.color = 0; my_fmt.underline = true; _root.texta.setTextFormat(my_fmt); _root.onEnterFrame = function () { if (_root.getBytesLoaded() == _root.getBytesTotal()) { removeMovieClip(_root.texta); _root.gotoAndStop(2); delete this.onEnterFrame; } }; stop();
Instance of Symbol 95 MovieClip "pl" in Frame 1
onClipEvent (load) { _root.stop(); }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (load) { this.startDrag(true); } onClipEvent (enterFrame) { Mouse.hide(); }
Frame 2
stop();
Instance of Symbol 103 MovieClip in Frame 2
on (press) { _root.gotoAndStop(3); }
Frame 3
stop();
Instance of Symbol 103 MovieClip in Frame 3
on (press) { _root.gotoAndStop(4); }
Frame 4
stop();
Instance of Symbol 103 MovieClip in Frame 4
on (press) { _root.gotoAndStop(5); }
Frame 5
stop();
Instance of Symbol 147 MovieClip in Frame 5
on (press) { _root.gotoAndStop(6); }
Instance of Symbol 151 MovieClip in Frame 5
on (press) { _root.gotoAndStop(8); }
Frame 6
function coins(num, x, where) { i = 0; while (i < num) { mc = where.attachMovie("coin", "coin" + coinnum, ++coinnum); mc._x = x; mc._y = 250; i++; } } function projectile(ob, x, y, num) { i = 0; while (i < num) { mc = _root.attachMovie(ob, ob + i, ++arrownum); mc._x = x; mc._y = y; _root.sounds.arrowshot.start(); i++; } } function addman(where) { num = random(4) + 1; i = 0; while (i < num) { x = random(40); mc = where.attachMovie("man", "man" + i, ++arrownum); mc._y = 330; mc._x = -x; i++; } } stop(); arrownum = 200; coinnum = 2000; coinsnum = 0; scrolling = false;
Instance of Symbol 160 MovieClip "coindisplay" in Frame 6
onClipEvent (load) { cnum = 0; prevammount = 0; levelammount = 15; } onClipEvent (enterFrame) { cnum = _root.coinsnum; _root.goldnum = cnum; if ((cnum - levelammount) >= prevammount) { prevammount = cnum; _root.levelup.gogo = true; _root.sounds.levelup.start(); } }
Instance of Symbol 172 MovieClip "ground1" in Frame 6
onClipEvent (enterFrame) { if (_root.scrolling == true) { _x = (_x + 3); } if (_x > 585) { gotoAndStop(random(15) + 1); _x = (-585 + (_x - 585)); } }
Instance of Symbol 173 MovieClip "ground2" in Frame 6
onClipEvent (enterFrame) { if (_root.scrolling == true) { _x = (_x + 3); } if (_x > 585) { gotoAndStop(random(15) + 1); _x = (-585 + (_x - 585)); } }
Instance of Symbol 245 MovieClip "buildings" in Frame 6
onClipEvent (enterFrame) { if (_root.scrolling == true) { _x = (_x + 3); } if (_x >= 585) { gotoAndStop(_currentframe + 1); _x = (-585 + (_x - 585)); _root.addman(this); } }
Instance of Symbol 246 MovieClip "buildings2" in Frame 6
onClipEvent (enterFrame) { if (_root.scrolling == true) { _x = (_x + 3); } if (_x >= 585) { gotoAndStop(_currentframe + 1); _x = (-585 + (_x - 585)); _root.addman(this); } }
Instance of Symbol 305 MovieClip "troll" in Frame 6
onClipEvent (load) { overide = false; } onClipEvent (enterFrame) { if (Key.isDown(87) and (overide == false)) { jump = true; } if ((jump == true) and (overide == false)) { gotoAndStop (5); _root.scrolling = false; } else if (Key.isDown(83) and (overide == false)) { gotoAndStop (4); _root.scrolling = false; } else if (overide == false) { if ((!_root.buildings.hitTest(_x - 30, _y - 60, true)) && (!_root.buildings2.hitTest(_x - 30, _y - 60, true))) { if (Key.isDown(65)) { _root.scrolling = true; gotoAndStop (3); } } else { gotoAndStop (1); _root.scrolling = false; } if (!Key.isDown(65)) { _root.scrolling = false; gotoAndStop (1); } } }
Instance of Symbol 196 MovieClip in Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 212 MovieClip in Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Instance of Symbol 232 MovieClip in Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 244 MovieClip in Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 8; height = _height; width = _width; protimer = 30; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(5, (parent._x + _x) - (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", _x + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip in Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 189 MovieClip in Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 307 MovieClip "levelup" in Frame 6
onClipEvent (load) { gogo = false; } onClipEvent (enterFrame) { if (gogo == true) { _y = (_y - 6); } if (_y <= -50) { _y = 420; gogo = false; } }
Instance of Symbol 223 MovieClip "cat1" in Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Instance of Symbol 309 MovieClip "sounds" in Frame 6
onClipEvent (load) { music = new Sound(); music.attachSound("music"); music.setVolume(1); music.start(0, 999999999); arrowshot = new Sound(); arrowshot.attachSound("arrowshot"); coincollect = new Sound(); coincollect.attachSound("coincollect"); collapse = new Sound(); collapse.attachSound("collapse"); collapse.setVolume(200); hit = new Sound(); hit.attachSound("hit"); levelup = new Sound(); levelup.attachSound("levelup"); rockwoosh = new Sound(); rockwoosh.attachSound("rockwoosh"); smash = new Sound(); smash.attachSound("smash"); }
Frame 7
gold.text = _root.goldnum;
Instance of Symbol 316 MovieClip in Frame 7
on (press) { _root.gotoAndStop(5); }
Frame 8
stop();
Instance of Symbol 147 MovieClip in Frame 8
on (press) { _root.gotoAndStop(6); }
Frame 9
gold.text = _root.goldnum;
Instance of Symbol 316 MovieClip in Frame 9
on (press) { _root.gotoAndStop(5); }
Instance of Symbol 9 MovieClip in Symbol 10 MovieClip [rock] Frame 1
onClipEvent (enterFrame) { _parent._x = _parent._x + 10; if (_parent._x > 600) { _parent.removeMovieClip(); } if ((_parent._x < (_root.troll._x + 10)) && (_parent._x > (_root.troll._x - 30))) { if (this.hitTest(_root.troll)) { _root.health.healthbar._height = _root.health.healthbar._height + 5; _root.sounds.hit.start(); _parent.removeMovieClip(); } } }
Instance of Symbol 13 MovieClip in Symbol 14 MovieClip [arrow] Frame 1
onClipEvent (load) { _parent._xscale = -100; } onClipEvent (enterFrame) { _parent._x = _parent._x + 10; if (_parent._x > 600) { _parent.removeMovieClip(); } if ((_parent._x < (_root.troll._x + 10)) && (_parent._x > (_root.troll._x - 30))) { if (this.hitTest(_root.troll)) { _root.health.healthbar._height = _root.health.healthbar._height + 5; _root.sounds.hit.start(); _parent.removeMovieClip(); } } }
Symbol 26 MovieClip [groundboom] Frame 23
this.removeMovieClip();
Symbol 32 MovieClip [bricks] Frame 11
this.removeMovieClip();
Symbol 41 MovieClip [dust] Frame 17
this.removeMovieClip();
Symbol 51 MovieClip Frame 28
gotoAndPlay (1);
Symbol 51 MovieClip Frame 29
stop();
Instance of Symbol 51 MovieClip in Symbol 52 MovieClip [coin] Frame 1
onClipEvent (load) { yspeed = -5; xspeed = random(8) - random(8); } onClipEvent (enterFrame) { if (_parent._y < 365) { _parent._x = _parent._x + xspeed; _parent._y = _parent._y + yspeed; yspeed++; } else { _parent._y = 365; } if (this.hitTest(_root.troll._x, _root.troll._y, true)) { _root.coinsnum++; _root.sounds.coincollect.start(); _parent.removeMovieClip(); } }
Instance of Symbol 65 MovieClip in Symbol 66 MovieClip [man] Frame 1
onClipEvent (load) { _parent._xscale = -100; } onClipEvent (enterFrame) { _parent._x = _parent._x + 4; if ((_parent._parent._x + _parent._x) > 600) { _parent.removeMovieClip(); } if (((_parent._parent._x + _parent._x) < (_root.troll._x + 10)) && ((_parent._parent._x + _parent._x) > (_root.troll._x - 30))) { if (this.hitTest(_root.troll)) { if (Key.isDown(65)) { mc = _root.attachMovie("splat", "splat" + random(1000), 10000 + random(10000)); mc._x = _parent._parent._x + _parent._x; mc._y = _parent._y + 45; _parent.removeMovieClip(); } } } }
Symbol 74 MovieClip [splat] Frame 15
this.removeMovieClip();
Symbol 93 MovieClip Frame 1
this.onRelease = function () { getURL ("http://www.gamesofgondor.com", "_blank"); };
Symbol 133 Button
on (release) { _root.play(); }
Symbol 136 MovieClip Frame 143
stop();
Symbol 168 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 2
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 2
stop();
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 2
stop();
Symbol 172 MovieClip Frame 3
stop();
Symbol 172 MovieClip Frame 4
stop();
Symbol 172 MovieClip Frame 5
stop();
Symbol 172 MovieClip Frame 6
stop();
Symbol 172 MovieClip Frame 7
stop();
Symbol 172 MovieClip Frame 8
stop();
Symbol 172 MovieClip Frame 9
stop();
Symbol 172 MovieClip Frame 10
stop();
Symbol 172 MovieClip Frame 11
stop();
Symbol 172 MovieClip Frame 12
stop();
Symbol 172 MovieClip Frame 13
stop();
Symbol 172 MovieClip Frame 14
stop();
Symbol 172 MovieClip Frame 15
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 2
stop();
Symbol 173 MovieClip Frame 3
stop();
Symbol 173 MovieClip Frame 4
stop();
Symbol 173 MovieClip Frame 5
stop();
Symbol 173 MovieClip Frame 6
stop();
Symbol 173 MovieClip Frame 7
stop();
Symbol 173 MovieClip Frame 8
stop();
Symbol 173 MovieClip Frame 9
stop();
Symbol 173 MovieClip Frame 10
stop();
Symbol 173 MovieClip Frame 11
stop();
Symbol 173 MovieClip Frame 12
stop();
Symbol 173 MovieClip Frame 13
stop();
Symbol 173 MovieClip Frame 14
stop();
Symbol 173 MovieClip Frame 15
stop();
Instance of Symbol 179 MovieClip "healthbar" in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (_height >= 100) { _root.gotoAndStop(7); } }
Symbol 189 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 2
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
stop();
Symbol 196 MovieClip Frame 3
stop();
Symbol 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 2
stop();
Symbol 203 MovieClip Frame 3
stop();
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
stop();
Symbol 212 MovieClip Frame 3
stop();
Symbol 212 MovieClip Frame 4
stop();
Symbol 219 MovieClip Frame 16
_parent.gotoAndStop(1);
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 2
stop();
Symbol 223 MovieClip Frame 3
stop();
Symbol 232 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 2
stop();
Symbol 232 MovieClip Frame 3
stop();
Symbol 232 MovieClip Frame 4
stop();
Symbol 232 MovieClip Frame 5
stop();
Symbol 232 MovieClip Frame 6
stop();
Symbol 244 MovieClip Frame 1
stop();
Symbol 244 MovieClip Frame 2
stop();
Symbol 244 MovieClip Frame 3
stop();
Symbol 244 MovieClip Frame 4
stop();
Symbol 244 MovieClip Frame 5
stop();
Symbol 244 MovieClip Frame 6
stop();
Symbol 244 MovieClip Frame 7
stop();
Symbol 244 MovieClip Frame 8
stop();
Symbol 245 MovieClip Frame 1
stop();
Instance of Symbol 189 MovieClip "small1" in Symbol 245 MovieClip Frame 1
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Symbol 245 MovieClip Frame 2
stop();
Instance of Symbol 189 MovieClip "small3" in Symbol 245 MovieClip Frame 2
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small2" in Symbol 245 MovieClip Frame 2
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid1" in Symbol 245 MovieClip Frame 2
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 203 MovieClip "tower1" in Symbol 245 MovieClip Frame 2
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 3
stop();
Instance of Symbol 189 MovieClip "small4" in Symbol 245 MovieClip Frame 3
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid2" in Symbol 245 MovieClip Frame 3
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 203 MovieClip "tower2" in Symbol 245 MovieClip Frame 3
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 4
stop();
Instance of Symbol 189 MovieClip "small6" in Symbol 245 MovieClip Frame 4
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small5" in Symbol 245 MovieClip Frame 4
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 203 MovieClip "tower3" in Symbol 245 MovieClip Frame 4
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 5
stop();
Instance of Symbol 212 MovieClip "big1" in Symbol 245 MovieClip Frame 5
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid3" in Symbol 245 MovieClip Frame 5
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Symbol 245 MovieClip Frame 6
stop();
Instance of Symbol 212 MovieClip "big2" in Symbol 245 MovieClip Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small7" in Symbol 245 MovieClip Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 203 MovieClip "tower4" in Symbol 245 MovieClip Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 7
stop();
Instance of Symbol 223 MovieClip "cat1" in Symbol 245 MovieClip Frame 7
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Instance of Symbol 189 MovieClip "small8" in Symbol 245 MovieClip Frame 7
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Symbol 245 MovieClip Frame 8
stop();
Instance of Symbol 203 MovieClip "tower7" in Symbol 245 MovieClip Frame 8
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower6" in Symbol 245 MovieClip Frame 8
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower5" in Symbol 245 MovieClip Frame 8
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 9
stop();
Instance of Symbol 196 MovieClip "mid4" in Symbol 245 MovieClip Frame 9
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid5" in Symbol 245 MovieClip Frame 9
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 223 MovieClip "cat2" in Symbol 245 MovieClip Frame 9
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Symbol 245 MovieClip Frame 10
stop();
Instance of Symbol 212 MovieClip "big3" in Symbol 245 MovieClip Frame 10
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Instance of Symbol 223 MovieClip "cat3" in Symbol 245 MovieClip Frame 10
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Symbol 245 MovieClip Frame 11
stop();
Instance of Symbol 196 MovieClip "mid6" in Symbol 245 MovieClip Frame 11
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid7" in Symbol 245 MovieClip Frame 11
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid8" in Symbol 245 MovieClip Frame 11
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 203 MovieClip "tower8" in Symbol 245 MovieClip Frame 11
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower9" in Symbol 245 MovieClip Frame 11
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower10" in Symbol 245 MovieClip Frame 11
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 12
stop();
Instance of Symbol 232 MovieClip "fort1" in Symbol 245 MovieClip Frame 12
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 223 MovieClip "cat4" in Symbol 245 MovieClip Frame 12
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Symbol 245 MovieClip Frame 13
stop();
Instance of Symbol 212 MovieClip "big5" in Symbol 245 MovieClip Frame 13
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Instance of Symbol 212 MovieClip "big4" in Symbol 245 MovieClip Frame 13
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Instance of Symbol 203 MovieClip "tower10" in Symbol 245 MovieClip Frame 13
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 14
stop();
Instance of Symbol 196 MovieClip "mid10" in Symbol 245 MovieClip Frame 14
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid9" in Symbol 245 MovieClip Frame 14
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 232 MovieClip "fort2" in Symbol 245 MovieClip Frame 14
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Symbol 245 MovieClip Frame 15
stop();
Instance of Symbol 232 MovieClip "fort3" in Symbol 245 MovieClip Frame 15
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 203 MovieClip "tower11" in Symbol 245 MovieClip Frame 15
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower12" in Symbol 245 MovieClip Frame 15
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 16
stop();
Instance of Symbol 223 MovieClip "cat7" in Symbol 245 MovieClip Frame 16
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Instance of Symbol 223 MovieClip "cat6" in Symbol 245 MovieClip Frame 16
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Instance of Symbol 223 MovieClip "cat5" in Symbol 245 MovieClip Frame 16
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Symbol 245 MovieClip Frame 17
stop();
Instance of Symbol 232 MovieClip "fort4" in Symbol 245 MovieClip Frame 17
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 232 MovieClip "fort3" in Symbol 245 MovieClip Frame 17
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Symbol 245 MovieClip Frame 18
stop();
Instance of Symbol 189 MovieClip "small15" in Symbol 245 MovieClip Frame 18
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small14" in Symbol 245 MovieClip Frame 18
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small13" in Symbol 245 MovieClip Frame 18
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small12" in Symbol 245 MovieClip Frame 18
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small11" in Symbol 245 MovieClip Frame 18
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small10" in Symbol 245 MovieClip Frame 18
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small9" in Symbol 245 MovieClip Frame 18
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small16" in Symbol 245 MovieClip Frame 18
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Symbol 245 MovieClip Frame 19
stop();
Instance of Symbol 196 MovieClip "mid11" in Symbol 245 MovieClip Frame 19
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid12" in Symbol 245 MovieClip Frame 19
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 203 MovieClip "tower13" in Symbol 245 MovieClip Frame 19
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower14" in Symbol 245 MovieClip Frame 19
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 20
stop();
Instance of Symbol 244 MovieClip "cast1" in Symbol 245 MovieClip Frame 20
onClipEvent (load) { timer = 11; smash = false; frames = 8; height = _height; width = _width; protimer = 30; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(5, (parent._x + _x) - (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 400) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", _x + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower15" in Symbol 245 MovieClip Frame 20
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 21
stop();
Instance of Symbol 232 MovieClip "fort6" in Symbol 245 MovieClip Frame 21
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 232 MovieClip "fort5" in Symbol 245 MovieClip Frame 21
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 203 MovieClip "tower16" in Symbol 245 MovieClip Frame 21
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower17" in Symbol 245 MovieClip Frame 21
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower16" in Symbol 245 MovieClip Frame 21
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 22
stop();
Instance of Symbol 223 MovieClip "cat8" in Symbol 245 MovieClip Frame 22
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Instance of Symbol 223 MovieClip "cat9" in Symbol 245 MovieClip Frame 22
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Instance of Symbol 203 MovieClip "tower18" in Symbol 245 MovieClip Frame 22
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 23
stop();
Instance of Symbol 232 MovieClip "fort7" in Symbol 245 MovieClip Frame 23
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 196 MovieClip "mid13" in Symbol 245 MovieClip Frame 23
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid14" in Symbol 245 MovieClip Frame 23
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid16" in Symbol 245 MovieClip Frame 23
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid15" in Symbol 245 MovieClip Frame 23
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Symbol 245 MovieClip Frame 24
stop();
Instance of Symbol 203 MovieClip "tower21" in Symbol 245 MovieClip Frame 24
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower23" in Symbol 245 MovieClip Frame 24
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower22" in Symbol 245 MovieClip Frame 24
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower20" in Symbol 245 MovieClip Frame 24
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower19" in Symbol 245 MovieClip Frame 24
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 245 MovieClip Frame 25
stop();
Instance of Symbol 244 MovieClip "cast2" in Symbol 245 MovieClip Frame 25
onClipEvent (load) { timer = 11; smash = false; frames = 8; height = _height; width = _width; protimer = 30; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(5, (parent._x + _x) - (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 500) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", _x + (width / 2), 200, 1); } } } }
Instance of Symbol 232 MovieClip "fort7" in Symbol 245 MovieClip Frame 25
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 203 MovieClip "tower23" in Symbol 245 MovieClip Frame 25
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); _root.gotoAndStop(9); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 550) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 246 MovieClip Frame 1
stop();
Instance of Symbol 189 MovieClip "small26" in Symbol 246 MovieClip Frame 1
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small25" in Symbol 246 MovieClip Frame 1
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 2
stop();
Instance of Symbol 189 MovieClip "small29" in Symbol 246 MovieClip Frame 2
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small27" in Symbol 246 MovieClip Frame 2
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small28" in Symbol 246 MovieClip Frame 2
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid79" in Symbol 246 MovieClip Frame 2
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 3
stop();
Instance of Symbol 189 MovieClip "small30" in Symbol 246 MovieClip Frame 3
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid30" in Symbol 246 MovieClip Frame 3
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 4
stop();
Instance of Symbol 196 MovieClip "mid32" in Symbol 246 MovieClip Frame 4
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid31" in Symbol 246 MovieClip Frame 4
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 203 MovieClip "tower30" in Symbol 246 MovieClip Frame 4
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 246 MovieClip Frame 5
stop();
Instance of Symbol 196 MovieClip "mid33" in Symbol 246 MovieClip Frame 5
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 6
stop();
Instance of Symbol 203 MovieClip "tower31" in Symbol 246 MovieClip Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 196 MovieClip "mid809" in Symbol 246 MovieClip Frame 6
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 7
stop();
Instance of Symbol 189 MovieClip "small32" in Symbol 246 MovieClip Frame 7
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 189 MovieClip "small31" in Symbol 246 MovieClip Frame 7
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Instance of Symbol 203 MovieClip "tower32" in Symbol 246 MovieClip Frame 7
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 246 MovieClip Frame 8
stop();
Instance of Symbol 212 MovieClip "big30" in Symbol 246 MovieClip Frame 8
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Instance of Symbol 212 MovieClip "big31" in Symbol 246 MovieClip Frame 8
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 9
stop();
Instance of Symbol 203 MovieClip "tower34" in Symbol 246 MovieClip Frame 9
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower33" in Symbol 246 MovieClip Frame 9
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 189 MovieClip "small33" in Symbol 246 MovieClip Frame 9
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 10
stop();
Instance of Symbol 223 MovieClip "cat30" in Symbol 246 MovieClip Frame 10
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Instance of Symbol 212 MovieClip "big32" in Symbol 246 MovieClip Frame 10
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 11
stop();
Instance of Symbol 203 MovieClip "tower35" in Symbol 246 MovieClip Frame 11
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 212 MovieClip "big34" in Symbol 246 MovieClip Frame 11
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Instance of Symbol 212 MovieClip "big33" in Symbol 246 MovieClip Frame 11
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 12
stop();
Instance of Symbol 232 MovieClip "fort30" in Symbol 246 MovieClip Frame 12
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 196 MovieClip "mid56i859" in Symbol 246 MovieClip Frame 12
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 13
stop();
Instance of Symbol 196 MovieClip "mid35" in Symbol 246 MovieClip Frame 13
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Instance of Symbol 196 MovieClip "mid34" in Symbol 246 MovieClip Frame 13
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 14
stop();
Instance of Symbol 223 MovieClip "cat32" in Symbol 246 MovieClip Frame 14
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Instance of Symbol 223 MovieClip "cat31" in Symbol 246 MovieClip Frame 14
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Symbol 246 MovieClip Frame 15
stop();
Instance of Symbol 203 MovieClip "tower36" in Symbol 246 MovieClip Frame 15
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower35" in Symbol 246 MovieClip Frame 15
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 189 MovieClip "small34" in Symbol 246 MovieClip Frame 15
onClipEvent (load) { timer = 11; smash = false; frames = 2; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(1, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 16
stop();
Instance of Symbol 232 MovieClip "fort36" in Symbol 246 MovieClip Frame 16
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 232 MovieClip "fort35" in Symbol 246 MovieClip Frame 16
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Symbol 246 MovieClip Frame 17
stop();
Instance of Symbol 212 MovieClip "big37" in Symbol 246 MovieClip Frame 17
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Instance of Symbol 212 MovieClip "big36" in Symbol 246 MovieClip Frame 17
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Instance of Symbol 212 MovieClip "big35" in Symbol 246 MovieClip Frame 17
onClipEvent (load) { timer = 11; smash = false; frames = 4; height = _height; width = _width; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(3, _x + (width / 2), _parent); } } } }
Symbol 246 MovieClip Frame 18
stop();
Instance of Symbol 244 MovieClip "cast5" in Symbol 246 MovieClip Frame 18
onClipEvent (load) { timer = 11; smash = false; frames = 8; height = _height; width = _width; protimer = 30; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(5, (parent._x + _x) - (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 500) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", _x + (width / 2), 200, 1); } } } }
Symbol 246 MovieClip Frame 19
stop();
Instance of Symbol 203 MovieClip "tower37" in Symbol 246 MovieClip Frame 19
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 246 MovieClip Frame 20
stop();
Instance of Symbol 203 MovieClip "tower39" in Symbol 246 MovieClip Frame 20
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower39" in Symbol 246 MovieClip Frame 20
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower38" in Symbol 246 MovieClip Frame 20
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 246 MovieClip Frame 21
stop();
Instance of Symbol 232 MovieClip "fort37" in Symbol 246 MovieClip Frame 21
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 203 MovieClip "tower41" in Symbol 246 MovieClip Frame 21
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower40" in Symbol 246 MovieClip Frame 21
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 246 MovieClip Frame 22
stop();
Instance of Symbol 223 MovieClip "cat36" in Symbol 246 MovieClip Frame 22
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Instance of Symbol 223 MovieClip "cat34" in Symbol 246 MovieClip Frame 22
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Instance of Symbol 223 MovieClip "cat33" in Symbol 246 MovieClip Frame 22
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Symbol 246 MovieClip Frame 23
stop();
Instance of Symbol 232 MovieClip "fort39" in Symbol 246 MovieClip Frame 23
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 232 MovieClip "fort38" in Symbol 246 MovieClip Frame 23
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 223 MovieClip "cat35" in Symbol 246 MovieClip Frame 23
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protime = 20; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop (3); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 450) { protime--; if (protime <= 0) { protime = 90; _root.projectile("rock", (_parent._x + _x) + (width / 2), 250, 1); gotoAndStop (2); } } } }
Symbol 246 MovieClip Frame 24
stop();
Instance of Symbol 232 MovieClip "fort45" in Symbol 246 MovieClip Frame 24
onClipEvent (load) { timer = 11; smash = false; frames = 6; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(4, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 60; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 250, 1); } } } }
Instance of Symbol 203 MovieClip "tower48" in Symbol 246 MovieClip Frame 24
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Instance of Symbol 203 MovieClip "tower45" in Symbol 246 MovieClip Frame 24
onClipEvent (load) { timer = 11; smash = false; frames = 3; height = _height; width = _width; protimer = 60; } on (press) { if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < (100 + _width)) { if (_root.troll.overide == false) { smash = true; _root.troll.overide = true; _root.scrolling = false; _root.troll.gotoAndStop(2); } } } } onClipEvent (enterFrame) { if (smash == true) { timer--; if (timer <= 0) { gotoAndStop(_currentframe + 1); _root.sounds.smash.start(); timer = 11; smash = false; bricks = _root.attachMovie("bricks", "bricks", 10000); bricks._x = ((_parent._x + _x) + (width / 2)) - 40; bricks._y = _y + 20; dust = _root.attachMovie("dust", "dust", 10001); dust._x = ((_parent._x + _x) + (width / 2)) - 40; dust._y = _y + 10; if (_currentframe == frames) { _root.sounds.collapse.start(); boom = _root.attachMovie("groundboom", "boom", 10002); boom._x = (_parent._x + _x) + (width / 2); boom._y = _y + height; _root.coins(2, _x + (width / 2), _parent); } } } if (_currentframe != frames) { if ((_root.troll._x - (_parent._x + _x)) < 350) { protime--; if (protime <= 0) { protime = 90; _root.projectile("arrow", (_parent._x + _x) + (width / 2), 200, 1); } } } }
Symbol 262 MovieClip Frame 15
_parent.overide = false; _parent.gotoAndStop(1);
Symbol 304 MovieClip Frame 31
_parent.jump = false; _parent.gotoAndStop(1);
Symbol 305 MovieClip Frame 1
stop();
Symbol 305 MovieClip Frame 2
stop();
Symbol 305 MovieClip Frame 3
stop();
Symbol 305 MovieClip Frame 4
stop();
Symbol 305 MovieClip Frame 5
stop();

Library Items

Symbol 1 Sound [smash]
Symbol 2 Sound [music]
Symbol 3 Sound [levelup]
Symbol 4 Sound [hit]
Symbol 5 Sound [collapse]
Symbol 6 Sound [coincollect]
Symbol 7 Sound [arrowshot]
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:10 103
Symbol 10 MovieClip [rock]Uses:9
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:13
Symbol 13 MovieClipUses:12Used by:14
Symbol 14 MovieClip [arrow]Uses:13
Symbol 15 GraphicUsed by:26
Symbol 16 GraphicUsed by:26
Symbol 17 GraphicUsed by:26
Symbol 18 GraphicUsed by:26
Symbol 19 GraphicUsed by:26
Symbol 20 GraphicUsed by:26
Symbol 21 GraphicUsed by:26
Symbol 22 GraphicUsed by:26
Symbol 23 GraphicUsed by:26
Symbol 24 GraphicUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClip [groundboom]Uses:15 16 17 18 19 20 21 22 23 24 25
Symbol 27 GraphicUsed by:32
Symbol 28 GraphicUsed by:32
Symbol 29 GraphicUsed by:32
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClip [bricks]Uses:27 28 29 30 31
Symbol 33 GraphicUsed by:41
Symbol 34 GraphicUsed by:41
Symbol 35 GraphicUsed by:41
Symbol 36 GraphicUsed by:41
Symbol 37 GraphicUsed by:41
Symbol 38 GraphicUsed by:41
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClip [dust]Uses:33 34 35 36 37 38 39 40
Symbol 42 GraphicUsed by:51
Symbol 43 GraphicUsed by:51
Symbol 44 GraphicUsed by:51
Symbol 45 GraphicUsed by:51
Symbol 46 GraphicUsed by:51
Symbol 47 GraphicUsed by:51
Symbol 48 GraphicUsed by:51
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:42 43 44 45 46 47 48 49 50Used by:52
Symbol 52 MovieClip [coin]Uses:51
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:65
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:65
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:65
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:65
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:65
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:65
Symbol 65 MovieClipUses:54 56 58 60 62 64Used by:66
Symbol 66 MovieClip [man]Uses:65
Symbol 67 GraphicUsed by:74
Symbol 68 GraphicUsed by:74
Symbol 69 GraphicUsed by:74
Symbol 70 GraphicUsed by:74
Symbol 71 GraphicUsed by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClip [splat]Uses:67 68 69 70 71 72 73
Symbol 75 GraphicUsed by:95
Symbol 76 MovieClipUsed by:95
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:95
Symbol 79 GraphicUsed by:83
Symbol 80 FontUsed by:81 82
Symbol 81 TextUses:80Used by:83
Symbol 82 TextUses:80Used by:83
Symbol 83 MovieClipUses:79 81 82Used by:93 136
Symbol 84 GraphicUsed by:93 136
Symbol 85 GraphicUsed by:93 136
Symbol 86 GraphicUsed by:93 136
Symbol 87 GraphicUsed by:93 136
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:93 136
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:93 136
Symbol 92 GraphicUsed by:93 136
Symbol 93 MovieClipUses:83 84 85 86 87 89 91 92Used by:95  Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:75 76 78 93 94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:103
Symbol 101 FontUsed by:102 142 143 144 148 152 311 313 317 327 329
Symbol 102 TextUses:101Used by:103
Symbol 103 MovieClipUses:100 102 9Used by:Timeline
Symbol 104 GraphicUsed by:136
Symbol 105 GraphicUsed by:136
Symbol 106 GraphicUsed by:136
Symbol 107 GraphicUsed by:136
Symbol 108 GraphicUsed by:136
Symbol 109 GraphicUsed by:136
Symbol 110 GraphicUsed by:136
Symbol 111 GraphicUsed by:136
Symbol 112 GraphicUsed by:136
Symbol 113 SoundUsed by:136
Symbol 114 GraphicUsed by:136
Symbol 115 GraphicUsed by:136
Symbol 116 GraphicUsed by:136
Symbol 117 GraphicUsed by:136
Symbol 118 ShapeTweeningUsed by:136
Symbol 119 GraphicUsed by:136
Symbol 120 GraphicUsed by:136
Symbol 121 GraphicUsed by:136
Symbol 122 GraphicUsed by:136
Symbol 123 GraphicUsed by:136
Symbol 124 GraphicUsed by:136
Symbol 125 GraphicUsed by:136
Symbol 126 GraphicUsed by:136
Symbol 127 ShapeTweeningUsed by:136
Symbol 128 ShapeTweeningUsed by:136
Symbol 129 ShapeTweeningUsed by:136
Symbol 130 GraphicUsed by:136
Symbol 131 GraphicUsed by:136
Symbol 132 GraphicUsed by:133
Symbol 133 ButtonUses:132Used by:136
Symbol 134 FontUsed by:135 138 140 312 319 320 321 322 323 324 325 328
Symbol 135 TextUses:134Used by:136
Symbol 136 MovieClipUses:84 85 86 87 89 91 92 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 83 129 130 131 133 135Used by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 TextUses:134Used by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 TextUses:134Used by:Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 TextUses:101Used by:Timeline
Symbol 143 TextUses:101Used by:Timeline
Symbol 144 TextUses:101Used by:147
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:147
Symbol 147 MovieClipUses:144 146Used by:Timeline
Symbol 148 TextUses:101Used by:151
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:151
Symbol 151 MovieClipUses:148 150Used by:Timeline
Symbol 152 TextUses:101Used by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:156
Symbol 156 MovieClipUses:155Used by:Timeline
Symbol 157 FontUsed by:158
Symbol 158 EditableTextUses:157Used by:Timeline
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:Timeline
Symbol 161 BitmapUsed by:162
Symbol 162 GraphicUses:161Used by:163
Symbol 163 MovieClipUses:162Used by:172 173
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:168
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:168
Symbol 168 MovieClipUses:165 167Used by:172 173
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:171
Symbol 171 MovieClipUses:170Used by:172 173
Symbol 172 MovieClipUses:163 168 171Used by:Timeline
Symbol 173 MovieClipUses:163 168 171Used by:Timeline
Symbol 174 GraphicUsed by:177
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:177
Symbol 177 MovieClipUses:174 176Used by:184
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178Used by:184
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:184
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:184
Symbol 184 MovieClipUses:177 179 181 183Used by:Timeline
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:189
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:189
Symbol 189 MovieClipUses:186 188Used by:245 246  Timeline
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:196
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:196
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:196
Symbol 196 MovieClipUses:191 193 195Used by:245 246  Timeline
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:203
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:203
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:203
Symbol 203 MovieClipUses:198 200 202Used by:245 246  Timeline
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:212
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:212
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:212
Symbol 210 BitmapUsed by:211
Symbol 211 GraphicUses:210Used by:212
Symbol 212 MovieClipUses:205 207 209 211Used by:245 246  Timeline
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:219 223
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:219
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:219
Symbol 219 MovieClipUses:214 216 218Used by:223
Symbol 220 BitmapUsed by:221
Symbol 221 GraphicUses:220Used by:222
Symbol 222 MovieClipUses:221Used by:223
Symbol 223 MovieClipUses:214 219 222Used by:245 246  Timeline
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:232
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:232
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:232
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:232
Symbol 232 MovieClipUses:225 227 229 231Used by:245 246  Timeline
Symbol 233 BitmapUsed by:234
Symbol 234 GraphicUses:233Used by:244
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:244
Symbol 237 BitmapUsed by:238 239
Symbol 238 GraphicUses:237Used by:244
Symbol 239 GraphicUses:237Used by:244
Symbol 240 BitmapUsed by:241
Symbol 241 GraphicUses:240Used by:244
Symbol 242 BitmapUsed by:243
Symbol 243 GraphicUses:242Used by:244
Symbol 244 MovieClipUses:234 236 238 239 241 243Used by:245 246  Timeline
Symbol 245 MovieClipUses:189 196 203 212 223 232 244Used by:Timeline
Symbol 246 MovieClipUses:189 196 203 212 223 232 244Used by:Timeline
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:249 262
Symbol 249 MovieClipUses:248Used by:305
Symbol 250 BitmapUsed by:251
Symbol 251 GraphicUses:250Used by:262
Symbol 252 BitmapUsed by:253
Symbol 253 GraphicUses:252Used by:262
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:254Used by:262
Symbol 256 BitmapUsed by:257
Symbol 257 GraphicUses:256Used by:262
Symbol 258 BitmapUsed by:259
Symbol 259 GraphicUses:258Used by:262
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:262
Symbol 262 MovieClipUses:248 251 253 255 257 259 261Used by:305
Symbol 263 BitmapUsed by:264
Symbol 264 GraphicUses:263Used by:287
Symbol 265 BitmapUsed by:266
Symbol 266 GraphicUses:265Used by:287
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:287
Symbol 269 BitmapUsed by:270
Symbol 270 GraphicUses:269Used by:287
Symbol 271 BitmapUsed by:272
Symbol 272 GraphicUses:271Used by:287
Symbol 273 BitmapUsed by:274
Symbol 274 GraphicUses:273Used by:287
Symbol 275 BitmapUsed by:276
Symbol 276 GraphicUses:275Used by:287
Symbol 277 BitmapUsed by:278
Symbol 278 GraphicUses:277Used by:287
Symbol 279 BitmapUsed by:280
Symbol 280 GraphicUses:279Used by:287
Symbol 281 BitmapUsed by:282
Symbol 282 GraphicUses:281Used by:287
Symbol 283 BitmapUsed by:284
Symbol 284 GraphicUses:283Used by:287
Symbol 285 BitmapUsed by:286
Symbol 286 GraphicUses:285Used by:287
Symbol 287 MovieClipUses:264 266 268 270 272 274 276 278 280 282 284 286Used by:305
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:288Used by:305
Symbol 290 GraphicUsed by:304
Symbol 291 GraphicUsed by:304
Symbol 292 GraphicUsed by:304
Symbol 293 GraphicUsed by:304
Symbol 294 GraphicUsed by:304
Symbol 295 GraphicUsed by:304
Symbol 296 GraphicUsed by:304
Symbol 297 GraphicUsed by:304
Symbol 298 GraphicUsed by:304
Symbol 299 GraphicUsed by:304
Symbol 300 GraphicUsed by:304
Symbol 301 GraphicUsed by:304
Symbol 302 GraphicUsed by:304
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:290 291 292 293 294 295 296 297 298 299 300 301 302 303Used by:305
Symbol 305 MovieClipUses:249 262 287 289 304Used by:Timeline
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:Timeline
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308Used by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 TextUses:101Used by:Timeline
Symbol 312 TextUses:134Used by:Timeline
Symbol 313 TextUses:101Used by:316
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:314Used by:316
Symbol 316 MovieClipUses:313 315Used by:Timeline
Symbol 317 EditableTextUses:101Used by:Timeline
Symbol 318 GraphicUsed by:Timeline
Symbol 319 TextUses:134Used by:Timeline
Symbol 320 TextUses:134Used by:Timeline
Symbol 321 TextUses:134Used by:Timeline
Symbol 322 TextUses:134Used by:Timeline
Symbol 323 TextUses:134Used by:Timeline
Symbol 324 TextUses:134Used by:Timeline
Symbol 325 TextUses:134Used by:Timeline
Symbol 326 GraphicUsed by:Timeline
Symbol 327 TextUses:101Used by:Timeline
Symbol 328 TextUses:134Used by:Timeline
Symbol 329 EditableTextUses:101Used by:Timeline

Instance Names

"pl"Frame 1Symbol 95 MovieClip
"mountainsbg"Frame 6Symbol 156 MovieClip
"coinsnum"Frame 6Symbol 158 EditableText
"coindisplay"Frame 6Symbol 160 MovieClip
"ground1"Frame 6Symbol 172 MovieClip
"ground2"Frame 6Symbol 173 MovieClip
"health"Frame 6Symbol 184 MovieClip
"buildings"Frame 6Symbol 245 MovieClip
"buildings2"Frame 6Symbol 246 MovieClip
"troll"Frame 6Symbol 305 MovieClip
"levelup"Frame 6Symbol 307 MovieClip
"cat1"Frame 6Symbol 223 MovieClip
"sounds"Frame 6Symbol 309 MovieClip
"gold"Frame 7Symbol 317 EditableText
"gold"Frame 9Symbol 329 EditableText
"ground1"Symbol 172 MovieClip Frame 1Symbol 163 MovieClip
"tree1"Symbol 172 MovieClip Frame 1Symbol 168 MovieClip
"tree2"Symbol 172 MovieClip Frame 1Symbol 168 MovieClip
"rock1"Symbol 172 MovieClip Frame 1Symbol 171 MovieClip
"tree1"Symbol 172 MovieClip Frame 2Symbol 168 MovieClip
"tree1"Symbol 172 MovieClip Frame 3Symbol 168 MovieClip
"tree1"Symbol 172 MovieClip Frame 3Symbol 168 MovieClip
"tree1"Symbol 172 MovieClip Frame 4Symbol 168 MovieClip
"rock1"Symbol 172 MovieClip Frame 4Symbol 171 MovieClip
"rock1"Symbol 172 MovieClip Frame 4Symbol 171 MovieClip
"tree1"Symbol 172 MovieClip Frame 6Symbol 168 MovieClip
"rock1"Symbol 172 MovieClip Frame 6Symbol 171 MovieClip
"tree1"Symbol 172 MovieClip Frame 7Symbol 168 MovieClip
"tree1"Symbol 172 MovieClip Frame 8Symbol 168 MovieClip
"tree1"Symbol 172 MovieClip Frame 10Symbol 168 MovieClip
"rock1"Symbol 172 MovieClip Frame 11Symbol 171 MovieClip
"rock1"Symbol 172 MovieClip Frame 11Symbol 171 MovieClip
"tree1"Symbol 172 MovieClip Frame 12Symbol 168 MovieClip
"rock1"Symbol 172 MovieClip Frame 12Symbol 171 MovieClip
"tree1"Symbol 172 MovieClip Frame 13Symbol 168 MovieClip
"tree1"Symbol 172 MovieClip Frame 13Symbol 168 MovieClip
"tree1"Symbol 172 MovieClip Frame 13Symbol 168 MovieClip
"rock1"Symbol 172 MovieClip Frame 14Symbol 171 MovieClip
"tree1"Symbol 172 MovieClip Frame 15Symbol 168 MovieClip
"ground2"Symbol 173 MovieClip Frame 1Symbol 163 MovieClip
"tree3"Symbol 173 MovieClip Frame 1Symbol 168 MovieClip
"rock1"Symbol 173 MovieClip Frame 2Symbol 171 MovieClip
"tree3"Symbol 173 MovieClip Frame 3Symbol 168 MovieClip
"tree3"Symbol 173 MovieClip Frame 3Symbol 168 MovieClip
"tree3"Symbol 173 MovieClip Frame 3Symbol 168 MovieClip
"tree3"Symbol 173 MovieClip Frame 5Symbol 168 MovieClip
"tree3"Symbol 173 MovieClip Frame 5Symbol 168 MovieClip
"rock1"Symbol 173 MovieClip Frame 5Symbol 171 MovieClip
"tree3"Symbol 173 MovieClip Frame 8Symbol 168 MovieClip
"tree3"Symbol 173 MovieClip Frame 8Symbol 168 MovieClip
"rock1"Symbol 173 MovieClip Frame 8Symbol 171 MovieClip
"tree3"Symbol 173 MovieClip Frame 10Symbol 168 MovieClip
"tree3"Symbol 173 MovieClip Frame 10Symbol 168 MovieClip
"tree3"Symbol 173 MovieClip Frame 10Symbol 168 MovieClip
"rock1"Symbol 173 MovieClip Frame 10Symbol 171 MovieClip
"tree3"Symbol 173 MovieClip Frame 12Symbol 168 MovieClip
"tree3"Symbol 173 MovieClip Frame 12Symbol 168 MovieClip
"rock1"Symbol 173 MovieClip Frame 12Symbol 171 MovieClip
"rock1"Symbol 173 MovieClip Frame 12Symbol 171 MovieClip
"rock1"Symbol 173 MovieClip Frame 15Symbol 171 MovieClip
"rock1"Symbol 173 MovieClip Frame 15Symbol 171 MovieClip
"rock1"Symbol 173 MovieClip Frame 15Symbol 171 MovieClip
"healthbar"Symbol 184 MovieClip Frame 1Symbol 179 MovieClip
"small1"Symbol 245 MovieClip Frame 1Symbol 189 MovieClip
"small3"Symbol 245 MovieClip Frame 2Symbol 189 MovieClip
"small2"Symbol 245 MovieClip Frame 2Symbol 189 MovieClip
"mid1"Symbol 245 MovieClip Frame 2Symbol 196 MovieClip
"tower1"Symbol 245 MovieClip Frame 2Symbol 203 MovieClip
"small4"Symbol 245 MovieClip Frame 3Symbol 189 MovieClip
"mid2"Symbol 245 MovieClip Frame 3Symbol 196 MovieClip
"tower2"Symbol 245 MovieClip Frame 3Symbol 203 MovieClip
"small6"Symbol 245 MovieClip Frame 4Symbol 189 MovieClip
"small5"Symbol 245 MovieClip Frame 4Symbol 189 MovieClip
"tower3"Symbol 245 MovieClip Frame 4Symbol 203 MovieClip
"big1"Symbol 245 MovieClip Frame 5Symbol 212 MovieClip
"mid3"Symbol 245 MovieClip Frame 5Symbol 196 MovieClip
"big2"Symbol 245 MovieClip Frame 6Symbol 212 MovieClip
"small7"Symbol 245 MovieClip Frame 6Symbol 189 MovieClip
"tower4"Symbol 245 MovieClip Frame 6Symbol 203 MovieClip
"cat1"Symbol 245 MovieClip Frame 7Symbol 223 MovieClip
"small8"Symbol 245 MovieClip Frame 7Symbol 189 MovieClip
"tower7"Symbol 245 MovieClip Frame 8Symbol 203 MovieClip
"tower6"Symbol 245 MovieClip Frame 8Symbol 203 MovieClip
"tower5"Symbol 245 MovieClip Frame 8Symbol 203 MovieClip
"mid4"Symbol 245 MovieClip Frame 9Symbol 196 MovieClip
"mid5"Symbol 245 MovieClip Frame 9Symbol 196 MovieClip
"cat2"Symbol 245 MovieClip Frame 9Symbol 223 MovieClip
"big3"Symbol 245 MovieClip Frame 10Symbol 212 MovieClip
"cat3"Symbol 245 MovieClip Frame 10Symbol 223 MovieClip
"mid6"Symbol 245 MovieClip Frame 11Symbol 196 MovieClip
"mid7"Symbol 245 MovieClip Frame 11Symbol 196 MovieClip
"mid8"Symbol 245 MovieClip Frame 11Symbol 196 MovieClip
"tower8"Symbol 245 MovieClip Frame 11Symbol 203 MovieClip
"tower9"Symbol 245 MovieClip Frame 11Symbol 203 MovieClip
"tower10"Symbol 245 MovieClip Frame 11Symbol 203 MovieClip
"fort1"Symbol 245 MovieClip Frame 12Symbol 232 MovieClip
"cat4"Symbol 245 MovieClip Frame 12Symbol 223 MovieClip
"big5"Symbol 245 MovieClip Frame 13Symbol 212 MovieClip
"big4"Symbol 245 MovieClip Frame 13Symbol 212 MovieClip
"tower10"Symbol 245 MovieClip Frame 13Symbol 203 MovieClip
"mid10"Symbol 245 MovieClip Frame 14Symbol 196 MovieClip
"mid9"Symbol 245 MovieClip Frame 14Symbol 196 MovieClip
"fort2"Symbol 245 MovieClip Frame 14Symbol 232 MovieClip
"fort3"Symbol 245 MovieClip Frame 15Symbol 232 MovieClip
"tower11"Symbol 245 MovieClip Frame 15Symbol 203 MovieClip
"tower12"Symbol 245 MovieClip Frame 15Symbol 203 MovieClip
"cat7"Symbol 245 MovieClip Frame 16Symbol 223 MovieClip
"cat6"Symbol 245 MovieClip Frame 16Symbol 223 MovieClip
"cat5"Symbol 245 MovieClip Frame 16Symbol 223 MovieClip
"fort4"Symbol 245 MovieClip Frame 17Symbol 232 MovieClip
"fort3"Symbol 245 MovieClip Frame 17Symbol 232 MovieClip
"small15"Symbol 245 MovieClip Frame 18Symbol 189 MovieClip
"small14"Symbol 245 MovieClip Frame 18Symbol 189 MovieClip
"small13"Symbol 245 MovieClip Frame 18Symbol 189 MovieClip
"small12"Symbol 245 MovieClip Frame 18Symbol 189 MovieClip
"small11"Symbol 245 MovieClip Frame 18Symbol 189 MovieClip
"small10"Symbol 245 MovieClip Frame 18Symbol 189 MovieClip
"small9"Symbol 245 MovieClip Frame 18Symbol 189 MovieClip
"small16"Symbol 245 MovieClip Frame 18Symbol 189 MovieClip
"mid11"Symbol 245 MovieClip Frame 19Symbol 196 MovieClip
"mid12"Symbol 245 MovieClip Frame 19Symbol 196 MovieClip
"tower13"Symbol 245 MovieClip Frame 19Symbol 203 MovieClip
"tower14"Symbol 245 MovieClip Frame 19Symbol 203 MovieClip
"cast1"Symbol 245 MovieClip Frame 20Symbol 244 MovieClip
"tower15"Symbol 245 MovieClip Frame 20Symbol 203 MovieClip
"fort6"Symbol 245 MovieClip Frame 21Symbol 232 MovieClip
"fort5"Symbol 245 MovieClip Frame 21Symbol 232 MovieClip
"tower16"Symbol 245 MovieClip Frame 21Symbol 203 MovieClip
"tower17"Symbol 245 MovieClip Frame 21Symbol 203 MovieClip
"tower16"Symbol 245 MovieClip Frame 21Symbol 203 MovieClip
"cat8"Symbol 245 MovieClip Frame 22Symbol 223 MovieClip
"cat9"Symbol 245 MovieClip Frame 22Symbol 223 MovieClip
"tower18"Symbol 245 MovieClip Frame 22Symbol 203 MovieClip
"fort7"Symbol 245 MovieClip Frame 23Symbol 232 MovieClip
"mid13"Symbol 245 MovieClip Frame 23Symbol 196 MovieClip
"mid14"Symbol 245 MovieClip Frame 23Symbol 196 MovieClip
"mid16"Symbol 245 MovieClip Frame 23Symbol 196 MovieClip
"mid15"Symbol 245 MovieClip Frame 23Symbol 196 MovieClip
"tower21"Symbol 245 MovieClip Frame 24Symbol 203 MovieClip
"tower23"Symbol 245 MovieClip Frame 24Symbol 203 MovieClip
"tower22"Symbol 245 MovieClip Frame 24Symbol 203 MovieClip
"tower20"Symbol 245 MovieClip Frame 24Symbol 203 MovieClip
"tower19"Symbol 245 MovieClip Frame 24Symbol 203 MovieClip
"cast2"Symbol 245 MovieClip Frame 25Symbol 244 MovieClip
"fort7"Symbol 245 MovieClip Frame 25Symbol 232 MovieClip
"tower23"Symbol 245 MovieClip Frame 25Symbol 203 MovieClip
"small26"Symbol 246 MovieClip Frame 1Symbol 189 MovieClip
"small25"Symbol 246 MovieClip Frame 1Symbol 189 MovieClip
"small29"Symbol 246 MovieClip Frame 2Symbol 189 MovieClip
"small27"Symbol 246 MovieClip Frame 2Symbol 189 MovieClip
"small28"Symbol 246 MovieClip Frame 2Symbol 189 MovieClip
"mid79"Symbol 246 MovieClip Frame 2Symbol 196 MovieClip
"small30"Symbol 246 MovieClip Frame 3Symbol 189 MovieClip
"mid30"Symbol 246 MovieClip Frame 3Symbol 196 MovieClip
"mid32"Symbol 246 MovieClip Frame 4Symbol 196 MovieClip
"mid31"Symbol 246 MovieClip Frame 4Symbol 196 MovieClip
"tower30"Symbol 246 MovieClip Frame 4Symbol 203 MovieClip
"mid33"Symbol 246 MovieClip Frame 5Symbol 196 MovieClip
"tower31"Symbol 246 MovieClip Frame 6Symbol 203 MovieClip
"mid809"Symbol 246 MovieClip Frame 6Symbol 196 MovieClip
"small32"Symbol 246 MovieClip Frame 7Symbol 189 MovieClip
"small31"Symbol 246 MovieClip Frame 7Symbol 189 MovieClip
"tower32"Symbol 246 MovieClip Frame 7Symbol 203 MovieClip
"big30"Symbol 246 MovieClip Frame 8Symbol 212 MovieClip
"big31"Symbol 246 MovieClip Frame 8Symbol 212 MovieClip
"tower34"Symbol 246 MovieClip Frame 9Symbol 203 MovieClip
"tower33"Symbol 246 MovieClip Frame 9Symbol 203 MovieClip
"small33"Symbol 246 MovieClip Frame 9Symbol 189 MovieClip
"cat30"Symbol 246 MovieClip Frame 10Symbol 223 MovieClip
"big32"Symbol 246 MovieClip Frame 10Symbol 212 MovieClip
"tower35"Symbol 246 MovieClip Frame 11Symbol 203 MovieClip
"big34"Symbol 246 MovieClip Frame 11Symbol 212 MovieClip
"big33"Symbol 246 MovieClip Frame 11Symbol 212 MovieClip
"fort30"Symbol 246 MovieClip Frame 12Symbol 232 MovieClip
"mid56i859"Symbol 246 MovieClip Frame 12Symbol 196 MovieClip
"mid35"Symbol 246 MovieClip Frame 13Symbol 196 MovieClip
"mid34"Symbol 246 MovieClip Frame 13Symbol 196 MovieClip
"cat32"Symbol 246 MovieClip Frame 14Symbol 223 MovieClip
"cat31"Symbol 246 MovieClip Frame 14Symbol 223 MovieClip
"tower36"Symbol 246 MovieClip Frame 15Symbol 203 MovieClip
"tower35"Symbol 246 MovieClip Frame 15Symbol 203 MovieClip
"small34"Symbol 246 MovieClip Frame 15Symbol 189 MovieClip
"fort36"Symbol 246 MovieClip Frame 16Symbol 232 MovieClip
"fort35"Symbol 246 MovieClip Frame 16Symbol 232 MovieClip
"big37"Symbol 246 MovieClip Frame 17Symbol 212 MovieClip
"big36"Symbol 246 MovieClip Frame 17Symbol 212 MovieClip
"big35"Symbol 246 MovieClip Frame 17Symbol 212 MovieClip
"cast5"Symbol 246 MovieClip Frame 18Symbol 244 MovieClip
"tower37"Symbol 246 MovieClip Frame 19Symbol 203 MovieClip
"tower39"Symbol 246 MovieClip Frame 20Symbol 203 MovieClip
"tower39"Symbol 246 MovieClip Frame 20Symbol 203 MovieClip
"tower38"Symbol 246 MovieClip Frame 20Symbol 203 MovieClip
"fort37"Symbol 246 MovieClip Frame 21Symbol 232 MovieClip
"tower41"Symbol 246 MovieClip Frame 21Symbol 203 MovieClip
"tower40"Symbol 246 MovieClip Frame 21Symbol 203 MovieClip
"cat36"Symbol 246 MovieClip Frame 22Symbol 223 MovieClip
"cat34"Symbol 246 MovieClip Frame 22Symbol 223 MovieClip
"cat33"Symbol 246 MovieClip Frame 22Symbol 223 MovieClip
"fort39"Symbol 246 MovieClip Frame 23Symbol 232 MovieClip
"fort38"Symbol 246 MovieClip Frame 23Symbol 232 MovieClip
"cat35"Symbol 246 MovieClip Frame 23Symbol 223 MovieClip
"fort45"Symbol 246 MovieClip Frame 24Symbol 232 MovieClip
"tower48"Symbol 246 MovieClip Frame 24Symbol 203 MovieClip
"tower45"Symbol 246 MovieClip Frame 24Symbol 203 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "smash"
ExportAssets (56)Timeline Frame 1Symbol 2 as "music"
ExportAssets (56)Timeline Frame 1Symbol 3 as "levelup"
ExportAssets (56)Timeline Frame 1Symbol 4 as "hit"
ExportAssets (56)Timeline Frame 1Symbol 5 as "collapse"
ExportAssets (56)Timeline Frame 1Symbol 6 as "coincollect"
ExportAssets (56)Timeline Frame 1Symbol 7 as "arrowshot"
ExportAssets (56)Timeline Frame 1Symbol 10 as "rock"
ExportAssets (56)Timeline Frame 1Symbol 14 as "arrow"
ExportAssets (56)Timeline Frame 1Symbol 26 as "groundboom"
ExportAssets (56)Timeline Frame 1Symbol 32 as "bricks"
ExportAssets (56)Timeline Frame 1Symbol 41 as "dust"
ExportAssets (56)Timeline Frame 1Symbol 52 as "coin"
ExportAssets (56)Timeline Frame 1Symbol 66 as "man"
ExportAssets (56)Timeline Frame 1Symbol 74 as "splat"

Dynamic Text Variables

coinsnumSymbol 158 EditableText""




http://swfchan.com/15/73405/info.shtml
Created: 8/4 -2019 06:52:52 Last modified: 8/4 -2019 06:52:52 Server time: 18/05 -2024 06:16:55