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 89 MovieClip "pl" in Frame 1
onClipEvent (load) {
_root.stop();
}
Instance of Symbol 91 MovieClip in Frame 1
onClipEvent (load) {
this.startDrag(true);
}
onClipEvent (enterFrame) {
Mouse.hide();
}
Frame 2
stop();
Instance of Symbol 97 MovieClip in Frame 2
on (press) {
_root.gotoAndStop(3);
}
Frame 3
stop();
Instance of Symbol 97 MovieClip in Frame 3
on (press) {
_root.gotoAndStop(4);
}
Frame 4
stop();
Instance of Symbol 97 MovieClip in Frame 4
on (press) {
_root.gotoAndStop(5);
}
Frame 5
stop();
Instance of Symbol 127 MovieClip in Frame 5
on (press) {
_root.gotoAndStop(6);
}
Instance of Symbol 131 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 140 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 152 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 153 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 225 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 226 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 285 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 176 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 192 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 212 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 224 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 183 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 169 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 287 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 203 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 289 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 296 MovieClip "againbtn" in Frame 7
on (press) {
_root.gotoAndStop(5);
}
Frame 8
stop();
Instance of Symbol 127 MovieClip in Frame 8
on (press) {
_root.gotoAndStop(6);
}
Frame 9
gold.text = _root.goldnum;
Instance of Symbol 296 MovieClip "againbtn" in Frame 9
on (press) {
_root.gotoAndStop(5);
}
Instance of Symbol 83 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = 0.6;
_width = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 275);
}
Symbol 87 MovieClip Frame 1
this.onRelease = function () {
getURL ("http://www.gamesofgondor.com", "_blank");
};
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 116 MovieClip Frame 177
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 2
stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 2
stop();
Symbol 152 MovieClip Frame 3
stop();
Symbol 152 MovieClip Frame 4
stop();
Symbol 152 MovieClip Frame 5
stop();
Symbol 152 MovieClip Frame 6
stop();
Symbol 152 MovieClip Frame 7
stop();
Symbol 152 MovieClip Frame 8
stop();
Symbol 152 MovieClip Frame 9
stop();
Symbol 152 MovieClip Frame 10
stop();
Symbol 152 MovieClip Frame 11
stop();
Symbol 152 MovieClip Frame 12
stop();
Symbol 152 MovieClip Frame 13
stop();
Symbol 152 MovieClip Frame 14
stop();
Symbol 152 MovieClip Frame 15
stop();
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 2
stop();
Symbol 153 MovieClip Frame 3
stop();
Symbol 153 MovieClip Frame 4
stop();
Symbol 153 MovieClip Frame 5
stop();
Symbol 153 MovieClip Frame 6
stop();
Symbol 153 MovieClip Frame 7
stop();
Symbol 153 MovieClip Frame 8
stop();
Symbol 153 MovieClip Frame 9
stop();
Symbol 153 MovieClip Frame 10
stop();
Symbol 153 MovieClip Frame 11
stop();
Symbol 153 MovieClip Frame 12
stop();
Symbol 153 MovieClip Frame 13
stop();
Symbol 153 MovieClip Frame 14
stop();
Symbol 153 MovieClip Frame 15
stop();
Instance of Symbol 159 MovieClip "healthbar" in Symbol 164 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_height >= 100) {
_root.gotoAndStop(7);
}
}
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 2
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 2
stop();
Symbol 176 MovieClip Frame 3
stop();
Symbol 183 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 2
stop();
Symbol 183 MovieClip Frame 3
stop();
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 2
stop();
Symbol 192 MovieClip Frame 3
stop();
Symbol 192 MovieClip Frame 4
stop();
Symbol 199 MovieClip Frame 16
_parent.gotoAndStop(1);
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 212 MovieClip Frame 5
stop();
Symbol 212 MovieClip Frame 6
stop();
Symbol 224 MovieClip Frame 1
stop();
Symbol 224 MovieClip Frame 2
stop();
Symbol 224 MovieClip Frame 3
stop();
Symbol 224 MovieClip Frame 4
stop();
Symbol 224 MovieClip Frame 5
stop();
Symbol 224 MovieClip Frame 6
stop();
Symbol 224 MovieClip Frame 7
stop();
Symbol 224 MovieClip Frame 8
stop();
Symbol 225 MovieClip Frame 1
stop();
Instance of Symbol 169 MovieClip "small1" in Symbol 225 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 225 MovieClip Frame 2
stop();
Instance of Symbol 169 MovieClip "small3" in Symbol 225 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 169 MovieClip "small2" in Symbol 225 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 176 MovieClip "mid1" in Symbol 225 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 183 MovieClip "tower1" in Symbol 225 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 225 MovieClip Frame 3
!!!ERROR
Instance of Symbol 169 MovieClip "small4" in Symbol 225 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 176 MovieClip "mid2" in Symbol 225 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 183 MovieClip "tower2" in Symbol 225 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 225 MovieClip Frame 4
!!!ERROR
Instance of Symbol 169 MovieClip "small6" in Symbol 225 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 169 MovieClip "small5" in Symbol 225 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 183 MovieClip "tower3" in Symbol 225 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 225 MovieClip Frame 5
!!!ERROR
Instance of Symbol 192 MovieClip "big1" in Symbol 225 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 176 MovieClip "mid3" in Symbol 225 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 225 MovieClip Frame 6
!!!ERROR
Instance of Symbol 192 MovieClip "big2" in Symbol 225 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 169 MovieClip "small7" in Symbol 225 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 183 MovieClip "tower4" in Symbol 225 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 225 MovieClip Frame 7
!!!ERROR
Instance of Symbol 203 MovieClip "cat1" in Symbol 225 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 169 MovieClip "small8" in Symbol 225 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 225 MovieClip Frame 8
!!!ERROR
Instance of Symbol 183 MovieClip "tower7" in Symbol 225 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 183 MovieClip "tower6" in Symbol 225 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 183 MovieClip "tower5" in Symbol 225 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 225 MovieClip Frame 9
!!!ERROR
Instance of Symbol 176 MovieClip "mid4" in Symbol 225 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 176 MovieClip "mid5" in Symbol 225 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 203 MovieClip "cat2" in Symbol 225 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 225 MovieClip Frame 10
!!!ERROR
Instance of Symbol 192 MovieClip "big3" in Symbol 225 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 203 MovieClip "cat3" in Symbol 225 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 225 MovieClip Frame 11
!!!ERROR
Instance of Symbol 176 MovieClip "mid6" in Symbol 225 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 176 MovieClip "mid7" in Symbol 225 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 176 MovieClip "mid8" in Symbol 225 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 183 MovieClip "tower8" in Symbol 225 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 183 MovieClip "tower9" in Symbol 225 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 183 MovieClip "tower10" in Symbol 225 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 225 MovieClip Frame 12
!!!ERROR
Instance of Symbol 212 MovieClip "fort1" in Symbol 225 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 203 MovieClip "cat4" in Symbol 225 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 225 MovieClip Frame 13
!!!ERROR
Instance of Symbol 192 MovieClip "big5" in Symbol 225 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 192 MovieClip "big4" in Symbol 225 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 183 MovieClip "tower10" in Symbol 225 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 225 MovieClip Frame 14
!!!ERROR
Instance of Symbol 176 MovieClip "mid10" in Symbol 225 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 176 MovieClip "mid9" in Symbol 225 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 212 MovieClip "fort2" in Symbol 225 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 225 MovieClip Frame 15
!!!ERROR
Instance of Symbol 212 MovieClip "fort3" in Symbol 225 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 183 MovieClip "tower11" in Symbol 225 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 183 MovieClip "tower12" in Symbol 225 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 225 MovieClip Frame 16
!!!ERROR
Instance of Symbol 203 MovieClip "cat7" in Symbol 225 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 203 MovieClip "cat6" in Symbol 225 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 203 MovieClip "cat5" in Symbol 225 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 225 MovieClip Frame 17
!!!ERROR
Instance of Symbol 212 MovieClip "fort4" in Symbol 225 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 212 MovieClip "fort3" in Symbol 225 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 225 MovieClip Frame 18
!!!ERROR
Instance of Symbol 169 MovieClip "small15" in Symbol 225 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 169 MovieClip "small14" in Symbol 225 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 169 MovieClip "small13" in Symbol 225 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 169 MovieClip "small12" in Symbol 225 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 169 MovieClip "small11" in Symbol 225 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 169 MovieClip "small10" in Symbol 225 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 169 MovieClip "small9" in Symbol 225 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 169 MovieClip "small16" in Symbol 225 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 225 MovieClip Frame 19
!!!ERROR
Instance of Symbol 176 MovieClip "mid11" in Symbol 225 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 176 MovieClip "mid12" in Symbol 225 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 183 MovieClip "tower13" in Symbol 225 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 183 MovieClip "tower14" in Symbol 225 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 225 MovieClip Frame 20
!!!ERROR
Instance of Symbol 224 MovieClip "cast1" in Symbol 225 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 183 MovieClip "tower15" in Symbol 225 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 225 MovieClip Frame 21
!!!ERROR
Instance of Symbol 212 MovieClip "fort6" in Symbol 225 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 212 MovieClip "fort5" in Symbol 225 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 183 MovieClip "tower16" in Symbol 225 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 183 MovieClip "tower17" in Symbol 225 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 183 MovieClip "tower16" in Symbol 225 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 225 MovieClip Frame 22
!!!ERROR
Instance of Symbol 203 MovieClip "cat8" in Symbol 225 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 "cat9" in Symbol 225 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 183 MovieClip "tower18" in Symbol 225 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 225 MovieClip Frame 23
!!!ERROR
Instance of Symbol 212 MovieClip "fort7" in Symbol 225 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 176 MovieClip "mid13" in Symbol 225 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 176 MovieClip "mid14" in Symbol 225 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 176 MovieClip "mid16" in Symbol 225 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 176 MovieClip "mid15" in Symbol 225 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 225 MovieClip Frame 24
!!!ERROR
Instance of Symbol 183 MovieClip "tower21" in Symbol 225 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 183 MovieClip "tower23" in Symbol 225 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 183 MovieClip "tower22" in Symbol 225 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 183 MovieClip "tower20" in Symbol 225 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 183 MovieClip "tower19" in Symbol 225 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 225 MovieClip Frame 25
!!!ERROR
Instance of Symbol 224 MovieClip "cast2" in Symbol 225 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 212 MovieClip "fort7" in Symbol 225 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 183 MovieClip "tower23" in Symbol 225 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 226 MovieClip Frame 1
!!!ERROR
Instance of Symbol 169 MovieClip "small26" in Symbol 226 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 169 MovieClip "small25" in Symbol 226 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 226 MovieClip Frame 2
!!!ERROR
Instance of Symbol 169 MovieClip "small29" in Symbol 226 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 169 MovieClip "small27" in Symbol 226 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 169 MovieClip "small28" in Symbol 226 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 176 MovieClip "mid79" in Symbol 226 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 226 MovieClip Frame 3
!!!ERROR
Instance of Symbol 169 MovieClip "small30" in Symbol 226 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 176 MovieClip "mid30" in Symbol 226 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 226 MovieClip Frame 4
!!!ERROR
Instance of Symbol 176 MovieClip "mid32" in Symbol 226 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 176 MovieClip "mid31" in Symbol 226 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 183 MovieClip "tower30" in Symbol 226 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 226 MovieClip Frame 5
!!!ERROR
Instance of Symbol 176 MovieClip "mid33" in Symbol 226 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 226 MovieClip Frame 6
!!!ERROR
Instance of Symbol 183 MovieClip "tower31" in Symbol 226 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 176 MovieClip "mid809" in Symbol 226 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 226 MovieClip Frame 7
!!!ERROR
Instance of Symbol 169 MovieClip "small32" in Symbol 226 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 169 MovieClip "small31" in Symbol 226 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 183 MovieClip "tower32" in Symbol 226 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 226 MovieClip Frame 8
!!!ERROR
Instance of Symbol 192 MovieClip "big30" in Symbol 226 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 192 MovieClip "big31" in Symbol 226 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 226 MovieClip Frame 9
!!!ERROR
Instance of Symbol 183 MovieClip "tower34" in Symbol 226 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 183 MovieClip "tower33" in Symbol 226 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 169 MovieClip "small33" in Symbol 226 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 226 MovieClip Frame 10
!!!ERROR
Instance of Symbol 203 MovieClip "cat30" in Symbol 226 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 192 MovieClip "big32" in Symbol 226 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 226 MovieClip Frame 11
!!!ERROR
Instance of Symbol 183 MovieClip "tower35" in Symbol 226 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 192 MovieClip "big34" in Symbol 226 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 192 MovieClip "big33" in Symbol 226 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 226 MovieClip Frame 12
!!!ERROR
Instance of Symbol 212 MovieClip "fort30" in Symbol 226 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 176 MovieClip "mid56i859" in Symbol 226 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 226 MovieClip Frame 13
!!!ERROR
Instance of Symbol 176 MovieClip "mid35" in Symbol 226 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 176 MovieClip "mid34" in Symbol 226 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 226 MovieClip Frame 14
!!!ERROR
Instance of Symbol 203 MovieClip "cat32" in Symbol 226 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 203 MovieClip "cat31" in Symbol 226 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 226 MovieClip Frame 15
!!!ERROR
Instance of Symbol 183 MovieClip "tower36" in Symbol 226 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 183 MovieClip "tower35" in Symbol 226 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 169 MovieClip "small34" in Symbol 226 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 226 MovieClip Frame 16
!!!ERROR
Instance of Symbol 212 MovieClip "fort36" in Symbol 226 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 212 MovieClip "fort35" in Symbol 226 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 226 MovieClip Frame 17
!!!ERROR
Instance of Symbol 192 MovieClip "big37" in Symbol 226 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 192 MovieClip "big36" in Symbol 226 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 192 MovieClip "big35" in Symbol 226 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 226 MovieClip Frame 18
!!!ERROR
Instance of Symbol 224 MovieClip "cast5" in Symbol 226 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 226 MovieClip Frame 19
!!!ERROR
Instance of Symbol 183 MovieClip "tower37" in Symbol 226 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 226 MovieClip Frame 20
!!!ERROR
Instance of Symbol 183 MovieClip "tower39" in Symbol 226 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 183 MovieClip "tower39" in Symbol 226 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 183 MovieClip "tower38" in Symbol 226 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 226 MovieClip Frame 21
!!!ERROR
Instance of Symbol 212 MovieClip "fort37" in Symbol 226 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 183 MovieClip "tower41" in Symbol 226 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 183 MovieClip "tower40" in Symbol 226 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 226 MovieClip Frame 22
!!!ERROR
Instance of Symbol 203 MovieClip "cat36" in Symbol 226 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 "cat34" in Symbol 226 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 "cat33" in Symbol 226 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 226 MovieClip Frame 23
!!!ERROR
Instance of Symbol 212 MovieClip "fort39" in Symbol 226 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 212 MovieClip "fort38" in Symbol 226 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 203 MovieClip "cat35" in Symbol 226 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 226 MovieClip Frame 24
!!!ERROR
Instance of Symbol 212 MovieClip "fort45" in Symbol 226 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 183 MovieClip "tower48" in Symbol 226 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 183 MovieClip "tower45" in Symbol 226 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 242 MovieClip Frame 15
_parent.overide = false;
_parent.gotoAndStop(1);
Symbol 284 MovieClip Frame 31
_parent.jump = false;
_parent.gotoAndStop(1);
Symbol 285 MovieClip Frame 1
!!!ERROR
Symbol 285 MovieClip Frame 2
!!!ERROR
Symbol 285 MovieClip Frame 3
!!!ERROR
Symbol 285 MovieClip Frame 4
!!!ERROR
Symbol 285 MovieClip Frame 5
!!!ERROR
Symbol 313 Button
on (release) {
sendscore = new LoadVars();
sendscore.gscore = gold.text;
sendscore.gname = "trollrampageXec";
sendscore.send("index.php?act=Arcade&do=newscore", "_self", "POST");
stopAllSounds();
sendbtn._visible = 0;
againbtn._visible = 0;
}