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

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

1325073123877.swf

This is the info page for
Flash #102450

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


Text
Loading...

DONE!

Pony Platforming Project, v0.8

MLP (c) Hasbro. Portions of AJ's animation based on "Desktop Ponies".
Bits and pieces nicked from various games and anime. No disrespect intended.

www.dragon-mango.com/ponygame

Yeah, I admit it: I made a Flash game about My Little Ponies.
Run around the forest and kick owlbears in the face. Hopefully
you'll have fun doing so. :)

INTRO

PLAY GAME

MLP (c) Hasbro. Portions of pony animation based on "Desktop Ponies".
Bits and pieces nicked from various games and anime. No disrespect intended.

PONY
PLATFORMING
PROJECT

OPTIONS

OPTIONS

BACK

BUCKING:

NORMAL

REVERSE

QUALITY:

LOW

MED

HIGH

One fine day, when Applejack
was innocently walking through
the hills...

Suddenly, OWLBEARS! Thousands of them!

...and that is the entire story
of this game so far.
What do you expect?
It's just a test!
Anyway, use the arrow keys to move,
Z to jump, and X to buck. Help Applejack
defeat the monsters and escape!

pause

pause

CONTINUE

Come one, come all! The Great and Powerful Trixie is offering
one-of-a-kind deals, today only!

That's right, I'm giving away one special magical item of your choice!
If this game were finished, I would charge you...

...but since this is just a test of the system, the Great and Powerful
Trixie, in her infinite generosity, will give you one item for free!

Please use the mouse to choose one.

The Golden Heart increases your health, giving you five hearts
instead of three.

The Silver Horseshoe greatly increases your jumping power!

The Apple Shield protects you with a magical ring of spinning apples.
Gather more apples to extend its lifespan!

This is a Red Crystal. I have no idea what it's for.

You don't want ANYTHING?! What, is the Great and Powerful Trixie's
generosity not good enough for you?!

And so, Applejack managed to
escape from the monsters and get
out of the hills.
...unfortunately, she made a wrong
turn somewhere and ended up in
the wrong game!

If only THIS game were more
complete, that wouldn't have
happened... well, I hope you
enjoyed it anyway!
Hopefully, there'll be more
to it soon!

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 6 MovieClip in Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded == _root._totalframes) { _alpha = 100; } else { if (_alpha >= 100) { aT = -4; } else if (0 >= _alpha) { aT = 4; } _alpha = (_alpha + aT); } }
Instance of Symbol 15 MovieClip in Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded < _root._totalframes) { Loaded = int((_root._framesloaded / _root._totalframes) * 300); gotoAndPlay(Loaded); } else if (_currentframe < 300) { gotoAndPlay (300); } }
Frame 2
stop();
Instance of Symbol 40 MovieClip "Derpy" in Frame 2
onClipEvent (enterFrame) { if (Going) { _x = (_x + 4); _xscale = (_xscale + 0.2); _yscale = _xscale; if (900 < _x) { _xscale = -60; _yscale = -60; _y = (_y + 50); Going = false; } } if (GoingBack) { _x = (_x - 4); if (_x < -100) { _xscale = 50; _yscale = 50; _y = (_y - 50); GoingBack = false; } } if ((!Going) && (!GoingBack)) { if ((random(10025) == 1) or Key.isDown(68)) { if (_x < 0) { Going = true; } else if (800 < _x) { GoingBack = true; } } } }
Instance of Symbol 42 MovieClip in Frame 2
onClipEvent (enterFrame) { _x = (_x + 0.2); if (1450 < _x) { _x = (_x - 2900); } }
Instance of Symbol 42 MovieClip in Frame 2
onClipEvent (enterFrame) { _x = (_x + 0.2); if (1450 < _x) { _x = (_x - 2900); } }
Frame 3
stop();
Instance of Symbol 107 MovieClip in Frame 3
onClipEvent (enterFrame) { stop(); if (_root.BackwardsBuck) { _alpha = 100; gotoAndStop (2); } else { _alpha = 0; } }
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) { stop(); if (!_root.BackwardsBuck) { _alpha = 100; gotoAndStop (2); } else { _alpha = 0; } }
Frame 10
stop();
Instance of Symbol 389 MovieClip in Frame 10
onClipEvent (enterFrame) { if (((Key.isDown(90) or Key.isDown(88)) or Key.isDown(Key.SPACE)) or Key.isDown(Key.ENTER)) { if (!KeyPress) { tellTarget (_parent) { play(); }; } KeyPress = true; } else { KeyPress = false; } } onClipEvent (load) { KeyPress = true; }
Frame 11
stop(); stopAllSounds();
Frame 12
stop();
Frame 14
MyX = 74; MyY = 86; MyScale = 100;
Frame 15
stop(); loadMovie ("bosstest.swf", _root.buffer);
Instance of Symbol 688 MovieClip "stage" in Frame 15
onClipEvent (enterFrame) { _root.StageX = _x; if (_x < -10000) { Stage._x = Stage._x - 10000; Stage2._x = Stage2._x - 10000; P1._x = P1._x - 10000; _x = (_x + 10000); } else if (10000 < _x) { Stage._x = Stage._x + 10000; Stage2._x = Stage2._x + 10000; P1._x = P1._x + 10000; _x = (_x - 10000); } if (Key.isDown(Key.SHIFT)) { if (!Shift) { _root.MyX = P1._x; _root.MyY = P1._y; _root.MyScale = P1._xScale; play(); Shift = true; } } else { Shift = false; } if (Key.isDown(Key.SPACE)) { if (!Tab) { if (P1.Active) { P1.Active = false; _root.Active = false; } else if (_root.Event._currentframe == 1) { P1.Active = true; _root.Active = true; } Tab = true; } } else { Tab = false; } if (_root.Shake) { _parent._x = random(4) - 4; _parent._y = random(4) - 4; Counter = Counter - 1; if (Counter == 0) { _root.Shake = false; Counter = 5; _parent._x = 0; _parent._y = 0; } } } onClipEvent (load) { _root.Life = 3; Counter = 5; }
Instance of Symbol 696 MovieClip "Item" in Frame 15
onClipEvent (enterFrame) { if (Key.isDown(49)) { gotoAndStop (1); } else if (Key.isDown(50)) { gotoAndStop (4); } else if (Key.isDown(51)) { gotoAndStop (3); } else if (Key.isDown(52)) { _root.stage.P1.Apples = 6; gotoAndStop (2); } else if (Key.isDown(53)) { gotoAndStop (5); } }
Instance of Symbol 698 MovieClip "Right" in Frame 15
onClipEvent (enterFrame) { if (0 < _root.stage.P1._xScale) { if (((600 < _x) && (1 < _root.Stage.P1._currentframe)) && (_root.Stage.P1._currentframe < 6)) { _root.Left._x = _root.Left._x - 4; _x = (_x - 4); } } else if (((_x < 900) && (1 < _root.Stage.P1._currentframe)) && (_root.Stage.P1._currentframe < 6)) { _root.Left._x = _root.Left._x + 4; _x = (_x + 4); } }
Instance of Symbol 705 MovieClip "HP" in Frame 15
onClipEvent (load) { _root.Life = 3; } onClipEvent (enterFrame) { if (_root.Item._currentframe == 4) { if (_currentframe == 1) { gotoAndPlay (2); } } else { gotoAndStop (1); } if (_currentframe == 1) { if (3 < _root.Life) { _root.Life = 3; } } }
Instance of Symbol 709 MovieClip "pause" in Frame 15
onClipEvent (enterFrame) { if (1 < _root.Event._currentframe) { _alpha = 0; } else { _alpha = 100; } if (_root.Active) { gotoAndStop (1); } else { gotoAndStop (2); } }
Instance of Symbol 769 MovieClip "Event" in Frame 15
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (((_root.stage.P1._currentframe == 11) && (_root.stage.P1._y >= 1500)) && (_currentframe < 10)) { play(); } }
Instance of Symbol 771 MovieClip "music" in Frame 15
onClipEvent (enterFrame) { if (_currentframe == 1) { play(); } }
Frame 19
gotoAndStop (1);
Frame 22
stop();
Instance of Symbol 795 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_currentframe < 480) { _x = (_x - 0.25); } }
Instance of Symbol 769 MovieClip "Event" in Frame 22
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (((_root.stage.P1._currentframe == 11) && (_root.stage.P1._y >= 1500)) && (_currentframe < 10)) { play(); } }
Frame 40
loadMovie ("bosstest.swf", _root);
Symbol 12 Button
on (release) { tellTarget (_root) { play(); }; }
Symbol 15 MovieClip Frame 310
tellTarget (_root) { play(); };
Symbol 88 MovieClip Frame 20
stop();
Symbol 89 Button
on (release) { gotoAndPlay (9); }
Symbol 90 Button
on (release) { gotoAndPlay (14); }
Symbol 100 Button
on (release) { gotoAndStop (3); }
Symbol 104 Button
on (release) { gotoAndStop (2); }
Symbol 109 Button
on (release) { _root.BackwardsBuck = false; }
Symbol 112 Button
on (release) { _root.BackwardsBuck = true; }
Symbol 115 Button
on (release) { _root._quality = "low"; }
Symbol 118 Button
on (release) { _root._quality = "medium"; }
Symbol 120 Button
on (release) { _root._quality = "high"; }
Symbol 125 MovieClip Frame 15
gotoAndPlay (1);
Symbol 149 MovieClip Frame 113
tellTarget (_parent) { gotoAndStop (1); };
Symbol 151 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 151 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Instance of Symbol 129 MovieClip in Symbol 151 MovieClip Frame 4
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Symbol 151 MovieClip Frame 10
stop();
Symbol 151 MovieClip Frame 12
stop();
Instance of Symbol 150 MovieClip "head" in Symbol 151 MovieClip Frame 12
onClipEvent (enterFrame) { tellTarget (_parent) { if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } }; }
Symbol 162 MovieClip Frame 1
stop();
Instance of Symbol 158 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { tellTarget (_root.Stage.Beam) { _root.Stage.Beam.Boom = true; }; tellTarget (_parent) { Bucked = true; _name = ""; gotoAndStop (10); }; } }
Instance of Symbol 160 MovieClip in Symbol 162 MovieClip Frame 10
onClipEvent (enterFrame) { _rotation = (_rotation + 20); }
Symbol 181 MovieClip Frame 3
stop();
Symbol 181 MovieClip Frame 5
tellTarget (_parent) { gotoAndStop (1); };
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 2
stop();
Instance of Symbol 172 MovieClip in Symbol 182 MovieClip Frame 2
onClipEvent (enterFrame) { if (!Key.isDown(Key.UP)) { tellTarget (_parent) { DownCount = 0; gotoAndStop (1); }; } else { _parent.DownCount = _parent.DownCount + 1; } }
Symbol 182 MovieClip Frame 3
stop();
Instance of Symbol 181 MovieClip in Symbol 182 MovieClip Frame 3
onClipEvent (enterFrame) { _parent.DownCount = _parent.DownCount + 1; if (!Key.isDown(Key.DOWN)) { delete _parent.DownCount; play(); } }
Symbol 185 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 10
stop();
Instance of Symbol 185 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { _parent._rotation = _parent._rotation + 12; _rotation = (-_parent._rotation); if (hitTest(_parent._parent._parent._parent.Stage.Monster1) && (_alpha == 100)) { tellTarget (_parent._parent._parent._parent.Stage.Monster1) { gotoAndStop (10); Bucked = true; _name = "Bucked"; yThrust = -10; xThrust = (10 * _parent._parent._parent._xScale) / 100; }; _parent._parent._parent.Apples = _parent._parent._parent.Apples - 1; } if (hitTest(_parent._parent._parent._parent.Stage2.Monster1) && (_alpha == 100)) { tellTarget (_parent._parent._parent._parent.Stage2.Monster1) { gotoAndStop (10); Bucked = true; _name = "Bucked"; yThrust = -10; xThrust = (10 * _parent._parent._parent._xScale) / 100; }; _parent._parent._parent.Apples = _parent._parent._parent.Apples - 1; } if (hitTest(_parent._parent._parent._parent.Stage.Monster2) && (_alpha == 100)) { tellTarget (_parent._parent._parent._parent.Stage.Monster2) { gotoAndStop (10); Bucked = true; _name = "Bucked"; yThrust = -10; xThrust = (10 * _parent._parent._parent._xScale) / 100; }; _parent._parent._parent.Apples = _parent._parent._parent.Apples - 1; } if (hitTest(_parent._parent._parent._parent.Stage2.Monster2) && (_alpha == 100)) { tellTarget (_parent._parent._parent._parent.Stage2.Monster2) { gotoAndStop (10); Bucked = true; _name = "Bucked"; yThrust = -10; xThrust = (10 * _parent._parent._parent._xScale) / 100; }; _parent._parent._parent.Apples = _parent._parent._parent.Apples - 1; } if (hitTest(_parent._parent._parent._parent.Stage.Monster3) && (_alpha == 100)) { tellTarget (_parent._parent._parent._parent.Stage.Monster3) { gotoAndStop (10); Bucked = true; _name = "Bucked"; yThrust = -10; xThrust = (10 * _parent._parent._parent._xScale) / 100; }; _parent._parent._parent.Apples = _parent._parent._parent.Apples - 1; } if (hitTest(_parent._parent._parent._parent.Stage2.Monster3) && (_alpha == 100)) { tellTarget (_parent._parent._parent._parent.Stage2.Monster3) { gotoAndStop (10); Bucked = true; _name = "Bucked"; yThrust = -10; xThrust = (10 * _parent._parent._parent._xScale) / 100; }; _parent._parent._parent.Apples = _parent._parent._parent.Apples - 1; } if (hitTest(_parent._parent._parent._parent.Stage.Monster4) && (_alpha == 100)) { tellTarget (_parent._parent._parent._parent.Stage.Monster4) { gotoAndStop (10); Bucked = true; _name = "Bucked"; yThrust = -10; xThrust = (10 * _parent._parent._parent._xScale) / 100; }; _parent._parent._parent.Apples = _parent._parent._parent.Apples - 1; } if (hitTest(_parent._parent._parent._parent.Stage2.Monster4) && (_alpha == 100)) { tellTarget (_parent._parent._parent._parent.Stage2.Monster4) { gotoAndStop (10); Bucked = true; _name = "Bucked"; yThrust = -10; xThrust = (10 * _parent._parent._parent._xScale) / 100; }; _parent._parent._parent.Apples = _parent._parent._parent.Apples - 1; } }
Instance of Symbol 186 MovieClip in Symbol 187 MovieClip Frame 2
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 186 MovieClip in Symbol 187 MovieClip Frame 3
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 186 MovieClip in Symbol 187 MovieClip Frame 4
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 186 MovieClip in Symbol 187 MovieClip Frame 5
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 186 MovieClip in Symbol 187 MovieClip Frame 6
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 186 MovieClip in Symbol 187 MovieClip Frame 7
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Symbol 250 MovieClip Frame 1
stop();
Instance of Symbol 249 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (enterFrame) { _xscale = (_xscale + 10); _yscale = _xscale; _alpha = (_alpha - (_xscale / 4)); }
Symbol 250 MovieClip Frame 16
stop(); _name = ""; unloadMovie (this);
Symbol 251 MovieClip Frame 1
stop();
Instance of Symbol 250 MovieClip in Symbol 251 MovieClip Frame 1
onClipEvent (enterFrame) { if (1 < _currentframe) { _x = (_x - 20); } _alpha = (_alpha - 10); if (0 >= _alpha) { tellTarget (_parent) { gotoAndStop (2); }; } } onClipEvent (load) { gotoAndPlay (2); }
Symbol 251 MovieClip Frame 2
stop();
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
stop();
Instance of Symbol 247 MovieClip "sprite" in Symbol 253 MovieClip Frame 2
onClipEvent (enterFrame) { tellTarget (_parent) { _x = (_x + (xThrust * 2)); _y = (_y + yThrust); yThrust = -2; }; Counter = Counter - 1; if (0 >= Counter) { tellTarget (_parent) { ReadytoRunR = false; ReadytoRunL = false; gotoAndStop (4); }; } } onClipEvent (load) { _parent.yThrust = -4; Counter = 8; }
Symbol 292 MovieClip Frame 1
stop();
Instance of Symbol 249 MovieClip in Symbol 292 MovieClip Frame 2
onClipEvent (enterFrame) { _xscale = (_xscale + 10); _yscale = _xscale; _alpha = (_alpha - (_xscale / 4)); }
Symbol 292 MovieClip Frame 16
stop(); _name = ""; unloadMovie (this);
Symbol 331 MovieClip Frame 10
if (_root.BackwardsBuck) { _xscale = 100; _parent._xScale = -_parent._xScale; }
Instance of Symbol 299 MovieClip "hoof" in Symbol 331 MovieClip Frame 10
onClipEvent (enterFrame) { if (hitTest(_parent._parent._parent.Block)) { _root.Shake = true; } }
Symbol 331 MovieClip Frame 22
if (_root.BackwardsBuck) { _xscale = -100; _parent._xScale = -_parent._xScale; }
Symbol 331 MovieClip Frame 23
tellTarget (_parent) { GetHurt = false; gotoAndStop (1); };
Symbol 368 MovieClip Frame 8
if (_root.BackwardsBuck) { _xscale = 100; _parent._xScale = -_parent._xScale; }
Instance of Symbol 299 MovieClip "hoof" in Symbol 368 MovieClip Frame 8
onClipEvent (enterFrame) { if (hitTest(_parent._parent._parent.Block)) { _root.Shake = true; } }
Symbol 368 MovieClip Frame 20
if (_root.BackwardsBuck) { _xscale = -100; _parent._xScale = -_parent._xScale; }
Symbol 368 MovieClip Frame 21
tellTarget (_parent) { GetHurt = false; gotoAndStop (4); };
Symbol 374 MovieClip Frame 15
tellTarget (_parent) { GetHurt = false; gotoAndPlay (1); };
Instance of Symbol 373 MovieClip in Symbol 374 MovieClip Frame 15
onClipEvent (enterFrame) { _rotation = (_rotation - 12); }
Symbol 376 MovieClip Frame 15
tellTarget (_parent) { GetHurt = false; gotoAndPlay (1); };
Instance of Symbol 373 MovieClip in Symbol 376 MovieClip Frame 15
onClipEvent (enterFrame) { _rotation = (_rotation - 12); }
Symbol 385 MovieClip Frame 1
_root.Pause._alpha = 0; stopAllSounds();
Symbol 385 MovieClip Frame 40
_root.Pause._alpha = 0;
Symbol 385 MovieClip Frame 81
stop(); tellTarget (_root.Event) { gotoAndPlay (80); };
Instance of Symbol 182 MovieClip "sprite" in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Active) { if (Key.isDown(81)) { _parent.yThrust = -20; _parent.DashBack = true; tellTarget (_parent) { gotoAndStop (4); }; } if (Key.isDown(Key.UP)) { LookingDown = false; gotoAndStop (2); if (30 < DownCount) { LookingUp = true; if ((_parent._y + _parent._parent._y) < 440) { _parent._parent._y = _parent._parent._y + 2; } } } else if (Key.isDown(Key.DOWN)) { LookingUp = false; gotoAndStop (3); if ((30 < DownCount) && (-500 < _parent._parent._y)) { LookingDown = true; if (100 < (_parent._y + _parent._parent._y)) { _parent._parent._y = _parent._parent._y - 2; } } } else { LookingDown = false; LookingUp = false; } } }
Instance of Symbol 187 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Item._currentframe == 2) { _xscale = _parent._xScale; gotoAndStop(_parent.Apples + 1); if (_parent.Apples == 0) { tellTarget (_root.Item) { gotoAndStop (1); }; } } else { _parent.Apples = 6; gotoAndStop (1); } }
Instance of Symbol 253 MovieClip "sprite" in Symbol 386 MovieClip Frame 3
onClipEvent (load) { Kicked = false; yBoost = -2; } onClipEvent (enterFrame) { if (Key.isDown(88) && (!Kicked)) { gotoAndStop (2); _parent.xThrust = _parent.xThrust * 1.5; StartY = _y; Kicked = true; } if (_currentframe == 2) { _parent._y = _parent._y - 1; _parent.yThrust = 0; _y = (_y + yBoost); yBoost = yBoost + 1; if (_y >= StartY) { tellTarget (_parent) { ReadytoRunR = false; ReadytoRunL = false; gotoAndStop (2); }; } } }
Symbol 386 MovieClip Frame 4
Jump = true;
Instance of Symbol 254 MovieClip in Symbol 386 MovieClip Frame 4
onClipEvent (enterFrame) { if (_parent.yThrust < -4) { gotoAndStop (7); } else if (2 < _parent.yThrust) { gotoAndStop (9); } else { gotoAndStop (11); } }
Symbol 386 MovieClip Frame 5
Jump = true;
Instance of Symbol 331 MovieClip "Sprite" in Symbol 386 MovieClip Frame 6
onClipEvent (enterFrame) { tellTarget (_parent) { _x = (_x - xThrust); xThrust = 0; }; } onClipEvent (load) { if (_root.BackwardsBuck) { _xscale = -100; } }
Instance of Symbol 368 MovieClip "sprite" in Symbol 386 MovieClip Frame 7
onClipEvent (load) { if (_root.BackwardsBuck) { _xscale = -100; } }
Symbol 386 MovieClip Frame 9
_root.Shake = true; yThrust = -4; xThrust = -((6 * _xscale) / 100);
Instance of Symbol 374 MovieClip in Symbol 386 MovieClip Frame 9
onClipEvent (enterFrame) { tellTarget (_parent) { _x = (_x + xThrust); _y = (_y + yThrust); }; }
Symbol 386 MovieClip Frame 10
_root.Life = _root.Life - 1; _root.Shake = true; yThrust = -6; xThrust = -((6 * _xscale) / 100); invincible = 90;
Symbol 386 MovieClip Frame 11
stop();
Instance of Symbol 376 MovieClip in Symbol 386 MovieClip Frame 11
onClipEvent (enterFrame) { me._rotation = me._rotation + 20; _parent.yThrust = _parent.yThrust + 2; _parent._y = _parent._y + _parent.yThrust; gotoAndStop (1); }
Symbol 386 MovieClip Frame 15
stop();
Symbol 388 Button
on (release) { play(); }
Symbol 389 MovieClip Frame 1
stop();
Symbol 416 MovieClip Frame 1
stop();
Instance of Symbol 409 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_parent._parent._parent._parent.P1.sprite.hoof)) { _root.Shake = true; tellTarget (_parent) { play(); }; tellTarget (_parent._parent._parent._parent.P1.sprite.boom) { play(); }; } }
Instance of Symbol 410 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_parent._parent._parent._parent.P1.sprite.hoof)) { _root.Shake = true; tellTarget (_parent) { play(); }; tellTarget (_parent._parent._parent._parent.P1.sprite.boom) { play(); }; } if (hitTest(_parent._parent._parent.bucked)) { _root.Shake = true; tellTarget (_parent) { play(); }; _parent._parent._parent.bucked.xThrust = _parent._parent._parent.bucked.xThrust - (_parent._parent._parent.bucked.xThrust * 1.5); } }
Symbol 416 MovieClip Frame 2
oldname = _name; _name = "shaketree";
Symbol 416 MovieClip Frame 3
_name = oldname;
Instance of Symbol 409 MovieClip in Symbol 416 MovieClip Frame 6
onClipEvent (enterFrame) { if (hitTest(_parent._parent._parent._parent.P1.sprite.hoof)) { _root.Shake = true; tellTarget (_parent) { play(); }; tellTarget (_parent._parent._parent._parent.P1.sprite.boom) { play(); }; } }
Instance of Symbol 410 MovieClip in Symbol 416 MovieClip Frame 6
onClipEvent (enterFrame) { if (hitTest(_parent._parent._parent._parent.P1.sprite.hoof)) { _root.Shake = true; tellTarget (_parent) { play(); }; tellTarget (_parent._parent._parent._parent.P1.sprite.boom) { play(); }; } if (hitTest(_parent._parent._parent.bucked)) { _root.Shake = true; tellTarget (_parent) { play(); }; _parent._parent._parent.bucked.xThrust = _parent._parent._parent.bucked.xThrust - (_parent._parent._parent.bucked.xThrust * 1.5); } }
Symbol 431 MovieClip Frame 1
stop();
Instance of Symbol 427 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_parent._parent._parent.P1.sprite.hoof)) { _root.Shake = true; tellTarget (_parent._parent._parent.P1.sprite.boom) { play(); }; tellTarget (_parent) { play(); }; } }
Symbol 437 MovieClip Frame 1
stop();
Symbol 446 MovieClip Frame 1
stop();
Instance of Symbol 437 MovieClip in Symbol 446 MovieClip Frame 2
onClipEvent (enterFrame) { tellTarget (_parent) { play(); }; }
Symbol 446 MovieClip Frame 7
gotoAndStop (1);
Instance of Symbol 437 MovieClip in Symbol 446 MovieClip Frame 10
onClipEvent (enterFrame) { tellTarget (_parent) { play(); }; }
Symbol 447 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 447 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Instance of Symbol 129 MovieClip in Symbol 447 MovieClip Frame 4
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Symbol 447 MovieClip Frame 10
stop();
Symbol 447 MovieClip Frame 12
stop();
Instance of Symbol 150 MovieClip "head" in Symbol 447 MovieClip Frame 12
onClipEvent (enterFrame) { tellTarget (_parent) { if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } }; }
Symbol 448 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 448 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Instance of Symbol 129 MovieClip in Symbol 448 MovieClip Frame 4
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Symbol 448 MovieClip Frame 10
stop();
Symbol 448 MovieClip Frame 12
stop();
Instance of Symbol 150 MovieClip "head" in Symbol 448 MovieClip Frame 12
onClipEvent (enterFrame) { tellTarget (_parent) { if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } }; }
Symbol 458 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 458 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Instance of Symbol 129 MovieClip in Symbol 458 MovieClip Frame 4
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Symbol 458 MovieClip Frame 10
stop();
Symbol 458 MovieClip Frame 12
stop();
Instance of Symbol 150 MovieClip "head" in Symbol 458 MovieClip Frame 12
onClipEvent (enterFrame) { tellTarget (_parent) { if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } }; }
Symbol 468 MovieClip Frame 1
stop();
Symbol 468 MovieClip Frame 10
stop();
Symbol 473 MovieClip Frame 1
stop();
Instance of Symbol 158 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { tellTarget (_root.Stage.Beam) { _root.Stage.Beam.Boom = true; }; tellTarget (_parent) { Bucked = true; _name = ""; gotoAndStop (10); }; } }
Instance of Symbol 160 MovieClip in Symbol 473 MovieClip Frame 10
onClipEvent (enterFrame) { _rotation = (_rotation + 20); }
Symbol 484 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Instance of Symbol 129 MovieClip in Symbol 484 MovieClip Frame 4
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Symbol 484 MovieClip Frame 10
stop();
Symbol 484 MovieClip Frame 12
stop();
Instance of Symbol 150 MovieClip "head" in Symbol 484 MovieClip Frame 12
onClipEvent (enterFrame) { tellTarget (_parent) { if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } }; }
Symbol 485 MovieClip Frame 1
stop();
Instance of Symbol 158 MovieClip in Symbol 485 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { tellTarget (_root.Stage.Beam) { _root.Stage.Beam.Boom = true; }; tellTarget (_parent) { Bucked = true; _name = ""; gotoAndStop (10); }; } }
Instance of Symbol 160 MovieClip in Symbol 485 MovieClip Frame 10
onClipEvent (enterFrame) { _rotation = (_rotation + 20); }
Symbol 486 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 486 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Instance of Symbol 129 MovieClip in Symbol 486 MovieClip Frame 4
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Symbol 486 MovieClip Frame 10
stop();
Symbol 486 MovieClip Frame 12
stop();
Instance of Symbol 150 MovieClip "head" in Symbol 486 MovieClip Frame 12
onClipEvent (enterFrame) { tellTarget (_parent) { if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } }; }
Symbol 487 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 487 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Instance of Symbol 129 MovieClip in Symbol 487 MovieClip Frame 4
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Symbol 487 MovieClip Frame 10
stop();
Symbol 487 MovieClip Frame 12
stop();
Instance of Symbol 150 MovieClip "head" in Symbol 487 MovieClip Frame 12
onClipEvent (enterFrame) { tellTarget (_parent) { if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } }; }
Symbol 488 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Instance of Symbol 129 MovieClip in Symbol 488 MovieClip Frame 4
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Symbol 488 MovieClip Frame 10
stop();
Symbol 488 MovieClip Frame 12
stop();
Instance of Symbol 150 MovieClip "head" in Symbol 488 MovieClip Frame 12
onClipEvent (enterFrame) { tellTarget (_parent) { if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } }; }
Symbol 505 MovieClip Frame 1
stop();
Symbol 521 MovieClip Frame 1
stop();
Symbol 521 MovieClip Frame 11
stop();
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.stage.P1) && (_currentframe == 1)) { if (((Key.isDown(Key.UP) or Key.isDown(90)) or Key.isDown(88)) && (_root.Active)) { tellTarget (_root.Event) { gotoAndStop (50); }; gotoAndStop (2); _root.Active = false; } } if (_currentframe == 2) { if (_root.Active) { play(); } } }
Symbol 527 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Instance of Symbol 129 MovieClip in Symbol 527 MovieClip Frame 4
onClipEvent (enterFrame) { if (hitTest(_root.Stage.Beam)) { _root.Stage.Beam.Boom = true; tellTarget (_parent) { gotoAndStop (12); }; } }
Symbol 527 MovieClip Frame 10
stop();
Symbol 527 MovieClip Frame 12
stop();
Instance of Symbol 150 MovieClip "head" in Symbol 527 MovieClip Frame 12
onClipEvent (enterFrame) { tellTarget (_parent) { if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } }; }
Symbol 537 MovieClip Frame 1
stop();
Symbol 538 MovieClip Frame 1
stop();
Symbol 541 MovieClip Frame 1
stop();
Symbol 543 MovieClip Frame 1
stop();
Instance of Symbol 447 MovieClip "monster1" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 448 MovieClip "monster2" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if ((random(80) == 1) && (_currentframe < 4)) { yThrust = -25; gotoAndStop (4); } _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 4
stop();
Instance of Symbol 447 MovieClip "monster1" in Symbol 543 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 543 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 7
stop();
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 7
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 7
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 7
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 473 MovieClip "monster1" in Symbol 543 MovieClip Frame 7
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 543 MovieClip Frame 7
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 10
stop();
Instance of Symbol 484 MovieClip "monster1" in Symbol 543 MovieClip Frame 10
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } }
Instance of Symbol 484 MovieClip "monster2" in Symbol 543 MovieClip Frame 10
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } }
Instance of Symbol 484 MovieClip "monster3" in Symbol 543 MovieClip Frame 10
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } }
Instance of Symbol 484 MovieClip "monster4" in Symbol 543 MovieClip Frame 10
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } }
Symbol 543 MovieClip Frame 13
stop();
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 485 MovieClip "monster3" in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 485 MovieClip "monster4" in Symbol 543 MovieClip Frame 13
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 16
stop();
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 16
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 16
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 16
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Symbol 543 MovieClip Frame 19
stop();
Instance of Symbol 486 MovieClip "monster1" in Symbol 543 MovieClip Frame 19
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } if (hitTest(_parent.monster3)) { if (_parent.monster3._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 487 MovieClip "monster2" in Symbol 543 MovieClip Frame 19
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } if (hitTest(_parent.monster3)) { if (_parent.monster3._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 488 MovieClip "monster3" in Symbol 543 MovieClip Frame 19
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 22
stop();
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 22
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 22
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Symbol 543 MovieClip Frame 25
stop();
Instance of Symbol 505 MovieClip in Symbol 543 MovieClip Frame 25
onClipEvent (enterFrame) { if (((hitTest(_root.stage.P1) && (30 < _root.stage.P1.sprite.Downcount)) && (_root.Item._currentframe == 5)) && (_root.stage.P1._xScale < 0)) { _root.Active = false; _root.Pause._alpha = 0; tellTarget (_root.Stage.P1) { gotoAndStop (15); }; } }
Instance of Symbol 447 MovieClip "monster1" in Symbol 543 MovieClip Frame 25
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 543 MovieClip Frame 25
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 28
stop();
Instance of Symbol 447 MovieClip "monster1" in Symbol 543 MovieClip Frame 28
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 543 MovieClip Frame 28
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 31
stop();
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 31
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 31
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 31
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 473 MovieClip "monster1" in Symbol 543 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 543 MovieClip Frame 31
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 34
stop();
Instance of Symbol 527 MovieClip "monster1" in Symbol 543 MovieClip Frame 34
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster2" in Symbol 543 MovieClip Frame 34
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster3" in Symbol 543 MovieClip Frame 34
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster4" in Symbol 543 MovieClip Frame 34
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 37
stop();
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 485 MovieClip "monster3" in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 485 MovieClip "monster4" in Symbol 543 MovieClip Frame 37
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 40
stop();
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 40
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 40
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 40
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 537 MovieClip in Symbol 543 MovieClip Frame 40
onClipEvent (enterFrame) { if (hitTest(_root.stage.P1)) { tellTarget (_root.Right) { gotoAndStop (2); }; if (1000 < _root.stage.P1._x) { tellTarget (_root.Event) { gotoAndPlay (800); }; } } else { tellTarget (_root.Right) { gotoAndStop (1); }; } }
Instance of Symbol 538 MovieClip in Symbol 543 MovieClip Frame 40
onClipEvent (enterFrame) { if (hitTest(_root.stage.P1)) { _root.Active = false; tellTarget (_root.Event) { if (_currentframe < 800) { gotoAndPlay (800); } }; tellTarget (_root.stage.P1) { _x = (_x + 10); }; } }
Symbol 543 MovieClip Frame 43
stop();
Instance of Symbol 541 MovieClip in Symbol 543 MovieClip Frame 43
onClipEvent (enterFrame) { if (hitTest(_root.stage.P1)) { _root.Active = false; _root.Pause._alpha = 0; tellTarget (_root) { gotoAndPlay (21); }; } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 43
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 43
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Symbol 543 MovieClip Frame 46
stop();
Instance of Symbol 505 MovieClip in Symbol 543 MovieClip Frame 46
onClipEvent (enterFrame) { if (((hitTest(_root.stage.P1) && (30 < _root.stage.P1.sprite.Downcount)) && (_root.Item._currentframe == 5)) && (_root.stage.P1._xScale < 0)) { _root.Active = false; _root.Pause._alpha = 0; tellTarget (_root.Stage.P1) { gotoAndStop (15); }; } }
Instance of Symbol 447 MovieClip "monster1" in Symbol 543 MovieClip Frame 46
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 543 MovieClip Frame 46
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 49
stop();
Instance of Symbol 447 MovieClip "monster1" in Symbol 543 MovieClip Frame 49
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 543 MovieClip Frame 49
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 52
stop();
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 52
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 52
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 52
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 473 MovieClip "monster1" in Symbol 543 MovieClip Frame 52
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 543 MovieClip Frame 52
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 55
stop();
Instance of Symbol 527 MovieClip "monster1" in Symbol 543 MovieClip Frame 55
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster2" in Symbol 543 MovieClip Frame 55
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster3" in Symbol 543 MovieClip Frame 55
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster4" in Symbol 543 MovieClip Frame 55
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 543 MovieClip Frame 58
stop();
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 485 MovieClip "monster3" in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 485 MovieClip "monster4" in Symbol 543 MovieClip Frame 58
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 1
stop();
Instance of Symbol 447 MovieClip "monster1" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 448 MovieClip "monster2" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if ((random(80) == 1) && (_currentframe < 4)) { yThrust = -25; gotoAndStop (4); } _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 4
stop();
Instance of Symbol 447 MovieClip "monster1" in Symbol 544 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 544 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 7
stop();
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 7
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 7
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 7
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 473 MovieClip "monster1" in Symbol 544 MovieClip Frame 7
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 544 MovieClip Frame 7
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 10
stop();
Instance of Symbol 484 MovieClip "monster1" in Symbol 544 MovieClip Frame 10
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } }
Instance of Symbol 484 MovieClip "monster2" in Symbol 544 MovieClip Frame 10
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } }
Instance of Symbol 484 MovieClip "monster3" in Symbol 544 MovieClip Frame 10
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } }
Instance of Symbol 484 MovieClip "monster4" in Symbol 544 MovieClip Frame 10
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } }
Symbol 544 MovieClip Frame 13
stop();
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 485 MovieClip "monster3" in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 485 MovieClip "monster4" in Symbol 544 MovieClip Frame 13
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 16
stop();
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 16
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 16
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 16
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Symbol 544 MovieClip Frame 19
stop();
Instance of Symbol 486 MovieClip "monster1" in Symbol 544 MovieClip Frame 19
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } if (hitTest(_parent.monster3)) { if (_parent.monster3._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 487 MovieClip "monster2" in Symbol 544 MovieClip Frame 19
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } if (hitTest(_parent.monster3)) { if (_parent.monster3._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 488 MovieClip "monster3" in Symbol 544 MovieClip Frame 19
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 22
stop();
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 22
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 22
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Symbol 544 MovieClip Frame 25
stop();
Instance of Symbol 505 MovieClip in Symbol 544 MovieClip Frame 25
onClipEvent (enterFrame) { if (((hitTest(_root.stage.P1) && (30 < _root.stage.P1.sprite.Downcount)) && (_root.Item._currentframe == 5)) && (_root.stage.P1._xScale < 0)) { _root.Active = false; _root.Pause._alpha = 0; tellTarget (_root.Stage.P1) { gotoAndStop (15); }; } }
Instance of Symbol 447 MovieClip "monster1" in Symbol 544 MovieClip Frame 25
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 544 MovieClip Frame 25
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 28
stop();
Instance of Symbol 447 MovieClip "monster1" in Symbol 544 MovieClip Frame 28
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 544 MovieClip Frame 28
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 31
stop();
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 31
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 31
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 31
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 473 MovieClip "monster1" in Symbol 544 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 544 MovieClip Frame 31
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 34
stop();
Instance of Symbol 527 MovieClip "monster1" in Symbol 544 MovieClip Frame 34
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster2" in Symbol 544 MovieClip Frame 34
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster3" in Symbol 544 MovieClip Frame 34
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster4" in Symbol 544 MovieClip Frame 34
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 37
stop();
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 485 MovieClip "monster3" in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 485 MovieClip "monster4" in Symbol 544 MovieClip Frame 37
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 40
stop();
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 40
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 40
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 40
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 537 MovieClip in Symbol 544 MovieClip Frame 40
onClipEvent (enterFrame) { if (hitTest(_root.stage.P1)) { tellTarget (_root.Right) { gotoAndStop (2); }; if (1000 < _root.stage.P1._x) { tellTarget (_root.Event) { gotoAndPlay (800); }; } } else { tellTarget (_root.Right) { gotoAndStop (1); }; } }
Instance of Symbol 538 MovieClip in Symbol 544 MovieClip Frame 40
onClipEvent (enterFrame) { if (hitTest(_root.stage.P1)) { _root.Active = false; tellTarget (_root.Event) { if (_currentframe < 800) { gotoAndPlay (800); } }; tellTarget (_root.stage.P1) { _x = (_x + 10); }; } }
Symbol 544 MovieClip Frame 43
stop();
Instance of Symbol 541 MovieClip in Symbol 544 MovieClip Frame 43
onClipEvent (enterFrame) { if (hitTest(_root.stage.P1)) { _root.Active = false; _root.Pause._alpha = 0; tellTarget (_root) { gotoAndPlay (21); }; } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 43
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 43
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Symbol 544 MovieClip Frame 46
stop();
Instance of Symbol 505 MovieClip in Symbol 544 MovieClip Frame 46
onClipEvent (enterFrame) { if (((hitTest(_root.stage.P1) && (30 < _root.stage.P1.sprite.Downcount)) && (_root.Item._currentframe == 5)) && (_root.stage.P1._xScale < 0)) { _root.Active = false; _root.Pause._alpha = 0; tellTarget (_root.Stage.P1) { gotoAndStop (15); }; } }
Instance of Symbol 447 MovieClip "monster1" in Symbol 544 MovieClip Frame 46
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 544 MovieClip Frame 46
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 49
stop();
Instance of Symbol 447 MovieClip "monster1" in Symbol 544 MovieClip Frame 49
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 544 MovieClip Frame 49
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 52
stop();
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 52
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 52
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 52
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 473 MovieClip "monster1" in Symbol 544 MovieClip Frame 52
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } if (hitTest(_parent.monster2)) { if (_parent.monster2._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 458 MovieClip "monster2" in Symbol 544 MovieClip Frame 52
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = -100; } if ((!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) && (_currentframe < 4)) { _xscale = 100; } if (hitTest(_parent.monster1)) { if (_parent.monster1._x < _x) { _xscale = -100; } else { _xscale = 100; } } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 55
stop();
Instance of Symbol 527 MovieClip "monster1" in Symbol 544 MovieClip Frame 55
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster2" in Symbol 544 MovieClip Frame 55
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster3" in Symbol 544 MovieClip Frame 55
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 527 MovieClip "monster4" in Symbol 544 MovieClip Frame 55
onClipEvent (enterFrame) { if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if ((_root.Active && (!Bucked)) && (_currentframe < 12)) { if (0 < _xscale) { xThrust = -4; } else { xThrust = 4; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (0 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = -100; } if (!_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 16, ((_parent._parent._y + _parent._y) + _y) + 5, true)) { _xscale = 100; } } } onClipEvent (load) { _x = (random(1200) + 240); if (random(2) == 1) { _xscale = -100; } }
Symbol 544 MovieClip Frame 58
stop();
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 468 MovieClip in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if ((!Active) && (hitTest(_parent.level.shaketree))) { yThrust = 2; Active = true; } if (Active) { if (hitTest(_parent._parent.P1)) { if ((((_parent._parent.P1._currentframe < 6) && (_root.Life < 3)) && (!Bucked)) && (_parent._parent.P1.Invincible < 30)) { _root.Life = _root.Life + 1; Active = false; _y = 2000; play(); } if ((!Bucked) && (_parent._parent.P1.Apples < 6)) { _parent._parent.P1.Apples = _parent._parent.P1.Apples + 1; Active = false; _y = 2000; } } if (Bucked) { if (_name == "") { xThrust = 0; yThrust = yThrust + 1; } _rotation = (_rotation + 12); _y = (_y + yThrust); yThrust = yThrust + 1; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } _y = (_y + yThrust); if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 6, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 6, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { yThrust = 0; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; } } } }
Instance of Symbol 485 MovieClip "monster3" in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 485 MovieClip "monster4" in Symbol 544 MovieClip Frame 58
onClipEvent (enterFrame) { if (_root.Active && (!Bucked)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { xThrust = 0; } } } onClipEvent (enterFrame) { if (Bucked) { if (_name == "") { xThrust = 0; } _y = (_y + yThrust); yThrust = yThrust + 2; _x = (_x + xThrust); if (2000 < _y) { _name = ""; removeMovieClip(this); } } if (_root.Active && (!Bucked)) { if (0 < _xscale) { xThrust = -6; } else { xThrust = 6; } if (hitTest(_parent._parent.P1.sprite.hoof)) { tellTarget (_parent._parent.P1.sprite.boom) { play(); }; _root.Shake = true; if (Key.isDown(Key.DOWN)) { yThrust = 0; } else if (Key.isDown(Key.UP)) { yThrust = -24; } else { yThrust = -12; } xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; gotoAndStop (10); _name = "bucked"; _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent.bucked) && (hitTest(_root.OnScreen))) { _parent.impact._x = (_parent.bucked._x + _x) / 2; _parent.impact._y = (_parent.bucked._y + _y) / 2; tellTarget (_parent.impact) { play(); }; _root.Shake = true; yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _parent.bucked._name = ""; _name = "bucked"; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (head.hitTest(_parent._parent.P1.hooves) && (2 < _parent._parent.P1.yThrust)) { _parent.impact._x = ((_parent._parent.P1._x - _parent._x) + _x) / 2; _parent.impact._y = (_parent._parent.P1._y - _parent._y) - 15; tellTarget (_parent.impact) { play(); }; _root.Shake = true; if (Key.isDown(90)) { _parent._parent.P1.yThrust = -30; } else { _parent._parent.P1.yThrust = -14; } yThrust = -12; xThrust = _parent._parent.P1._xScale / 5; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.sprite.head)) { _parent.impact._x = _x; _parent.impact._y = _y - 40; tellTarget (_parent.impact) { if (_currentframe < 10) { gotoAndPlay (10); } else { play(); } }; _root.Shake = true; yThrust = -24; xThrust = 0; _parent._parent.P1.sprite.yBoost = -1; Bucked = true; _name = ""; gotoAndStop (10); _yscale = -100; _y = (_y - 40); } else if (hitTest(_parent._parent.P1.box) && (_parent._parent.P1._currentframe < 6)) { _parent._parent.P1.GetHurt = true; } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { if (-2 < yThrust) { if (random(5) < 4) { yThrust = -20 - random(5); } else { yThrust = -8; } gotoAndStop (1); while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, (_parent._parent._y + _parent._y) + _y, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, (_parent._parent._y + _parent._y) + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 12, ((_parent._parent._y + _parent._y) + _y) - 40, true) or _parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 12, ((_parent._parent._y + _parent._y) + _y) - 40, true)) { _y = (_y + 1); } } } if ((_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, (_parent._parent._y + _parent._y) + _y, true))) or hitTest(_parent.monsterwall)) { _xscale = -100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) - 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x + 1); } } if (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true) && (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, (_parent._parent._y + _parent._y) + _y, true))) { _xscale = 100; while (_parent.Wall.hitTest(((_parent._parent._x + _parent._x) + _x) + 32, ((_parent._parent._y + _parent._y) + _y) - 15, true)) { _x = (_x - 1); } } if (_x < 50) { _xscale = -100; } if (1450 < _x) { _xscale = 100; } } } onClipEvent (load) { _x = (random(800) + 240); if (random(2) == 1) { _xscale = -100; } }
Instance of Symbol 182 MovieClip "sprite" in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Active) { if (Key.isDown(81)) { _parent.yThrust = -20; _parent.DashBack = true; tellTarget (_parent) { gotoAndStop (4); }; } if (Key.isDown(Key.UP)) { LookingDown = false; gotoAndStop (2); if (30 < DownCount) { LookingUp = true; if ((_parent._y + _parent._parent._y) < 440) { _parent._parent._y = _parent._parent._y + 2; } } } else if (Key.isDown(Key.DOWN)) { LookingUp = false; gotoAndStop (3); if ((30 < DownCount) && (-500 < _parent._parent._y)) { LookingDown = true; if (100 < (_parent._y + _parent._parent._y)) { _parent._parent._y = _parent._parent._y - 2; } } } else { LookingDown = false; LookingUp = false; } } }
Instance of Symbol 187 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Item._currentframe == 2) { _xscale = _parent._xScale; gotoAndStop(_parent.Apples + 1); if (_parent.Apples == 0) { tellTarget (_root.Item) { gotoAndStop (1); }; } } else { _parent.Apples = 6; gotoAndStop (1); } }
Instance of Symbol 253 MovieClip "sprite" in Symbol 545 MovieClip Frame 3
onClipEvent (load) { Kicked = false; yBoost = -2; } onClipEvent (enterFrame) { if (Key.isDown(88) && (!Kicked)) { gotoAndStop (2); _parent.xThrust = _parent.xThrust * 1.5; StartY = _y; Kicked = true; } if (_currentframe == 2) { _parent._y = _parent._y - 1; _parent.yThrust = 0; _y = (_y + yBoost); yBoost = yBoost + 1; if (_y >= StartY) { tellTarget (_parent) { ReadytoRunR = false; ReadytoRunL = false; gotoAndStop (2); }; } } }
Symbol 545 MovieClip Frame 4
Jump = true;
Instance of Symbol 254 MovieClip in Symbol 545 MovieClip Frame 4
onClipEvent (enterFrame) { if (_parent.yThrust < -4) { gotoAndStop (7); } else if (2 < _parent.yThrust) { gotoAndStop (9); } else { gotoAndStop (11); } }
Symbol 545 MovieClip Frame 5
Jump = true;
Instance of Symbol 331 MovieClip "Sprite" in Symbol 545 MovieClip Frame 6
onClipEvent (enterFrame) { tellTarget (_parent) { _x = (_x - xThrust); xThrust = 0; }; } onClipEvent (load) { if (_root.BackwardsBuck) { _xscale = -100; } }
Instance of Symbol 368 MovieClip "sprite" in Symbol 545 MovieClip Frame 7
onClipEvent (load) { if (_root.BackwardsBuck) { _xscale = -100; } }
Symbol 545 MovieClip Frame 9
_root.Shake = true; yThrust = -4; xThrust = -((6 * _xscale) / 100);
Instance of Symbol 374 MovieClip in Symbol 545 MovieClip Frame 9
onClipEvent (enterFrame) { tellTarget (_parent) { _x = (_x + xThrust); _y = (_y + yThrust); }; }
Symbol 545 MovieClip Frame 10
_root.Life = _root.Life - 1; _root.Shake = true; yThrust = -6; xThrust = -((6 * _xscale) / 100); invincible = 90;
Symbol 545 MovieClip Frame 11
stop();
Instance of Symbol 376 MovieClip in Symbol 545 MovieClip Frame 11
onClipEvent (enterFrame) { me._rotation = me._rotation + 20; _parent.yThrust = _parent.yThrust + 2; _parent._y = _parent._y + _parent.yThrust; gotoAndStop (1); }
Symbol 545 MovieClip Frame 15
stop();
Symbol 563 MovieClip Frame 7
if (Key.isDown(88)) { gotoAndPlay (5); }
Symbol 563 MovieClip Frame 12
stop(); tellTarget (_parent) { gotoAndPlay (12); };
Symbol 571 MovieClip Frame 1
stop();
Symbol 571 MovieClip Frame 11
gotoAndPlay (9);
Symbol 584 MovieClip Frame 1
stop();
Symbol 584 MovieClip Frame 4
tellTarget (_parent._parent._parent._parent.Beam) { Fire = true; };
Symbol 586 MovieClip Frame 3
stop();
Instance of Symbol 584 MovieClip "sprite" in Symbol 586 MovieClip Frame 3
onClipEvent (enterFrame) { if (Key.isDown(88) && (!_parent._parent._parent.Kick)) { play(); } if (1 < _currentframe) { _parent._parent.DownCount = 0; } }
Symbol 586 MovieClip Frame 5
tellTarget (_parent) { gotoAndStop (1); };
Symbol 587 MovieClip Frame 1
stop();
Symbol 587 MovieClip Frame 2
stop();
Instance of Symbol 571 MovieClip "sprite" in Symbol 587 MovieClip Frame 2
onClipEvent (enterFrame) { if ((!Key.isDown(Key.UP)) && (_currentframe == 1)) { tellTarget (_parent) { DownCount = 0; gotoAndStop (1); }; } else if (_currentframe == 1) { _parent.DownCount = _parent.DownCount + 1; } else { _parent.DownCount = 0; } if (Key.isDown(88) && (_currentframe == 1)) { play(); } }
Symbol 587 MovieClip Frame 3
stop();
Instance of Symbol 586 MovieClip in Symbol 587 MovieClip Frame 3
onClipEvent (enterFrame) { _parent.DownCount = _parent.DownCount + 1; if (!Key.isDown(Key.DOWN)) { _parent.DownCount = 0; if (sprite._currentframe == 1) { play(); } } }
Instance of Symbol 186 MovieClip in Symbol 588 MovieClip Frame 2
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 186 MovieClip in Symbol 588 MovieClip Frame 3
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 186 MovieClip in Symbol 588 MovieClip Frame 4
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 186 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 186 MovieClip in Symbol 588 MovieClip Frame 6
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 186 MovieClip in Symbol 588 MovieClip Frame 7
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Symbol 645 MovieClip Frame 9
tellTarget (_parent._parent.Beam) { Fire = true; };
Symbol 645 MovieClip Frame 23
tellTarget (_parent) { GetHurt = false; gotoAndStop (1); };
Symbol 660 MovieClip Frame 3
tellTarget (_parent._parent.Beam) { Fire = true; };
Symbol 660 MovieClip Frame 14
tellTarget (_parent) { GetHurt = false; gotoAndStop (1); };
Symbol 665 MovieClip Frame 15
tellTarget (_parent) { GetHurt = false; gotoAndPlay (1); };
Instance of Symbol 664 MovieClip in Symbol 665 MovieClip Frame 15
onClipEvent (enterFrame) { _rotation = (_rotation - 12); }
Symbol 666 MovieClip Frame 15
tellTarget (_parent) { GetHurt = false; gotoAndPlay (1); };
Instance of Symbol 664 MovieClip in Symbol 666 MovieClip Frame 15
onClipEvent (enterFrame) { _rotation = (_rotation - 12); }
Symbol 676 MovieClip Frame 17
stop(); tellTarget (_root.Event) { gotoAndPlay (2); }; _root.HP._alpha = 0;
Symbol 677 MovieClip Frame 1
DashBack = false;
Instance of Symbol 587 MovieClip "sprite" in Symbol 677 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Active) { if (Key.isDown(81)) { _parent.yThrust = -20; _parent.DashBack = true; tellTarget (_parent) { gotoAndStop (4); }; } if (Key.isDown(Key.UP)) { LookingDown = false; gotoAndStop (2); if (30 < DownCount) { LookingUp = true; if ((_parent._y + _parent._parent._y) < 440) { _parent._parent._y = _parent._parent._y + 2; } } } else if (Key.isDown(Key.DOWN)) { LookingUp = false; gotoAndStop (3); if ((30 < DownCount) && (-500 < _parent._parent._y)) { LookingDown = true; if (100 < (_parent._y + _parent._parent._y)) { _parent._parent._y = _parent._parent._y - 2; } } } else { LookingDown = false; LookingUp = false; } } }
Instance of Symbol 588 MovieClip in Symbol 677 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Item._currentframe == 2) { _xscale = _parent._xScale; gotoAndStop(_parent.Apples + 1); if (_parent.Apples == 0) { tellTarget (_root.Item) { gotoAndStop (1); }; } } else { _parent.Apples = 6; gotoAndStop (1); } }
Symbol 677 MovieClip Frame 4
Jump = true;
Instance of Symbol 624 MovieClip in Symbol 677 MovieClip Frame 4
onClipEvent (enterFrame) { if (_parent.yThrust < -4) { gotoAndStop (7); } else if (2 < _parent.yThrust) { gotoAndStop (9); } else { gotoAndStop (11); } }
Symbol 677 MovieClip Frame 5
Jump = true;
Symbol 677 MovieClip Frame 9
_root.Shake = true; yThrust = -4; xThrust = -((6 * _xscale) / 100);
Instance of Symbol 665 MovieClip in Symbol 677 MovieClip Frame 9
onClipEvent (enterFrame) { tellTarget (_parent) { _x = (_x + xThrust); _y = (_y + yThrust); }; }
Symbol 677 MovieClip Frame 10
_root.Life = _root.Life - 1; _root.Shake = true; yThrust = -6; xThrust = -((6 * _xscale) / 100); invincible = 90;
Symbol 677 MovieClip Frame 11
stop();
Instance of Symbol 666 MovieClip in Symbol 677 MovieClip Frame 11
onClipEvent (enterFrame) { me._rotation = me._rotation - 20; _parent.yThrust = _parent.yThrust + 2; _parent._y = _parent._y + _parent.yThrust; gotoAndStop (1); }
Symbol 677 MovieClip Frame 15
stop();
Symbol 687 MovieClip Frame 3
if (Boom) { gotoAndPlay (5); } else { gotoAndPlay (1); }
Symbol 687 MovieClip Frame 12
ON = false; Boom = false; _y = 2000;
Symbol 688 MovieClip Frame 1
stop(); _root.Applejack = true; _root.Rarity = false;
Instance of Symbol 543 MovieClip "Stage2" in Symbol 688 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (58); } onClipEvent (enterFrame) { if ((_x + _parent._x) < -1700) { gotoAndPlay(_parent.Stage._currentframe + 1); _x = (_x + 2980); } if (1300 < (_x + _parent._x)) { if (4 < _parent.Stage._currentframe) { gotoAndPlay(_parent.Stage._currentframe - 4); } else { gotoAndPlay(_totalframes - 1); } _x = (_x - 2980); } if (_parent.P1.hitTest(this) && (!_parent.P1.hitTest(_parent.Stage))) { if ((!Front) && (_parent.Stage.Front)) { this.swapDepths(_parent.Stage); _parent.Stage.Front = false; Front = true; } } } onClipEvent (load) { Front = false; }
Instance of Symbol 544 MovieClip "Stage" in Symbol 688 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_x + _parent._x) < -1700) { gotoAndPlay(_parent.Stage2._currentframe + 1); _x = (_x + 2980); } if (1300 < (_x + _parent._x)) { if (4 < _parent.Stage2._currentframe) { gotoAndPlay(_parent.Stage2._currentframe - 4); } else { gotoAndPlay(_totalframes - 1); } _x = (_x - 2980); } if (_parent.P1.hitTest(this) && (!_parent.P1.hitTest(_parent.Stage2))) { if ((!Front) && (_parent.Stage2.Front)) { this.swapDepths(_parent.Stage2); _parent.Stage2.Front = false; Front = true; } } } onClipEvent (load) { Front = true; }
Instance of Symbol 545 MovieClip "P1" in Symbol 688 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Active && (_currentframe < 11)) { if ((Key.isDown(90) && (_currentframe < 4)) && (!Jump)) { if (!Key.isDown(Key.DOWN)) { yThrust = yThrust - 21; if (_root.Item._currentframe == 3) { yThrust = yThrust - 10; } if (_currentframe == 3) { gotoAndStop (5); } else { gotoAndStop (4); } } else { Jump = true; DropDown = true; } Jump = true; } if (Key.isDown(88)) { if ((_currentframe < 3) && (!Kick)) { xThrust = 0; yThrust = 0; gotoAndStop (6); } else if (((_currentframe < 6) && (_currentframe != 3)) && (!Kick)) { xThrust = 0; yThrust = 0; gotoAndStop (7); } Kick = true; } else if (_currentframe < 4) { Kick = false; } if ((!Key.isDown(90)) && (_currentframe < 4)) { Jump = false; } if (Key.isDown(Key.LEFT) && (_currentframe < 6)) { xThrust = xThrust - 2; _xscale = -100; if (_currentframe == 1) { if (ReadytoRunL) { gotoAndStop (3); } else { gotoAndStop (2); } } } else if (Key.isDown(Key.RIGHT) && (_currentframe < 6)) { xThrust = xThrust + 2; _xscale = 100; if (_currentframe == 1) { if (ReadytoRunR) { gotoAndStop (3); } else { gotoAndStop (2); } } } else { if ((_currentframe == 2) or ((_currentframe == 3) && (sprite._currentframe == 1))) { gotoAndStop (1); if (0 < xThrust) { ReadytoRunR = true; } else if (xThrust < 0) { ReadytoRunL = true; } } if ((_currentframe == 3) && (sprite._currentframe == 2)) { if (0 < _xscale) { xThrust = xThrust + 4; } else { xThrust = xThrust - 4; } } } if ((_currentframe == 3) or (_currentframe == 5)) { if (0 < _xscale) { xThrust = xThrust + 2; } else { xThrust = xThrust - 2; } } if (((_currentframe < 7) or (_currentframe == 10)) or (_currentframe == 9)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 4); if ((xThrust < 1) && (-1 < xThrust)) { ReadytoRunL = false; ReadytoRunR = false; xThrust = 0; } } else { xThrust = xThrust - (xThrust / 4); yThrust = 0; } } } onClipEvent (enterFrame) { if (_root.Active && (_currentframe < 11)) { if (((_parent.Stage.Floor.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage.Floor.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) or _parent.Stage2.Floor.hitTest((_parent._x + _x) - 12, _parent._y + _y, true)) or _parent.Stage2.Floor.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { if (!DropDown) { if (-2 < yThrust) { if ((_currentframe >= 4) && (_currentframe < 6)) { gotoAndStop (1); } yThrust = 0; while (((_parent.Stage.Floor.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage.Floor.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) or _parent.Stage2.Floor.hitTest((_parent._x + _x) - 12, _parent._y + _y, true)) or _parent.Stage2.Floor.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { _y = (_y - 1); } } } } else if (DropDown) { DropDown = false; } if (_parent.Stage.Wall.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage.Wall.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { if (-2 < yThrust) { if (((_currentframe >= 4) && (_currentframe < 6)) or (_currentframe == 9)) { gotoAndStop (1); } yThrust = 0; while (_parent.Stage.Wall.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage.Wall.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if (8 < yThrust) { gotoAndStop (4); } } if (_parent.Stage.Wall.hitTest((_parent._x + _x) - 12, (_parent._y + _y) - 40, true) or _parent.Stage.Wall.hitTest((_parent._x + _x) + 12, (_parent._y + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Stage.Wall.hitTest((_parent._x + _x) - 12, (_parent._y + _y) - 40, true) or _parent.Stage.Wall.hitTest((_parent._x + _x) + 12, (_parent._y + _y) - 40, true)) { _y = (_y + 1); } } } if (_parent.Stage.Wall.hitTest((_parent._x + _x) - 32, (_parent._y + _y) - 15, true) && (_parent.Stage.Wall.hitTest((_parent._x + _x) - 32, _parent._y + _y, true))) { while (_parent.Stage.Wall.hitTest((_parent._x + _x) - 32, (_parent._y + _y) - 15, true)) { _x = (_x + 1); } ReadytoRunL = false; if (_currentframe == 3) { if (sprite._currentframe == 2) { gotoAndStop (9); } else { gotoAndStop (2); } } } if (_parent.Stage.Wall.hitTest((_parent._x + _x) + 32, (_parent._y + _y) - 15, true) && (_parent.Stage.Wall.hitTest((_parent._x + _x) + 32, _parent._y + _y, true))) { while (_parent.Stage.Wall.hitTest((_parent._x + _x) + 32, (_parent._y + _y) - 15, true)) { _x = (_x - 1); } ReadytoRunR = false; if (_currentframe == 3) { if (sprite._currentframe == 2) { gotoAndStop (9); } else { gotoAndStop (2); } } } if (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage2.Wall.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { if (-2 < yThrust) { if (((_currentframe >= 4) && (_currentframe < 6)) or (_currentframe == 9)) { gotoAndStop (1); } yThrust = 0; while (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage2.Wall.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { _y = (_y - 1); } } } if (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 12, (_parent._y + _y) - 40, true) or _parent.Stage2.Wall.hitTest((_parent._x + _x) + 12, (_parent._y + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 12, (_parent._y + _y) - 40, true) or _parent.Stage2.Wall.hitTest((_parent._x + _x) + 12, (_parent._y + _y) - 40, true)) { _y = (_y + 1); } } } if (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 32, (_parent._y + _y) - 15, true) && (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 32, _parent._y + _y, true))) { while (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 32, (_parent._y + _y) - 15, true)) { _x = (_x + 1); } ReadytoRunL = false; if (_currentframe == 3) { if (sprite._currentframe == 2) { gotoAndStop (9); } else { gotoAndStop (2); } } } if (_parent.Stage2.Wall.hitTest((_parent._x + _x) + 32, (_parent._y + _y) - 15, true) && (_parent.Stage2.Wall.hitTest((_parent._x + _x) + 32, _parent._y + _y, true))) { while (_parent.Stage2.Wall.hitTest((_parent._x + _x) + 32, (_parent._y + _y) - 15, true)) { _x = (_x - 1); } ReadytoRunR = false; if (_currentframe == 3) { if (sprite._currentframe == 2) { gotoAndStop (9); } else { gotoAndStop (2); } } } } } onClipEvent (enterFrame) { if (_root.Active && (_currentframe < 11)) { if (box.hitTest(_root.Up)) { while (box.hitTest(_root.Up)) { _parent._y = _parent._y + 1; } } if (box.hitTest(_root.Down)) { while (box.hitTest(_root.Down)) { _parent._y = _parent._y - 1; } } if (box.hitTest(_root.Left)) { while (box.hitTest(_root.Left)) { _parent._x = _parent._x + 1; } } if (box.hitTest(_root.Right)) { while (box.hitTest(_root.Right)) { _parent._x = _parent._x - 1; } } if (GetHurt) { if ((_currentframe < 6) && (Invincible < 1)) { gotoAndStop (10); xThrust = (-20 * _xscale) / 100; yThrust = -15; GetHurt = false; } } if (_currentframe == 10) { yThrust = yThrust + 2; } if (0 < Invincible) { if (75 < Invincible) { hooves._name = ""; } GetHurt = false; Invincible = Invincible - 1; if (Invincible < 85) { _alpha = 40; } } else { _alpha = 100; } } if ((_root.Life < 1) && (_currentframe < 11)) { yThrust = -20; gotoAndPlay (11); Invincible = 0; _alpha = 100; } if (_currentframe == 11) { _alpha = 100; if (2000 < _y) { removeMovieClip(this); } } } onClipEvent (load) { _x = _root.MyX; _y = _root.MyY; _xscale = _root.MyScale; gotoAndStop (4); Jump = true; _root.Active = true; Invincible = 0; }
Symbol 688 MovieClip Frame 2
stop(); _root.Rarity = true; _root.Applejack = false;
Instance of Symbol 677 MovieClip "P1" in Symbol 688 MovieClip Frame 2
onClipEvent (enterFrame) { if (DashBack) { xThrust = -12; } if (_root.Active && (_currentframe < 11)) { if ((Key.isDown(90) && (_currentframe < 4)) && (!Jump)) { if (!Key.isDown(Key.DOWN)) { yThrust = yThrust - 21; if (_root.Item._currentframe == 3) { yThrust = yThrust - 10; } if (_currentframe == 3) { gotoAndStop (5); } else { gotoAndStop (4); } } else { Jump = true; DropDown = true; } Jump = true; } if (Key.isDown(88)) { if ((_currentframe == 1) && (1 < sprite._currentframe)) { } else if ((_currentframe < 3) && (!Kick)) { xThrust = 0; yThrust = 0; gotoAndStop (6); } else if (((_currentframe < 6) && (_currentframe != 3)) && (!Kick)) { gotoAndStop (7); } Kick = true; } else if (_currentframe < 4) { Kick = false; } if ((!Key.isDown(90)) && (_currentframe < 4)) { Jump = false; } if (Key.isDown(Key.LEFT) && ((_currentframe < 6) or (_currentframe == 7))) { xThrust = xThrust - 1.5; _xscale = -100; if (_currentframe == 1) { gotoAndStop (2); } } else if (Key.isDown(Key.RIGHT) && ((_currentframe < 6) or (_currentframe == 7))) { xThrust = xThrust + 1.5; _xscale = 100; if (_currentframe == 1) { gotoAndStop (2); } } else if ((_currentframe == 2) or ((_currentframe == 3) && (sprite._currentframe == 1))) { gotoAndStop (1); } if (((_currentframe < 8) or (_currentframe == 10)) or (_currentframe == 9)) { _x = (_x + xThrust); _y = (_y + yThrust); xThrust = xThrust - (xThrust / 6); if ((xThrust < 1) && (-1 < xThrust)) { ReadytoRunL = false; ReadytoRunR = false; xThrust = 0; } } else { xThrust = xThrust - (xThrust / 4); yThrust = 0; } } } onClipEvent (enterFrame) { if (_root.Active && (_currentframe < 11)) { if (((_parent.Stage.Floor.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage.Floor.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) or _parent.Stage2.Floor.hitTest((_parent._x + _x) - 12, _parent._y + _y, true)) or _parent.Stage2.Floor.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { if (!DropDown) { if (-2 < yThrust) { if ((_currentframe >= 4) && (_currentframe < 6)) { gotoAndStop (1); } yThrust = 0; while (((_parent.Stage.Floor.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage.Floor.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) or _parent.Stage2.Floor.hitTest((_parent._x + _x) - 12, _parent._y + _y, true)) or _parent.Stage2.Floor.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { _y = (_y - 1); } } } } else if (DropDown) { DropDown = false; } if (_parent.Stage.Wall.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage.Wall.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { if (-2 < yThrust) { if ((((_currentframe >= 4) && (_currentframe < 6)) or (_currentframe == 9)) or (_currentframe == 7)) { gotoAndStop (1); } yThrust = 0; while (_parent.Stage.Wall.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage.Wall.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { _y = (_y - 1); } } } else { yThrust = yThrust + 2; if ((8 < yThrust) && (_currentframe != 7)) { gotoAndStop (4); } } if (_parent.Stage.Wall.hitTest((_parent._x + _x) - 12, (_parent._y + _y) - 40, true) or _parent.Stage.Wall.hitTest((_parent._x + _x) + 12, (_parent._y + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Stage.Wall.hitTest((_parent._x + _x) - 12, (_parent._y + _y) - 40, true) or _parent.Stage.Wall.hitTest((_parent._x + _x) + 12, (_parent._y + _y) - 40, true)) { _y = (_y + 1); } } } if (_parent.Stage.Wall.hitTest((_parent._x + _x) - 32, (_parent._y + _y) - 15, true) && (_parent.Stage.Wall.hitTest((_parent._x + _x) - 32, _parent._y + _y, true))) { while (_parent.Stage.Wall.hitTest((_parent._x + _x) - 32, (_parent._y + _y) - 15, true)) { _x = (_x + 1); } ReadytoRunL = false; if (_currentframe == 3) { if (sprite._currentframe == 2) { gotoAndStop (9); } else { gotoAndStop (2); } } } if (_parent.Stage.Wall.hitTest((_parent._x + _x) + 32, (_parent._y + _y) - 15, true) && (_parent.Stage.Wall.hitTest((_parent._x + _x) + 32, _parent._y + _y, true))) { while (_parent.Stage.Wall.hitTest((_parent._x + _x) + 32, (_parent._y + _y) - 15, true)) { _x = (_x - 1); } ReadytoRunR = false; if (_currentframe == 3) { if (sprite._currentframe == 2) { gotoAndStop (9); } else { gotoAndStop (2); } } } if (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage2.Wall.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { if (-2 < yThrust) { if (((_currentframe >= 4) && (_currentframe < 6)) or (_currentframe == 9)) { gotoAndStop (1); } yThrust = 0; while (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 12, _parent._y + _y, true) or _parent.Stage2.Wall.hitTest((_parent._x + _x) + 12, _parent._y + _y, true)) { _y = (_y - 1); } } } if (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 12, (_parent._y + _y) - 40, true) or _parent.Stage2.Wall.hitTest((_parent._x + _x) + 12, (_parent._y + _y) - 40, true)) { if (yThrust < 0) { yThrust = 2; while (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 12, (_parent._y + _y) - 40, true) or _parent.Stage2.Wall.hitTest((_parent._x + _x) + 12, (_parent._y + _y) - 40, true)) { _y = (_y + 1); } } } if (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 32, (_parent._y + _y) - 15, true) && (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 32, _parent._y + _y, true))) { while (_parent.Stage2.Wall.hitTest((_parent._x + _x) - 32, (_parent._y + _y) - 15, true)) { _x = (_x + 1); } ReadytoRunL = false; if (_currentframe == 3) { if (sprite._currentframe == 2) { gotoAndStop (9); } else { gotoAndStop (2); } } } if (_parent.Stage2.Wall.hitTest((_parent._x + _x) + 32, (_parent._y + _y) - 15, true) && (_parent.Stage2.Wall.hitTest((_parent._x + _x) + 32, _parent._y + _y, true))) { while (_parent.Stage2.Wall.hitTest((_parent._x + _x) + 32, (_parent._y + _y) - 15, true)) { _x = (_x - 1); } ReadytoRunR = false; if (_currentframe == 3) { if (sprite._currentframe == 2) { gotoAndStop (9); } else { gotoAndStop (2); } } } } } onClipEvent (enterFrame) { if (_root.Active && (_currentframe < 11)) { if (box.hitTest(_root.Up)) { while (box.hitTest(_root.Up) && (!sprite.LookingDown)) { _parent._y = _parent._y + 1; } } if ((box.hitTest(_root.Down) && (-500 < _parent._y)) && (!sprite.LookingUp)) { while (box.hitTest(_root.Down)) { _parent._y = _parent._y - 1; } } if (box.hitTest(_root.Left)) { while (box.hitTest(_root.Left)) { _parent._x = _parent._x + 1; } } if (box.hitTest(_root.Right)) { while (box.hitTest(_root.Right)) { _parent._x = _parent._x - 1; } } if (GetHurt) { if ((_currentframe < 6) && (Invincible < 1)) { gotoAndStop (10); xThrust = (-20 * _xscale) / 100; yThrust = -15; GetHurt = false; } } if (_currentframe == 10) { yThrust = yThrust + 2; } if (0 < Invincible) { if (75 < Invincible) { hooves._name = ""; } GetHurt = false; Invincible = Invincible - 1; if (Invincible < 85) { _alpha = 40; } } else { _alpha = 100; } } if ((_root.Life < 1) && (_currentframe < 11)) { yThrust = -20; gotoAndPlay (11); Invincible = 0; _alpha = 100; } if (hitTest(_parent.Lava)) { yThrust = 0; gotoAndStop (20); _alpha = 100; } if (_currentframe == 11) { _alpha = 100; if (2000 < _y) { removeMovieClip(this); } } } onClipEvent (load) { _x = _root.MyX; _y = _root.MyY; _xscale = _root.MyScale; gotoAndStop (4); Jump = true; _root.Active = true; Invincible = 0; }
Instance of Symbol 687 MovieClip "Beam" in Symbol 688 MovieClip Frame 2
onClipEvent (enterFrame) { if (Fire) { _x = (_parent.P1._x + (_parent.P1._xScale / 1.5)); _y = (_parent.P1._y - 64); if (_parent.P1._currentframe == 1) { _y = (_y + 30); } _alpha = 100; _xscale = _parent.P1._xScale; xThrust = _parent.P1._xScale / 3; On = true; Fire = false; } else if (On) { if (_currentframe < 5) { _x = (_x + xThrust); } if ((900 < (_x + _parent._x)) or ((_x + _parent._x) < -100)) { _y = (_y + 2000); On = false; } } else { _alpha = 0; } }
Symbol 696 MovieClip Frame 1
stop();
Symbol 696 MovieClip Frame 4
_root.Life = 5;
Symbol 697 MovieClip Frame 1
stop();
Symbol 698 MovieClip Frame 1
stop();
Symbol 705 MovieClip Frame 1
stop();
Instance of Symbol 700 MovieClip in Symbol 705 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Life < 1) { if (0 < _alpha) { _alpha = (_alpha - 15); } } else if (_alpha < 100) { _alpha = (_alpha + 15); } }
Instance of Symbol 701 MovieClip in Symbol 705 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Life < 2) { if (0 < _alpha) { _alpha = (_alpha - 15); } } else if (_alpha < 100) { _alpha = (_alpha + 15); } }
Instance of Symbol 702 MovieClip in Symbol 705 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Life < 3) { if (0 < _alpha) { _alpha = (_alpha - 15); } } else if (_alpha < 100) { _alpha = (_alpha + 15); } }
Symbol 705 MovieClip Frame 3
stop();
Instance of Symbol 700 MovieClip in Symbol 705 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.Life < 1) { if (0 < _alpha) { _alpha = (_alpha - 15); } } else if (_alpha < 100) { _alpha = (_alpha + 15); } }
Instance of Symbol 701 MovieClip in Symbol 705 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.Life < 2) { if (0 < _alpha) { _alpha = (_alpha - 15); } } else if (_alpha < 100) { _alpha = (_alpha + 15); } }
Instance of Symbol 702 MovieClip in Symbol 705 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.Life < 3) { if (0 < _alpha) { _alpha = (_alpha - 15); } } else if (_alpha < 100) { _alpha = (_alpha + 15); } }
Instance of Symbol 703 MovieClip in Symbol 705 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.Life < 4) { if (0 < _alpha) { _alpha = (_alpha - 15); } } else if (_alpha < 100) { _alpha = (_alpha + 15); } }
Instance of Symbol 704 MovieClip in Symbol 705 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.Life < 5) { if (0 < _alpha) { _alpha = (_alpha - 15); } } else if (_alpha < 100) { _alpha = (_alpha + 15); } }
Symbol 709 MovieClip Frame 1
stop();
Symbol 709 MovieClip Frame 2
stop();
Instance of Symbol 708 MovieClip in Symbol 709 MovieClip Frame 2
onClipEvent (load) { if ((_root._currentframe == 15) && (_root.stage.P1._currentframe != 15)) { _alpha = 100; } }
Instance of Symbol 715 MovieClip in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 20); }
Instance of Symbol 715 MovieClip in Symbol 717 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 20); }
Symbol 721 MovieClip Frame 1
if (_root.Applejack) { stop(); } else if (_root.Rarity) { gotoAndStop (2); }
Symbol 721 MovieClip Frame 2
stop();
Symbol 727 Button
on (release) { tellTarget (_root) { gotoAndPlay(_currentframe - 1); }; tellTarget (_root.music) { gotoAndPlay (2); }; gotoAndStop (1); }
Symbol 744 MovieClip Frame 1
stop();
Symbol 748 Button
on (release) { _root.Life = 5; _root.Items = 4; tellTarget (_root.Item) { gotoAndStop (4); }; play(); } on (rollOver) { tellTarget (TB) { gotoAndStop (2); }; } on (rollOut) { tellTarget (TB) { gotoAndStop (1); }; }
Symbol 749 Button
on (release) { _root.Items = 3; tellTarget (_root.Item) { gotoAndStop (3); }; play(); } on (rollOver) { tellTarget (TB) { gotoAndStop (3); }; } on (rollOut) { tellTarget (TB) { gotoAndStop (1); }; }
Symbol 750 Button
on (release) { _root.Items = 2; tellTarget (_root.Item) { gotoAndStop (2); }; play(); } on (rollOver) { tellTarget (TB) { gotoAndStop (4); }; } on (rollOut) { tellTarget (TB) { gotoAndStop (1); }; }
Symbol 751 Button
on (release) { _root.Items = 5; tellTarget (_root.Item) { gotoAndStop (5); }; play(); } on (rollOver) { tellTarget (TB) { gotoAndStop (5); }; } on (rollOut) { tellTarget (TB) { gotoAndStop (1); }; }
Symbol 752 Button
on (release) { _root.Items = 1; tellTarget (_root.Item) { gotoAndStop (1); }; play(); } on (rollOver) { tellTarget (TB) { gotoAndStop (6); }; } on (rollOut) { tellTarget (TB) { gotoAndStop (1); }; }
Symbol 753 MovieClip Frame 1
stop();
Symbol 753 MovieClip Frame 10
stop();
Symbol 769 MovieClip Frame 1
stop();
Symbol 769 MovieClip Frame 2
tellTarget (_root.music) { stop(); };
Instance of Symbol 711 MovieClip in Symbol 769 MovieClip Frame 2
onClipEvent (enterFrame) { if (_alpha < 75) { _alpha = (_alpha + 5); } }
Symbol 769 MovieClip Frame 40
stop();
Symbol 769 MovieClip Frame 50
stop(); tellTarget (_root.music) { stop(); }; tellTarget (_root.music2) { gotoAndPlay (2); }; tellTarget (_root.stage.P1) { gotoAndStop (1); };
Instance of Symbol 711 MovieClip in Symbol 769 MovieClip Frame 50
onClipEvent (enterFrame) { if (_alpha < 75) { _alpha = (_alpha + 5); } }
Instance of Symbol 389 MovieClip in Symbol 769 MovieClip Frame 50
onClipEvent (enterFrame) { if (((Key.isDown(90) or Key.isDown(88)) or Key.isDown(Key.SPACE)) or Key.isDown(Key.ENTER)) { if (!KeyPress) { tellTarget (_parent) { play(); }; } KeyPress = true; } else { KeyPress = false; } } onClipEvent (load) { KeyPress = true; }
Symbol 769 MovieClip Frame 51
stop();
Symbol 769 MovieClip Frame 52
stop();
Symbol 769 MovieClip Frame 53
stop();
Symbol 769 MovieClip Frame 54
tellTarget (_root.music) { gotoAndPlay (2); }; tellTarget (_root.music2) { stop(); }; _root.Active = true;
Symbol 769 MovieClip Frame 55
gotoAndStop (1);
Symbol 769 MovieClip Frame 100
tellTarget (_root) { gotoAndStop (20); }; _root.HP._alpha = 0;
Symbol 769 MovieClip Frame 350
stop();
Instance of Symbol 389 MovieClip in Symbol 769 MovieClip Frame 350
onClipEvent (enterFrame) { if (((Key.isDown(90) or Key.isDown(88)) or Key.isDown(Key.SPACE)) or Key.isDown(Key.ENTER)) { if (!KeyPress) { tellTarget (_parent) { play(); }; } KeyPress = true; } else { KeyPress = false; } } onClipEvent (load) { KeyPress = true; }
Symbol 769 MovieClip Frame 351
stop();
Symbol 769 MovieClip Frame 352
tellTarget (_root) { gotoAndStop (1); };
Symbol 769 MovieClip Frame 820
tellTarget (_root.music) { stop(); tellTarget (_root) { gotoAndStop (40); }; };
Symbol 769 MovieClip Frame 876
stop();
Symbol 771 MovieClip Frame 1
stop();
Symbol 773 MovieClip Frame 1
stop();
Symbol 795 MovieClip Frame 650
stop(); tellTarget (_root.Event) { gotoAndPlay (320); };

Library Items

Symbol 1 GraphicUsed by:755 756 795  Timeline
Symbol 2 GraphicUsed by:6
Symbol 3 FontUsed by:4 706 707 724
Symbol 4 TextUses:3Used by:6
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:2 4 5Used by:Timeline
Symbol 7 GraphicUsed by:15
Symbol 8 GraphicUsed by:15
Symbol 9 GraphicUsed by:12 89 90 100 104 107 108 109 112 115 118 120
Symbol 10 GraphicUsed by:12 89 90 100 104 107 108 109 112 115 118 120
Symbol 11 GraphicUsed by:12 89 90 100 104 107 108 109 112 115 118 120
Symbol 12 ButtonUses:9 10 11Used by:15
Symbol 13 FontUsed by:14 91 92 101 105 110 111 113 116 117 119 121
Symbol 14 TextUses:13Used by:15
Symbol 15 MovieClipUses:7 8 12 14Used by:Timeline
Symbol 16 FontUsed by:17 18 19 20 93 392 397 398 731 736 737 738 739 740 741 742 743 767 768
Symbol 17 TextUses:16Used by:Timeline
Symbol 18 TextUses:16Used by:Timeline
Symbol 19 TextUses:16Used by:Timeline
Symbol 20 TextUses:16Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:39
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:39
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:39
Symbol 27 GraphicUsed by:39
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:39
Symbol 30 GraphicUsed by:39
Symbol 31 GraphicUsed by:39
Symbol 32 GraphicUsed by:39
Symbol 33 GraphicUsed by:39
Symbol 34 GraphicUsed by:39
Symbol 35 GraphicUsed by:39
Symbol 36 GraphicUsed by:39
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:22 24 26 27 29 30 31 32 33 34 35 36 37 38Used by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:Timeline
Symbol 43 GraphicUsed by:88
Symbol 44 GraphicUsed by:51
Symbol 45 GraphicUsed by:51
Symbol 46 GraphicUsed by:51
Symbol 47 GraphicUsed by:51
Symbol 48 GraphicUsed by:51
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:44 45 46 47 48 49 50Used by:88
Symbol 52 GraphicUsed by:56
Symbol 53 GraphicUsed by:56
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:52 53 54 55Used by:86 87
Symbol 57 GraphicUsed by:60
Symbol 58 GraphicUsed by:60
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:57 58 59Used by:86 87
Symbol 61 GraphicUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:61 62 63Used by:86 87
Symbol 65 GraphicUsed by:86 87
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:86 87
Symbol 68 GraphicUsed by:72
Symbol 69 GraphicUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:68 69 70 71Used by:86 87
Symbol 73 GraphicUsed by:79
Symbol 74 GraphicUsed by:79
Symbol 75 GraphicUsed by:79
Symbol 76 GraphicUsed by:79
Symbol 77 GraphicUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:73 74 75 76 77 78Used by:86 87
Symbol 80 GraphicUsed by:84
Symbol 81 GraphicUsed by:84
Symbol 82 GraphicUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:80 81 82 83Used by:86 87
Symbol 85 GraphicUsed by:86 87
Symbol 86 MovieClipUses:56 60 64 65 67 72 79 84 85Used by:88
Symbol 87 MovieClipUses:56 60 64 65 67 72 79 84 85Used by:88
Symbol 88 MovieClipUses:43 51 86 87Used by:Timeline
Symbol 89 ButtonUses:9 10 11Used by:Timeline
Symbol 90 ButtonUses:9 10 11Used by:Timeline
Symbol 91 TextUses:13Used by:Timeline
Symbol 92 TextUses:13Used by:Timeline
Symbol 93 TextUses:16Used by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 FontUsed by:96 103
Symbol 96 TextUses:95Used by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98 SS1Used by:Timeline
Symbol 100 ButtonUses:9 10 11Used by:Timeline
Symbol 101 TextUses:13Used by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 TextUses:95Used by:Timeline
Symbol 104 ButtonUses:9 10 11Used by:Timeline
Symbol 105 TextUses:13Used by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 MovieClipUses:9 10 11Used by:Timeline
Symbol 108 MovieClipUses:9 10 11Used by:Timeline
Symbol 109 ButtonUses:9 10 11Used by:Timeline
Symbol 110 TextUses:13Used by:Timeline
Symbol 111 TextUses:13Used by:Timeline
Symbol 112 ButtonUses:9 10 11Used by:Timeline
Symbol 113 TextUses:13Used by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 ButtonUses:9 10 11Used by:Timeline
Symbol 116 TextUses:13Used by:Timeline
Symbol 117 TextUses:13Used by:Timeline
Symbol 118 ButtonUses:9 10 11Used by:Timeline
Symbol 119 TextUses:13Used by:Timeline
Symbol 120 ButtonUses:9 10 11Used by:Timeline
Symbol 121 TextUses:13Used by:Timeline
Symbol 122 GraphicUsed by:125
Symbol 123 GraphicUsed by:125
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:122 123 124Used by:151 447 448 458 484 486 487 488 527
Symbol 126 GraphicUsed by:127 150 299 332 409 410 427
Symbol 127 MovieClipUses:126Used by:151 162 253 386 447 448 458 473 484 485 486 487 488 527 543 544 545 677
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:151 447 448 458 484 486 487 488 527
Symbol 130 GraphicUsed by:151 447 448 458 484 486 487 488 527
Symbol 131 SoundUsed by:151 162 416 447 448 458 473 484 485 486 487 488 527
Symbol 132 SoundUsed by:151 447 448 458 484 486 487 488 527
Symbol 133 GraphicUsed by:149
Symbol 134 GraphicUsed by:149
Symbol 135 GraphicUsed by:149
Symbol 136 GraphicUsed by:149
Symbol 137 GraphicUsed by:149
Symbol 138 GraphicUsed by:149
Symbol 139 GraphicUsed by:149
Symbol 140 GraphicUsed by:149
Symbol 141 GraphicUsed by:149
Symbol 142 GraphicUsed by:149
Symbol 143 GraphicUsed by:149
Symbol 144 GraphicUsed by:149
Symbol 145 GraphicUsed by:149
Symbol 146 GraphicUsed by:149
Symbol 147 GraphicUsed by:149
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148Used by:151 447 448 458 484 486 487 488 527
Symbol 150 MovieClipUses:126Used by:151 447 448 458 484 486 487 488 527
Symbol 151 MovieClipUses:125 127 129 130 131 132 149 150Used by:Timeline
Symbol 152 GraphicUsed by:158
Symbol 153 GraphicUsed by:158
Symbol 154 GraphicUsed by:158
Symbol 155 GraphicUsed by:158
Symbol 156 GraphicUsed by:158
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:152 153 154 155 156 157Used by:162 473 485
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:162 473 485
Symbol 161 SoundUsed by:162 473 485
Symbol 162 MovieClipUses:158 127 160 131 161Used by:Timeline
Symbol 163 GraphicUsed by:182
Symbol 164 GraphicUsed by:168
Symbol 165 GraphicUsed by:168
Symbol 166 GraphicUsed by:168
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:164 165 166 167Used by:172 181 182 218 242 247 254 385 757 769
Symbol 169 GraphicUsed by:182 218 254
Symbol 170 GraphicUsed by:172 757
Symbol 171 GraphicUsed by:172 757
Symbol 172 MovieClipUses:170 168 171Used by:182
Symbol 173 GraphicUsed by:181
Symbol 174 GraphicUsed by:181
Symbol 175 GraphicUsed by:181
Symbol 176 GraphicUsed by:181
Symbol 177 GraphicUsed by:181
Symbol 178 GraphicUsed by:181
Symbol 179 GraphicUsed by:181
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:173 168 174 175 176 177 178 179 180Used by:182
Symbol 182 MovieClipUses:163 168 169 172 181Used by:386 545
Symbol 183 GraphicUsed by:185 468 753
Symbol 184 SoundUsed by:185 468 753
Symbol 185 MovieClipUses:183 184Used by:186
Symbol 186 MovieClipUses:185Used by:187 588
Symbol 187 MovieClipUses:186Used by:386 545
Symbol 188 GraphicUsed by:218 254
Symbol 189 GraphicUsed by:218 254
Symbol 190 GraphicUsed by:218 254
Symbol 191 GraphicUsed by:218 254
Symbol 192 GraphicUsed by:218 254
Symbol 193 GraphicUsed by:218 254
Symbol 194 GraphicUsed by:218 254
Symbol 195 SoundUsed by:218 254 623 624
Symbol 196 GraphicUsed by:218 254
Symbol 197 GraphicUsed by:218 254
Symbol 198 GraphicUsed by:218 254
Symbol 199 GraphicUsed by:218 254
Symbol 200 GraphicUsed by:218 254
Symbol 201 GraphicUsed by:218 254
Symbol 202 GraphicUsed by:218 254
Symbol 203 GraphicUsed by:218 254
Symbol 204 GraphicUsed by:218 254
Symbol 205 GraphicUsed by:218 254
Symbol 206 GraphicUsed by:218 254
Symbol 207 GraphicUsed by:218 254
Symbol 208 GraphicUsed by:218 254
Symbol 209 GraphicUsed by:218 254
Symbol 210 GraphicUsed by:218 254
Symbol 211 GraphicUsed by:218 254
Symbol 212 GraphicUsed by:218 254
Symbol 213 GraphicUsed by:218 254
Symbol 214 GraphicUsed by:218 254
Symbol 215 GraphicUsed by:218 254
Symbol 216 GraphicUsed by:218 254
Symbol 217 GraphicUsed by:218 254
Symbol 218 MovieClipUses:188 168 169 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217Used by:386 545  Timeline
Symbol 219 GraphicUsed by:242
Symbol 220 GraphicUsed by:242
Symbol 221 GraphicUsed by:242
Symbol 222 GraphicUsed by:242
Symbol 223 GraphicUsed by:242
Symbol 224 GraphicUsed by:242
Symbol 225 GraphicUsed by:242
Symbol 226 GraphicUsed by:242
Symbol 227 SoundUsed by:242
Symbol 228 GraphicUsed by:242
Symbol 229 GraphicUsed by:242
Symbol 230 GraphicUsed by:242
Symbol 231 GraphicUsed by:242
Symbol 232 GraphicUsed by:242
Symbol 233 GraphicUsed by:242
Symbol 234 GraphicUsed by:242
Symbol 235 GraphicUsed by:242
Symbol 236 GraphicUsed by:242
Symbol 237 GraphicUsed by:242
Symbol 238 GraphicUsed by:242
Symbol 239 GraphicUsed by:242
Symbol 240 GraphicUsed by:242
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:219 168 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241Used by:253
Symbol 243 GraphicUsed by:247
Symbol 244 GraphicUsed by:247
Symbol 245 GraphicUsed by:247
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:243 168 244 245 246Used by:253
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:248Used by:250 292
Symbol 250 MovieClipUses:249Used by:251
Symbol 251 MovieClipUses:250Used by:253
Symbol 252 SoundUsed by:253
Symbol 253 MovieClipUses:242 247 127 251 252Used by:386 545
Symbol 254 MovieClipUses:188 168 169 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217Used by:386 545
Symbol 255 SoundUsed by:386 545 677
Symbol 256 GraphicUsed by:331
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:257Used by:331 368
Symbol 259 GraphicUsed by:260 271
Symbol 260 MovieClipUses:259Used by:331 368 769
Symbol 261 GraphicUsed by:331
Symbol 262 GraphicUsed by:263 764
Symbol 263 MovieClipUses:262Used by:331 368
Symbol 264 GraphicUsed by:265 765
Symbol 265 MovieClipUses:264Used by:331 368
Symbol 266 GraphicUsed by:267 273
Symbol 267 MovieClipUses:266Used by:331 368 769
Symbol 268 GraphicUsed by:269 274
Symbol 269 MovieClipUses:268Used by:331 368
Symbol 270 GraphicUsed by:331
Symbol 271 MovieClipUses:259Used by:331 368
Symbol 272 GraphicUsed by:331
Symbol 273 MovieClipUses:266Used by:331 368
Symbol 274 MovieClipUses:268Used by:331 368
Symbol 275 GraphicUsed by:331
Symbol 276 GraphicUsed by:331 368
Symbol 277 GraphicUsed by:331
Symbol 278 GraphicUsed by:331
Symbol 279 GraphicUsed by:331 368
Symbol 280 GraphicUsed by:331
Symbol 281 GraphicUsed by:331
Symbol 282 GraphicUsed by:331 368
Symbol 283 GraphicUsed by:331
Symbol 284 GraphicUsed by:331
Symbol 285 GraphicUsed by:331 368
Symbol 286 GraphicUsed by:331
Symbol 287 GraphicUsed by:331
Symbol 288 GraphicUsed by:331
Symbol 289 GraphicUsed by:331
Symbol 290 GraphicUsed by:331
Symbol 291 SoundUsed by:331 368
Symbol 292 MovieClipUses:249Used by:331 368
Symbol 293 GraphicUsed by:331
Symbol 294 GraphicUsed by:331 368
Symbol 295 GraphicUsed by:296 321
Symbol 296 MovieClipUses:295Used by:331 368
Symbol 297 GraphicUsed by:331 368
Symbol 298 GraphicUsed by:331
Symbol 299 MovieClipUses:126Used by:331 368
Symbol 300 GraphicUsed by:331
Symbol 301 GraphicUsed by:331 368
Symbol 302 GraphicUsed by:331 368
Symbol 303 GraphicUsed by:331 368
Symbol 304 GraphicUsed by:331
Symbol 305 GraphicUsed by:331 368
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:331 368
Symbol 308 GraphicUsed by:331 368
Symbol 309 GraphicUsed by:331
Symbol 310 GraphicUsed by:331
Symbol 311 GraphicUsed by:331 368
Symbol 312 GraphicUsed by:331 368
Symbol 313 GraphicUsed by:331
Symbol 314 GraphicUsed by:331
Symbol 315 GraphicUsed by:331 368
Symbol 316 GraphicUsed by:331
Symbol 317 GraphicUsed by:331
Symbol 318 GraphicUsed by:331 368
Symbol 319 GraphicUsed by:331
Symbol 320 GraphicUsed by:331
Symbol 321 MovieClipUses:295Used by:331 368
Symbol 322 GraphicUsed by:331
Symbol 323 GraphicUsed by:331
Symbol 324 GraphicUsed by:331 368
Symbol 325 GraphicUsed by:331
Symbol 326 GraphicUsed by:331
Symbol 327 GraphicUsed by:331
Symbol 328 GraphicUsed by:331
Symbol 329 GraphicUsed by:331
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:256 258 260 261 263 265 267 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 296 297 298 299 300 301 302 303 304 305 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330Used by:386 545
Symbol 332 MovieClipUses:126Used by:386 545
Symbol 333 GraphicUsed by:368
Symbol 334 GraphicUsed by:368
Symbol 335 GraphicUsed by:368
Symbol 336 GraphicUsed by:368
Symbol 337 GraphicUsed by:368
Symbol 338 GraphicUsed by:368
Symbol 339 GraphicUsed by:368
Symbol 340 GraphicUsed by:368
Symbol 341 GraphicUsed by:368
Symbol 342 GraphicUsed by:368
Symbol 343 GraphicUsed by:368
Symbol 344 GraphicUsed by:368
Symbol 345 GraphicUsed by:368
Symbol 346 GraphicUsed by:368
Symbol 347 GraphicUsed by:368
Symbol 348 GraphicUsed by:368
Symbol 349 GraphicUsed by:368
Symbol 350 GraphicUsed by:368
Symbol 351 GraphicUsed by:368
Symbol 352 GraphicUsed by:368
Symbol 353 GraphicUsed by:368
Symbol 354 GraphicUsed by:368
Symbol 355 GraphicUsed by:368
Symbol 356 GraphicUsed by:368
Symbol 357 GraphicUsed by:368
Symbol 358 GraphicUsed by:368
Symbol 359 GraphicUsed by:368
Symbol 360 GraphicUsed by:368
Symbol 361 GraphicUsed by:368
Symbol 362 GraphicUsed by:368
Symbol 363 GraphicUsed by:368
Symbol 364 GraphicUsed by:368
Symbol 365 GraphicUsed by:368
Symbol 366 GraphicUsed by:368
Symbol 367 GraphicUsed by:368
Symbol 368 MovieClipUses:333 258 260 334 263 265 267 269 335 271 336 273 274 337 276 338 339 279 340 341 282 342 343 285 344 345 346 347 291 292 348 294 296 297 349 299 350 301 302 303 351 305 307 308 352 353 311 312 354 355 315 356 357 318 358 359 321 360 361 324 362 363 364 365 366 367Used by:386 545
Symbol 369 GraphicUsed by:371 373
Symbol 370 GraphicUsed by:371 373
Symbol 371 MovieClipUses:369 370Used by:374 376 676
Symbol 372 SoundUsed by:374 376 386 416 431 545 665 666 769
Symbol 373 MovieClipUses:369 370Used by:374 376
Symbol 374 MovieClipUses:371 372 373Used by:386 545
Symbol 375 SoundUsed by:386 431 545 677 769
Symbol 376 MovieClipUses:371 372 373Used by:386 545
Symbol 377 SoundUsed by:386 545 677
Symbol 378 GraphicUsed by:385
Symbol 379 GraphicUsed by:385
Symbol 380 GraphicUsed by:383
Symbol 381 GraphicUsed by:383
Symbol 382 GraphicUsed by:383
Symbol 383 MovieClipUses:380 381 382Used by:385 769
Symbol 384 SoundUsed by:385
Symbol 385 MovieClipUses:378 168 379 383 384Used by:386 545 677
Symbol 386 MovieClipUses:182 127 187 218 253 254 255 331 332 368 374 375 372 376 377 385Used by:Timeline
Symbol 387 GraphicUsed by:388 389 437 505 537 538 541 697 698
Symbol 388 ButtonUses:387Used by:769  Timeline
Symbol 389 MovieClipUses:387Used by:769  Timeline
Symbol 390 GraphicUsed by:Timeline
Symbol 391 GraphicUsed by:Timeline
Symbol 392 TextUses:16Used by:Timeline
Symbol 393 GraphicUsed by:394
Symbol 394 MovieClipUses:393Used by:769  Timeline
Symbol 395 GraphicUsed by:Timeline
Symbol 396 GraphicUsed by:Timeline
Symbol 397 TextUses:16Used by:Timeline
Symbol 398 TextUses:16Used by:Timeline
Symbol 399 GraphicUsed by:Timeline
Symbol 400 GraphicUsed by:543 544
Symbol 401 GraphicUsed by:402 403
Symbol 402 MovieClipUses:401Used by:453 467 495 504 543 544
Symbol 403 MovieClipUses:401Used by:453 467 479 495 522 543 544
Symbol 404 GraphicUsed by:405 450
Symbol 405 MovieClipUses:404Used by:453 467 495 504 543 544
Symbol 406 GraphicUsed by:407 492
Symbol 407 MovieClipUses:406Used by:453 467 479 495 504 522 534 543 544
Symbol 408 GraphicUsed by:416
Symbol 409 MovieClipUses:126Used by:416
Symbol 410 MovieClipUses:126Used by:416
Symbol 411 GraphicUsed by:416
Symbol 412 GraphicUsed by:416
Symbol 413 GraphicUsed by:416
Symbol 414 GraphicUsed by:416
Symbol 415 GraphicUsed by:416
Symbol 416 MovieClipUses:408 409 410 411 131 372 412 413 414 415Used by:453 467 479 495 504 522 534 543 544
Symbol 417 GraphicUsed by:418 425
Symbol 418 MovieClipUses:417Used by:453 495 504 543 544
Symbol 419 GraphicUsed by:420 423
Symbol 420 MovieClipUses:419Used by:453 504 543 544
Symbol 421 GraphicUsed by:422
Symbol 422 MovieClipUses:421Used by:453 504 543 544
Symbol 423 MovieClipUses:419Used by:467 495 504 543 544
Symbol 424 GraphicUsed by:543 544
Symbol 425 MovieClipUses:417Used by:453 467 479 495 504 522 534 543 544
Symbol 426 GraphicUsed by:431
Symbol 427 MovieClipUses:126Used by:431
Symbol 428 GraphicUsed by:431
Symbol 429 GraphicUsed by:431
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:426 427 428 372 429 375 430Used by:543 544
Symbol 432 GraphicUsed by:433
Symbol 433 MovieClipUses:432Used by:543 544
Symbol 434 GraphicUsed by:435
Symbol 435 MovieClipUses:434Used by:543 544
Symbol 436 GraphicUsed by:446
Symbol 437 MovieClipUses:387Used by:446
Symbol 438 GraphicUsed by:446
Symbol 439 GraphicUsed by:446
Symbol 440 GraphicUsed by:446
Symbol 441 GraphicUsed by:446
Symbol 442 GraphicUsed by:446
Symbol 443 GraphicUsed by:446
Symbol 444 GraphicUsed by:446
Symbol 445 GraphicUsed by:446
Symbol 446 MovieClipUses:436 437 438 439 440 441 442 443 444 445Used by:543 544
Symbol 447 MovieClipUses:125 127 129 130 131 132 149 150Used by:543 544
Symbol 448 MovieClipUses:125 127 129 130 131 132 149 150Used by:543 544
Symbol 449 GraphicUsed by:453
Symbol 450 MovieClipUses:404Used by:453 467 479 495 522
Symbol 451 GraphicUsed by:453
Symbol 452 GraphicUsed by:453
Symbol 453 MovieClipUses:449 403 425 402 405 450 416 407 420 418 422 451 452Used by:543 544
Symbol 454 GraphicUsed by:455
Symbol 455 MovieClipUses:454Used by:543 544
Symbol 456 GraphicUsed by:457
Symbol 457 MovieClipUses:456Used by:543 544
Symbol 458 MovieClipUses:125 127 129 130 131 132 149 150Used by:543 544
Symbol 459 GraphicUsed by:467
Symbol 460 GraphicUsed by:461
Symbol 461 MovieClipUses:460Used by:467
Symbol 462 GraphicUsed by:463
Symbol 463 MovieClipUses:462Used by:467 479 522 534
Symbol 464 GraphicUsed by:467
Symbol 465 GraphicUsed by:467
Symbol 466 GraphicUsed by:467
Symbol 467 MovieClipUses:459 425 450 403 402 405 407 461 463 423 464 416 465 466Used by:543 544
Symbol 468 MovieClipUses:183 184Used by:543 544
Symbol 469 GraphicUsed by:470
Symbol 470 MovieClipUses:469Used by:543 544
Symbol 471 GraphicUsed by:472
Symbol 472 MovieClipUses:471Used by:543 544
Symbol 473 MovieClipUses:158 127 160 131 161Used by:543 544
Symbol 474 GraphicUsed by:479
Symbol 475 GraphicUsed by:479
Symbol 476 GraphicUsed by:479
Symbol 477 GraphicUsed by:479
Symbol 478 GraphicUsed by:479
Symbol 479 MovieClipUses:474 407 463 475 450 425 476 403 477 416 478Used by:543 544
Symbol 480 GraphicUsed by:481
Symbol 481 MovieClipUses:480Used by:543 544
Symbol 482 GraphicUsed by:483
Symbol 483 MovieClipUses:482Used by:543 544
Symbol 484 MovieClipUses:125 127 129 130 131 132 149 150Used by:543 544
Symbol 485 MovieClipUses:158 127 160 131 161Used by:543 544
Symbol 486 MovieClipUses:125 127 129 130 131 132 149 150Used by:543 544
Symbol 487 MovieClipUses:125 127 129 130 131 132 149 150Used by:543 544
Symbol 488 MovieClipUses:125 127 129 130 131 132 149 150Used by:543 544
Symbol 489 GraphicUsed by:543 544
Symbol 490 GraphicUsed by:495
Symbol 491 GraphicUsed by:495
Symbol 492 MovieClipUses:406Used by:495
Symbol 493 GraphicUsed by:495
Symbol 494 GraphicUsed by:495
Symbol 495 MovieClipUses:490 425 450 403 407 402 405 418 423 491 492 493 416 494Used by:543 544
Symbol 496 GraphicUsed by:497
Symbol 497 MovieClipUses:496Used by:543 544
Symbol 498 GraphicUsed by:499
Symbol 499 MovieClipUses:498Used by:543 544
Symbol 500 GraphicUsed by:543 544
Symbol 501 GraphicUsed by:543 544
Symbol 502 GraphicUsed by:504
Symbol 503 GraphicUsed by:504
Symbol 504 MovieClipUses:502 402 405 407 416 418 420 422 423 503 425Used by:543 544
Symbol 505 MovieClipUses:387Used by:543 544
Symbol 506 GraphicUsed by:522
Symbol 507 GraphicUsed by:522
Symbol 508 GraphicUsed by:522
Symbol 509 GraphicUsed by:522
Symbol 510 GraphicUsed by:522
Symbol 511 GraphicUsed by:522
Symbol 512 GraphicUsed by:521
Symbol 513 GraphicUsed by:521
Symbol 514 GraphicUsed by:521
Symbol 515 GraphicUsed by:521
Symbol 516 GraphicUsed by:521
Symbol 517 GraphicUsed by:521
Symbol 518 GraphicUsed by:521
Symbol 519 GraphicUsed by:521
Symbol 520 GraphicUsed by:521
Symbol 521 MovieClipUses:512 513 514 515 516 517 518 519 520Used by:522
Symbol 522 MovieClipUses:506 407 463 507 416 508 450 425 509 403 510 511 521Used by:543 544
Symbol 523 GraphicUsed by:524
Symbol 524 MovieClipUses:523Used by:543 544
Symbol 525 GraphicUsed by:526
Symbol 526 MovieClipUses:525Used by:543 544
Symbol 527 MovieClipUses:125 127 129 130 131 132 149 150Used by:543 544
Symbol 528 GraphicUsed by:529
Symbol 529 MovieClipUses:528Used by:543 544
Symbol 530 GraphicUsed by:534
Symbol 531 GraphicUsed by:534
Symbol 532 GraphicUsed by:534
Symbol 533 GraphicUsed by:534
Symbol 534 MovieClipUses:530 425 407 463 531 416 532 533Used by:543 544
Symbol 535 GraphicUsed by:536
Symbol 536 MovieClipUses:535Used by:543 544
Symbol 537 MovieClipUses:387Used by:543 544
Symbol 538 MovieClipUses:387Used by:543 544
Symbol 539 GraphicUsed by:543 544
Symbol 540 GraphicUsed by:543 544
Symbol 541 MovieClipUses:387Used by:543 544
Symbol 542 GraphicUsed by:543 544
Symbol 543 MovieClipUses:400 402 403 405 407 416 418 420 422 423 424 425 431 127 433 435 446 447 448 453 455 457 458 467 468 470 472 473 479 481 483 484 485 486 487 488 489 495 497 499 500 501 504 505 522 524 526 527 529 534 536 537 538 539 540 541 542Used by:688
Symbol 544 MovieClipUses:400 402 403 405 407 416 418 420 422 423 424 425 431 127 433 435 446 447 448 453 455 457 458 467 468 470 472 473 479 481 483 484 485 486 487 488 489 495 497 499 500 501 504 505 522 524 526 527 529 534 536 537 538 539 540 541 542Used by:688
Symbol 545 MovieClipUses:182 127 187 218 253 254 255 331 332 368 374 375 372 376 377 385Used by:688
Symbol 546 GraphicUsed by:587
Symbol 547 GraphicUsed by:571
Symbol 548 GraphicUsed by:571
Symbol 549 GraphicUsed by:571
Symbol 550 GraphicUsed by:571
Symbol 551 GraphicUsed by:571
Symbol 552 GraphicUsed by:571
Symbol 553 GraphicUsed by:571
Symbol 554 GraphicUsed by:563
Symbol 555 GraphicUsed by:563
Symbol 556 GraphicUsed by:563
Symbol 557 GraphicUsed by:563
Symbol 558 GraphicUsed by:563
Symbol 559 GraphicUsed by:563
Symbol 560 GraphicUsed by:563
Symbol 561 GraphicUsed by:563
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:554 555 556 557 558 559 560 561 562Used by:571
Symbol 564 GraphicUsed by:571
Symbol 565 GraphicUsed by:571
Symbol 566 GraphicUsed by:571
Symbol 567 GraphicUsed by:571
Symbol 568 GraphicUsed by:571
Symbol 569 GraphicUsed by:571
Symbol 570 GraphicUsed by:571
Symbol 571 MovieClipUses:547 548 549 550 551 552 553 563 564 565 566 567 568 569 570Used by:587
Symbol 572 GraphicUsed by:586
Symbol 573 GraphicUsed by:586
Symbol 574 GraphicUsed by:584
Symbol 575 GraphicUsed by:584
Symbol 576 GraphicUsed by:584 645
Symbol 577 GraphicUsed by:584 645 660
Symbol 578 GraphicUsed by:584
Symbol 579 GraphicUsed by:584
Symbol 580 GraphicUsed by:584
Symbol 581 GraphicUsed by:584
Symbol 582 GraphicUsed by:584 645 660
Symbol 583 GraphicUsed by:584 645 660
Symbol 584 MovieClipUses:574 575 576 577 578 579 580 581 582 583Used by:586
Symbol 585 GraphicUsed by:586
Symbol 586 MovieClipUses:572 573 584 585Used by:587
Symbol 587 MovieClipUses:546 571 586Used by:677
Symbol 588 MovieClipUses:186Used by:677
Symbol 589 GraphicUsed by:590
Symbol 590 MovieClipUses:589Used by:623 624
Symbol 591 GraphicUsed by:623 624
Symbol 592 GraphicUsed by:623 624
Symbol 593 GraphicUsed by:623 624
Symbol 594 GraphicUsed by:623 624
Symbol 595 GraphicUsed by:598
Symbol 596 GraphicUsed by:597
Symbol 597 MovieClipUses:596Used by:598
Symbol 598 MovieClipUses:595 597Used by:623 624
Symbol 599 GraphicUsed by:623 624
Symbol 600 GraphicUsed by:623 624
Symbol 601 GraphicUsed by:623 624
Symbol 602 GraphicUsed by:623 624
Symbol 603 GraphicUsed by:623 624
Symbol 604 GraphicUsed by:623 624
Symbol 605 GraphicUsed by:623 624
Symbol 606 GraphicUsed by:623 624
Symbol 607 GraphicUsed by:623 624
Symbol 608 GraphicUsed by:623 624
Symbol 609 GraphicUsed by:623 624
Symbol 610 GraphicUsed by:623 624
Symbol 611 GraphicUsed by:623 624
Symbol 612 GraphicUsed by:623 624
Symbol 613 GraphicUsed by:623 624
Symbol 614 GraphicUsed by:623 624
Symbol 615 GraphicUsed by:623 624
Symbol 616 GraphicUsed by:623 624
Symbol 617 GraphicUsed by:623 624
Symbol 618 GraphicUsed by:623 624
Symbol 619 GraphicUsed by:623 624
Symbol 620 GraphicUsed by:623 624
Symbol 621 GraphicUsed by:623 624
Symbol 622 GraphicUsed by:623 624
Symbol 623 MovieClipUses:590 591 592 593 594 598 599 600 601 602 603 604 605 195 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622Used by:677
Symbol 624 MovieClipUses:590 591 592 593 594 598 599 600 601 602 603 604 605 195 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622Used by:677
Symbol 625 GraphicUsed by:645
Symbol 626 GraphicUsed by:645
Symbol 627 GraphicUsed by:645
Symbol 628 GraphicUsed by:645
Symbol 629 GraphicUsed by:645
Symbol 630 GraphicUsed by:645
Symbol 631 GraphicUsed by:645
Symbol 632 GraphicUsed by:645
Symbol 633 GraphicUsed by:645
Symbol 634 GraphicUsed by:645 660
Symbol 635 GraphicUsed by:645
Symbol 636 GraphicUsed by:645 660
Symbol 637 GraphicUsed by:645
Symbol 638 GraphicUsed by:645
Symbol 639 GraphicUsed by:645
Symbol 640 GraphicUsed by:645
Symbol 641 GraphicUsed by:645 660
Symbol 642 GraphicUsed by:645 660
Symbol 643 GraphicUsed by:645
Symbol 644 GraphicUsed by:645
Symbol 645 MovieClipUses:625 626 627 628 629 576 630 631 632 633 577 634 635 636 637 638 639 640 582 583 641 642 643 644Used by:677
Symbol 646 GraphicUsed by:660
Symbol 647 GraphicUsed by:660
Symbol 648 GraphicUsed by:660
Symbol 649 GraphicUsed by:660
Symbol 650 GraphicUsed by:660
Symbol 651 GraphicUsed by:660
Symbol 652 GraphicUsed by:660
Symbol 653 GraphicUsed by:660
Symbol 654 GraphicUsed by:660
Symbol 655 GraphicUsed by:660
Symbol 656 GraphicUsed by:660
Symbol 657 GraphicUsed by:660
Symbol 658 GraphicUsed by:660
Symbol 659 GraphicUsed by:660
Symbol 660 MovieClipUses:646 647 648 649 650 651 652 577 634 653 636 654 655 656 657 582 583 641 642 658 659Used by:677
Symbol 661 GraphicUsed by:663 664
Symbol 662 GraphicUsed by:663 664
Symbol 663 MovieClipUses:661 662Used by:665 666
Symbol 664 MovieClipUses:661 662Used by:665 666
Symbol 665 MovieClipUses:663 372 664Used by:677
Symbol 666 MovieClipUses:663 372 664Used by:677
Symbol 667 GraphicUsed by:676
Symbol 668 GraphicUsed by:676
Symbol 669 GraphicUsed by:676
Symbol 670 GraphicUsed by:676
Symbol 671 GraphicUsed by:676
Symbol 672 GraphicUsed by:676
Symbol 673 GraphicUsed by:676
Symbol 674 GraphicUsed by:676
Symbol 675 GraphicUsed by:676
Symbol 676 MovieClipUses:371 667 668 669 670 671 672 673 674 675Used by:677
Symbol 677 MovieClipUses:587 127 588 623 624 255 645 660 665 375 666 377 385 676Used by:688
Symbol 678 BitmapUsed by:679
Symbol 679 GraphicUses:678Used by:687
Symbol 680 GraphicUsed by:687
Symbol 681 GraphicUsed by:687
Symbol 682 GraphicUsed by:687
Symbol 683 GraphicUsed by:687
Symbol 684 GraphicUsed by:687
Symbol 685 GraphicUsed by:687
Symbol 686 GraphicUsed by:687
Symbol 687 MovieClipUses:679 680 681 682 683 684 685 686Used by:688
Symbol 688 MovieClipUses:543 544 545 677 687Used by:Timeline
Symbol 689 GraphicUsed by:696
Symbol 690 GraphicUsed by:696
Symbol 691 GraphicUsed by:692 712
Symbol 692 MovieClipUses:691Used by:696 719
Symbol 693 GraphicUsed by:696
Symbol 694 GraphicUsed by:696
Symbol 695 GraphicUsed by:696
Symbol 696 MovieClipUses:689 690 692 693 694 695Used by:Timeline
Symbol 697 MovieClipUses:387Used by:Timeline
Symbol 698 MovieClipUses:387Used by:Timeline
Symbol 699 GraphicUsed by:700 701 702 703 704
Symbol 700 MovieClipUses:699Used by:705
Symbol 701 MovieClipUses:699Used by:705
Symbol 702 MovieClipUses:699Used by:705
Symbol 703 MovieClipUses:699Used by:705
Symbol 704 MovieClipUses:699Used by:705
Symbol 705 MovieClipUses:700 701 702 703 704Used by:Timeline
Symbol 706 TextUses:3Used by:708
Symbol 707 TextUses:3Used by:708
Symbol 708 MovieClipUses:706 707Used by:709
Symbol 709 MovieClipUses:708Used by:Timeline
Symbol 710 GraphicUsed by:711
Symbol 711 MovieClipUses:710Used by:769
Symbol 712 MovieClipUses:691Used by:719
Symbol 713 GraphicUsed by:719
Symbol 714 GraphicUsed by:715
Symbol 715 MovieClipUses:714Used by:716 717
Symbol 716 MovieClipUses:715Used by:719
Symbol 717 MovieClipUses:715Used by:719
Symbol 718 GraphicUsed by:719
Symbol 719 MovieClipUses:712 713 716 717 718 692Used by:721
Symbol 720 GraphicUsed by:721
Symbol 721 MovieClipUses:719 720Used by:769
Symbol 722 SoundUsed by:769
Symbol 723 GraphicUsed by:727
Symbol 724 TextUses:3Used by:727
Symbol 725 GraphicUsed by:727
Symbol 726 GraphicUsed by:727
Symbol 727 ButtonUses:723 724 725 726Used by:769
Symbol 728 GraphicUsed by:729 734
Symbol 729 MovieClipUses:728Used by:769
Symbol 730 GraphicUsed by:744 769
Symbol 731 TextUses:16Used by:769
Symbol 732 GraphicUsed by:733
Symbol 733 MovieClipUses:732Used by:769
Symbol 734 MovieClipUses:728Used by:769
Symbol 735 FontUsed by:736
Symbol 736 TextUses:16 735Used by:769
Symbol 737 TextUses:16Used by:769
Symbol 738 TextUses:16Used by:744
Symbol 739 TextUses:16Used by:744
Symbol 740 TextUses:16Used by:744
Symbol 741 TextUses:16Used by:744
Symbol 742 TextUses:16Used by:744
Symbol 743 TextUses:16Used by:744
Symbol 744 MovieClipUses:730 738 739 740 741 742 743Used by:769
Symbol 745 GraphicUsed by:748 749 750 751 752
Symbol 746 GraphicUsed by:748 749 750 751 752
Symbol 747 GraphicUsed by:748 749 750 751 752
Symbol 748 ButtonUses:745 746 747Used by:769
Symbol 749 ButtonUses:745 746 747Used by:769
Symbol 750 ButtonUses:745 746 747Used by:769
Symbol 751 ButtonUses:745 746 747Used by:769
Symbol 752 ButtonUses:745 746 747Used by:769
Symbol 753 MovieClipUses:183 184Used by:769
Symbol 754 GraphicUsed by:769
Symbol 755 MovieClipUses:1Used by:769
Symbol 756 MovieClipUses:1Used by:769
Symbol 757 MovieClipUses:170 168 171Used by:769
Symbol 758 GraphicUsed by:769
Symbol 759 GraphicUsed by:769
Symbol 760 GraphicUsed by:769
Symbol 761 GraphicUsed by:769
Symbol 762 GraphicUsed by:769
Symbol 763 GraphicUsed by:769
Symbol 764 MovieClipUses:262Used by:769
Symbol 765 MovieClipUses:264Used by:769
Symbol 766 GraphicUsed by:769
Symbol 767 TextUses:16Used by:769
Symbol 768 TextUses:16Used by:769
Symbol 769 MovieClipUses:711 375 372 721 722 727 388 389 729 730 731 733 734 736 737 744 748 749 750 751 752 753 754 755 756 383 757 758 168 759 760 761 762 260 763 764 765 267 766 767 394 768Used by:Timeline
Symbol 770 GraphicUsed by:Timeline
Symbol 771 MovieClipUses:SS2Used by:Timeline
Symbol 772 GraphicUsed by:773
Symbol 773 MovieClipUses:772 SS3Used by:Timeline
Symbol 774 BitmapUsed by:775
Symbol 775 GraphicUses:774Used by:Timeline
Symbol 776 GraphicUsed by:Timeline
Symbol 777 GraphicUsed by:795
Symbol 778 BitmapUsed by:779 781 783 785 786 787 788 789
Symbol 779 GraphicUses:778Used by:780
Symbol 780 MovieClipUses:779Used by:795
Symbol 781 GraphicUses:778Used by:782
Symbol 782 MovieClipUses:781Used by:795
Symbol 783 GraphicUses:778Used by:784
Symbol 784 MovieClipUses:783Used by:795
Symbol 785 GraphicUses:778Used by:790 795
Symbol 786 GraphicUses:778Used by:790 795
Symbol 787 GraphicUses:778Used by:790 795
Symbol 788 GraphicUses:778Used by:790 795
Symbol 789 GraphicUses:778Used by:790 795
Symbol 790 MovieClipUses:785 786 787 788 789Used by:795
Symbol 791 GraphicUsed by:795
Symbol 792 GraphicUsed by:795
Symbol 793 GraphicUsed by:795
Symbol 794 GraphicUsed by:795
Symbol 795 MovieClipUses:777 780 782 784 785 786 787 788 789 790 791 792 793 794 1 SS4Used by:Timeline
Streaming Sound 1Used by:Symbol 99 MovieClip
Streaming Sound 2Used by:Symbol 771 MovieClip
Streaming Sound 3Used by:Symbol 773 MovieClip
Streaming Sound 4Used by:Symbol 795 MovieClip

Instance Names

"Derpy"Frame 2Symbol 40 MovieClip
"stage"Frame 15Symbol 688 MovieClip
"Item"Frame 15Symbol 696 MovieClip
"Up"Frame 15Symbol 697 MovieClip
"Down"Frame 15Symbol 697 MovieClip
"Left"Frame 15Symbol 697 MovieClip
"Right"Frame 15Symbol 698 MovieClip
"onscreen"Frame 15Symbol 697 MovieClip
"HP"Frame 15Symbol 705 MovieClip
"pause"Frame 15Symbol 709 MovieClip
"Event"Frame 15Symbol 769 MovieClip
"music"Frame 15Symbol 771 MovieClip
"buffer"Frame 15Symbol 697 MovieClip
"music2"Frame 15Symbol 773 MovieClip
"Event"Frame 22Symbol 769 MovieClip
"head"Symbol 151 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 151 MovieClip Frame 12Symbol 150 MovieClip
"head"Symbol 162 MovieClip Frame 1Symbol 127 MovieClip
"sprite"Symbol 253 MovieClip Frame 2Symbol 247 MovieClip
"head"Symbol 253 MovieClip Frame 2Symbol 127 MovieClip
"boom"Symbol 331 MovieClip Frame 10Symbol 292 MovieClip
"hoof"Symbol 331 MovieClip Frame 10Symbol 299 MovieClip
"boom"Symbol 368 MovieClip Frame 8Symbol 292 MovieClip
"hoof"Symbol 368 MovieClip Frame 8Symbol 299 MovieClip
"me"Symbol 374 MovieClip Frame 1Symbol 371 MovieClip
"me"Symbol 376 MovieClip Frame 1Symbol 371 MovieClip
"sprite"Symbol 386 MovieClip Frame 1Symbol 182 MovieClip
"box"Symbol 386 MovieClip Frame 1Symbol 127 MovieClip
"sprite"Symbol 386 MovieClip Frame 3Symbol 253 MovieClip
"hooves"Symbol 386 MovieClip Frame 4Symbol 127 MovieClip
"Sprite"Symbol 386 MovieClip Frame 6Symbol 331 MovieClip
"box"Symbol 386 MovieClip Frame 6Symbol 332 MovieClip
"sprite"Symbol 386 MovieClip Frame 7Symbol 368 MovieClip
"head"Symbol 447 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 447 MovieClip Frame 12Symbol 150 MovieClip
"head"Symbol 448 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 448 MovieClip Frame 12Symbol 150 MovieClip
"head"Symbol 458 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 458 MovieClip Frame 12Symbol 150 MovieClip
"head"Symbol 473 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 484 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 484 MovieClip Frame 12Symbol 150 MovieClip
"head"Symbol 485 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 486 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 486 MovieClip Frame 12Symbol 150 MovieClip
"head"Symbol 487 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 487 MovieClip Frame 12Symbol 150 MovieClip
"head"Symbol 488 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 488 MovieClip Frame 12Symbol 150 MovieClip
"head"Symbol 527 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 527 MovieClip Frame 12Symbol 150 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 1Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 1Symbol 433 MovieClip
"Floor"Symbol 543 MovieClip Frame 1Symbol 435 MovieClip
"impact"Symbol 543 MovieClip Frame 1Symbol 446 MovieClip
"monster1"Symbol 543 MovieClip Frame 1Symbol 447 MovieClip
"monster2"Symbol 543 MovieClip Frame 1Symbol 448 MovieClip
"level"Symbol 543 MovieClip Frame 4Symbol 453 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 4Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 4Symbol 455 MovieClip
"Floor"Symbol 543 MovieClip Frame 4Symbol 457 MovieClip
"impact"Symbol 543 MovieClip Frame 4Symbol 446 MovieClip
"monster1"Symbol 543 MovieClip Frame 4Symbol 447 MovieClip
"monster2"Symbol 543 MovieClip Frame 4Symbol 458 MovieClip
"level"Symbol 543 MovieClip Frame 7Symbol 467 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 7Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 7Symbol 470 MovieClip
"Floor"Symbol 543 MovieClip Frame 7Symbol 472 MovieClip
"monster1"Symbol 543 MovieClip Frame 7Symbol 473 MovieClip
"impact"Symbol 543 MovieClip Frame 7Symbol 446 MovieClip
"monster2"Symbol 543 MovieClip Frame 7Symbol 458 MovieClip
"level"Symbol 543 MovieClip Frame 10Symbol 479 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 10Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 10Symbol 481 MovieClip
"Floor"Symbol 543 MovieClip Frame 10Symbol 483 MovieClip
"impact"Symbol 543 MovieClip Frame 10Symbol 446 MovieClip
"monster1"Symbol 543 MovieClip Frame 10Symbol 484 MovieClip
"monster2"Symbol 543 MovieClip Frame 10Symbol 484 MovieClip
"monster3"Symbol 543 MovieClip Frame 10Symbol 484 MovieClip
"monster4"Symbol 543 MovieClip Frame 10Symbol 484 MovieClip
"level"Symbol 543 MovieClip Frame 13Symbol 453 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 13Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 13Symbol 455 MovieClip
"Floor"Symbol 543 MovieClip Frame 13Symbol 457 MovieClip
"monster3"Symbol 543 MovieClip Frame 13Symbol 485 MovieClip
"monster4"Symbol 543 MovieClip Frame 13Symbol 485 MovieClip
"impact"Symbol 543 MovieClip Frame 13Symbol 446 MovieClip
"level"Symbol 543 MovieClip Frame 16Symbol 467 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 16Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 16Symbol 470 MovieClip
"Floor"Symbol 543 MovieClip Frame 16Symbol 472 MovieClip
"impact"Symbol 543 MovieClip Frame 16Symbol 446 MovieClip
"level"Symbol 543 MovieClip Frame 19Symbol 453 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 19Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 19Symbol 455 MovieClip
"Floor"Symbol 543 MovieClip Frame 19Symbol 457 MovieClip
"impact"Symbol 543 MovieClip Frame 19Symbol 446 MovieClip
"monster1"Symbol 543 MovieClip Frame 19Symbol 486 MovieClip
"monster2"Symbol 543 MovieClip Frame 19Symbol 487 MovieClip
"monster3"Symbol 543 MovieClip Frame 19Symbol 488 MovieClip
"level"Symbol 543 MovieClip Frame 22Symbol 495 MovieClip
"impact"Symbol 543 MovieClip Frame 22Symbol 446 MovieClip
"Wall"Symbol 543 MovieClip Frame 22Symbol 497 MovieClip
"floor"Symbol 543 MovieClip Frame 22Symbol 499 MovieClip
"level"Symbol 543 MovieClip Frame 25Symbol 504 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 25Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 25Symbol 433 MovieClip
"Floor"Symbol 543 MovieClip Frame 25Symbol 435 MovieClip
"impact"Symbol 543 MovieClip Frame 25Symbol 446 MovieClip
"monster1"Symbol 543 MovieClip Frame 25Symbol 447 MovieClip
"monster2"Symbol 543 MovieClip Frame 25Symbol 458 MovieClip
"level"Symbol 543 MovieClip Frame 28Symbol 453 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 28Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 28Symbol 455 MovieClip
"Floor"Symbol 543 MovieClip Frame 28Symbol 457 MovieClip
"impact"Symbol 543 MovieClip Frame 28Symbol 446 MovieClip
"monster1"Symbol 543 MovieClip Frame 28Symbol 447 MovieClip
"monster2"Symbol 543 MovieClip Frame 28Symbol 458 MovieClip
"level"Symbol 543 MovieClip Frame 31Symbol 467 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 31Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 31Symbol 470 MovieClip
"Floor"Symbol 543 MovieClip Frame 31Symbol 472 MovieClip
"monster1"Symbol 543 MovieClip Frame 31Symbol 473 MovieClip
"impact"Symbol 543 MovieClip Frame 31Symbol 446 MovieClip
"monster2"Symbol 543 MovieClip Frame 31Symbol 458 MovieClip
"level"Symbol 543 MovieClip Frame 34Symbol 522 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 34Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 34Symbol 524 MovieClip
"Floor"Symbol 543 MovieClip Frame 34Symbol 526 MovieClip
"impact"Symbol 543 MovieClip Frame 34Symbol 446 MovieClip
"monster1"Symbol 543 MovieClip Frame 34Symbol 527 MovieClip
"monster2"Symbol 543 MovieClip Frame 34Symbol 527 MovieClip
"monster3"Symbol 543 MovieClip Frame 34Symbol 527 MovieClip
"monster4"Symbol 543 MovieClip Frame 34Symbol 527 MovieClip
"level"Symbol 543 MovieClip Frame 37Symbol 453 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 37Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 37Symbol 455 MovieClip
"Floor"Symbol 543 MovieClip Frame 37Symbol 457 MovieClip
"monster3"Symbol 543 MovieClip Frame 37Symbol 485 MovieClip
"monster4"Symbol 543 MovieClip Frame 37Symbol 485 MovieClip
"impact"Symbol 543 MovieClip Frame 37Symbol 446 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 40Symbol 127 MovieClip
"impact"Symbol 543 MovieClip Frame 40Symbol 446 MovieClip
"Wall"Symbol 543 MovieClip Frame 40Symbol 529 MovieClip
"level"Symbol 543 MovieClip Frame 40Symbol 534 MovieClip
"Floor"Symbol 543 MovieClip Frame 40Symbol 536 MovieClip
"level"Symbol 543 MovieClip Frame 43Symbol 495 MovieClip
"impact"Symbol 543 MovieClip Frame 43Symbol 446 MovieClip
"Wall"Symbol 543 MovieClip Frame 43Symbol 497 MovieClip
"floor"Symbol 543 MovieClip Frame 43Symbol 499 MovieClip
"level"Symbol 543 MovieClip Frame 46Symbol 504 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 46Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 46Symbol 433 MovieClip
"Floor"Symbol 543 MovieClip Frame 46Symbol 435 MovieClip
"impact"Symbol 543 MovieClip Frame 46Symbol 446 MovieClip
"monster1"Symbol 543 MovieClip Frame 46Symbol 447 MovieClip
"monster2"Symbol 543 MovieClip Frame 46Symbol 458 MovieClip
"level"Symbol 543 MovieClip Frame 49Symbol 453 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 49Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 49Symbol 455 MovieClip
"Floor"Symbol 543 MovieClip Frame 49Symbol 457 MovieClip
"impact"Symbol 543 MovieClip Frame 49Symbol 446 MovieClip
"monster1"Symbol 543 MovieClip Frame 49Symbol 447 MovieClip
"monster2"Symbol 543 MovieClip Frame 49Symbol 458 MovieClip
"level"Symbol 543 MovieClip Frame 52Symbol 467 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 52Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 52Symbol 470 MovieClip
"Floor"Symbol 543 MovieClip Frame 52Symbol 472 MovieClip
"monster1"Symbol 543 MovieClip Frame 52Symbol 473 MovieClip
"impact"Symbol 543 MovieClip Frame 52Symbol 446 MovieClip
"monster2"Symbol 543 MovieClip Frame 52Symbol 458 MovieClip
"level"Symbol 543 MovieClip Frame 55Symbol 522 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 55Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 55Symbol 524 MovieClip
"Floor"Symbol 543 MovieClip Frame 55Symbol 526 MovieClip
"impact"Symbol 543 MovieClip Frame 55Symbol 446 MovieClip
"monster1"Symbol 543 MovieClip Frame 55Symbol 527 MovieClip
"monster2"Symbol 543 MovieClip Frame 55Symbol 527 MovieClip
"monster3"Symbol 543 MovieClip Frame 55Symbol 527 MovieClip
"monster4"Symbol 543 MovieClip Frame 55Symbol 527 MovieClip
"level"Symbol 543 MovieClip Frame 58Symbol 453 MovieClip
"monsterwall"Symbol 543 MovieClip Frame 58Symbol 127 MovieClip
"Wall"Symbol 543 MovieClip Frame 58Symbol 455 MovieClip
"Floor"Symbol 543 MovieClip Frame 58Symbol 457 MovieClip
"monster3"Symbol 543 MovieClip Frame 58Symbol 485 MovieClip
"monster4"Symbol 543 MovieClip Frame 58Symbol 485 MovieClip
"impact"Symbol 543 MovieClip Frame 58Symbol 446 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 1Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 1Symbol 433 MovieClip
"Floor"Symbol 544 MovieClip Frame 1Symbol 435 MovieClip
"impact"Symbol 544 MovieClip Frame 1Symbol 446 MovieClip
"monster1"Symbol 544 MovieClip Frame 1Symbol 447 MovieClip
"monster2"Symbol 544 MovieClip Frame 1Symbol 448 MovieClip
"level"Symbol 544 MovieClip Frame 4Symbol 453 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 4Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 4Symbol 455 MovieClip
"Floor"Symbol 544 MovieClip Frame 4Symbol 457 MovieClip
"impact"Symbol 544 MovieClip Frame 4Symbol 446 MovieClip
"monster1"Symbol 544 MovieClip Frame 4Symbol 447 MovieClip
"monster2"Symbol 544 MovieClip Frame 4Symbol 458 MovieClip
"level"Symbol 544 MovieClip Frame 7Symbol 467 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 7Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 7Symbol 470 MovieClip
"Floor"Symbol 544 MovieClip Frame 7Symbol 472 MovieClip
"monster1"Symbol 544 MovieClip Frame 7Symbol 473 MovieClip
"impact"Symbol 544 MovieClip Frame 7Symbol 446 MovieClip
"monster2"Symbol 544 MovieClip Frame 7Symbol 458 MovieClip
"level"Symbol 544 MovieClip Frame 10Symbol 479 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 10Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 10Symbol 481 MovieClip
"Floor"Symbol 544 MovieClip Frame 10Symbol 483 MovieClip
"impact"Symbol 544 MovieClip Frame 10Symbol 446 MovieClip
"monster1"Symbol 544 MovieClip Frame 10Symbol 484 MovieClip
"monster2"Symbol 544 MovieClip Frame 10Symbol 484 MovieClip
"monster3"Symbol 544 MovieClip Frame 10Symbol 484 MovieClip
"monster4"Symbol 544 MovieClip Frame 10Symbol 484 MovieClip
"level"Symbol 544 MovieClip Frame 13Symbol 453 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 13Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 13Symbol 455 MovieClip
"Floor"Symbol 544 MovieClip Frame 13Symbol 457 MovieClip
"monster3"Symbol 544 MovieClip Frame 13Symbol 485 MovieClip
"monster4"Symbol 544 MovieClip Frame 13Symbol 485 MovieClip
"impact"Symbol 544 MovieClip Frame 13Symbol 446 MovieClip
"level"Symbol 544 MovieClip Frame 16Symbol 467 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 16Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 16Symbol 470 MovieClip
"Floor"Symbol 544 MovieClip Frame 16Symbol 472 MovieClip
"impact"Symbol 544 MovieClip Frame 16Symbol 446 MovieClip
"level"Symbol 544 MovieClip Frame 19Symbol 453 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 19Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 19Symbol 455 MovieClip
"Floor"Symbol 544 MovieClip Frame 19Symbol 457 MovieClip
"impact"Symbol 544 MovieClip Frame 19Symbol 446 MovieClip
"monster1"Symbol 544 MovieClip Frame 19Symbol 486 MovieClip
"monster2"Symbol 544 MovieClip Frame 19Symbol 487 MovieClip
"monster3"Symbol 544 MovieClip Frame 19Symbol 488 MovieClip
"level"Symbol 544 MovieClip Frame 22Symbol 495 MovieClip
"impact"Symbol 544 MovieClip Frame 22Symbol 446 MovieClip
"Wall"Symbol 544 MovieClip Frame 22Symbol 497 MovieClip
"floor"Symbol 544 MovieClip Frame 22Symbol 499 MovieClip
"level"Symbol 544 MovieClip Frame 25Symbol 504 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 25Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 25Symbol 433 MovieClip
"Floor"Symbol 544 MovieClip Frame 25Symbol 435 MovieClip
"impact"Symbol 544 MovieClip Frame 25Symbol 446 MovieClip
"monster1"Symbol 544 MovieClip Frame 25Symbol 447 MovieClip
"monster2"Symbol 544 MovieClip Frame 25Symbol 458 MovieClip
"level"Symbol 544 MovieClip Frame 28Symbol 453 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 28Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 28Symbol 455 MovieClip
"Floor"Symbol 544 MovieClip Frame 28Symbol 457 MovieClip
"impact"Symbol 544 MovieClip Frame 28Symbol 446 MovieClip
"monster1"Symbol 544 MovieClip Frame 28Symbol 447 MovieClip
"monster2"Symbol 544 MovieClip Frame 28Symbol 458 MovieClip
"level"Symbol 544 MovieClip Frame 31Symbol 467 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 31Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 31Symbol 470 MovieClip
"Floor"Symbol 544 MovieClip Frame 31Symbol 472 MovieClip
"monster1"Symbol 544 MovieClip Frame 31Symbol 473 MovieClip
"impact"Symbol 544 MovieClip Frame 31Symbol 446 MovieClip
"monster2"Symbol 544 MovieClip Frame 31Symbol 458 MovieClip
"level"Symbol 544 MovieClip Frame 34Symbol 522 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 34Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 34Symbol 524 MovieClip
"Floor"Symbol 544 MovieClip Frame 34Symbol 526 MovieClip
"impact"Symbol 544 MovieClip Frame 34Symbol 446 MovieClip
"monster1"Symbol 544 MovieClip Frame 34Symbol 527 MovieClip
"monster2"Symbol 544 MovieClip Frame 34Symbol 527 MovieClip
"monster3"Symbol 544 MovieClip Frame 34Symbol 527 MovieClip
"monster4"Symbol 544 MovieClip Frame 34Symbol 527 MovieClip
"level"Symbol 544 MovieClip Frame 37Symbol 453 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 37Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 37Symbol 455 MovieClip
"Floor"Symbol 544 MovieClip Frame 37Symbol 457 MovieClip
"monster3"Symbol 544 MovieClip Frame 37Symbol 485 MovieClip
"monster4"Symbol 544 MovieClip Frame 37Symbol 485 MovieClip
"impact"Symbol 544 MovieClip Frame 37Symbol 446 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 40Symbol 127 MovieClip
"impact"Symbol 544 MovieClip Frame 40Symbol 446 MovieClip
"Wall"Symbol 544 MovieClip Frame 40Symbol 529 MovieClip
"level"Symbol 544 MovieClip Frame 40Symbol 534 MovieClip
"Floor"Symbol 544 MovieClip Frame 40Symbol 536 MovieClip
"level"Symbol 544 MovieClip Frame 43Symbol 495 MovieClip
"impact"Symbol 544 MovieClip Frame 43Symbol 446 MovieClip
"Wall"Symbol 544 MovieClip Frame 43Symbol 497 MovieClip
"floor"Symbol 544 MovieClip Frame 43Symbol 499 MovieClip
"level"Symbol 544 MovieClip Frame 46Symbol 504 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 46Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 46Symbol 433 MovieClip
"Floor"Symbol 544 MovieClip Frame 46Symbol 435 MovieClip
"impact"Symbol 544 MovieClip Frame 46Symbol 446 MovieClip
"monster1"Symbol 544 MovieClip Frame 46Symbol 447 MovieClip
"monster2"Symbol 544 MovieClip Frame 46Symbol 458 MovieClip
"level"Symbol 544 MovieClip Frame 49Symbol 453 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 49Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 49Symbol 455 MovieClip
"Floor"Symbol 544 MovieClip Frame 49Symbol 457 MovieClip
"impact"Symbol 544 MovieClip Frame 49Symbol 446 MovieClip
"monster1"Symbol 544 MovieClip Frame 49Symbol 447 MovieClip
"monster2"Symbol 544 MovieClip Frame 49Symbol 458 MovieClip
"level"Symbol 544 MovieClip Frame 52Symbol 467 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 52Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 52Symbol 470 MovieClip
"Floor"Symbol 544 MovieClip Frame 52Symbol 472 MovieClip
"monster1"Symbol 544 MovieClip Frame 52Symbol 473 MovieClip
"impact"Symbol 544 MovieClip Frame 52Symbol 446 MovieClip
"monster2"Symbol 544 MovieClip Frame 52Symbol 458 MovieClip
"level"Symbol 544 MovieClip Frame 55Symbol 522 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 55Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 55Symbol 524 MovieClip
"Floor"Symbol 544 MovieClip Frame 55Symbol 526 MovieClip
"impact"Symbol 544 MovieClip Frame 55Symbol 446 MovieClip
"monster1"Symbol 544 MovieClip Frame 55Symbol 527 MovieClip
"monster2"Symbol 544 MovieClip Frame 55Symbol 527 MovieClip
"monster3"Symbol 544 MovieClip Frame 55Symbol 527 MovieClip
"monster4"Symbol 544 MovieClip Frame 55Symbol 527 MovieClip
"level"Symbol 544 MovieClip Frame 58Symbol 453 MovieClip
"monsterwall"Symbol 544 MovieClip Frame 58Symbol 127 MovieClip
"Wall"Symbol 544 MovieClip Frame 58Symbol 455 MovieClip
"Floor"Symbol 544 MovieClip Frame 58Symbol 457 MovieClip
"monster3"Symbol 544 MovieClip Frame 58Symbol 485 MovieClip
"monster4"Symbol 544 MovieClip Frame 58Symbol 485 MovieClip
"impact"Symbol 544 MovieClip Frame 58Symbol 446 MovieClip
"sprite"Symbol 545 MovieClip Frame 1Symbol 182 MovieClip
"box"Symbol 545 MovieClip Frame 1Symbol 127 MovieClip
"sprite"Symbol 545 MovieClip Frame 3Symbol 253 MovieClip
"hooves"Symbol 545 MovieClip Frame 4Symbol 127 MovieClip
"Sprite"Symbol 545 MovieClip Frame 6Symbol 331 MovieClip
"box"Symbol 545 MovieClip Frame 6Symbol 332 MovieClip
"sprite"Symbol 545 MovieClip Frame 7Symbol 368 MovieClip
"hoof"Symbol 571 MovieClip Frame 8Symbol 563 MovieClip
"sprite"Symbol 586 MovieClip Frame 3Symbol 584 MovieClip
"sprite"Symbol 587 MovieClip Frame 2Symbol 571 MovieClip
"me"Symbol 665 MovieClip Frame 1Symbol 663 MovieClip
"me"Symbol 666 MovieClip Frame 1Symbol 663 MovieClip
"me"Symbol 676 MovieClip Frame 1Symbol 371 MovieClip
"sprite"Symbol 677 MovieClip Frame 1Symbol 587 MovieClip
"box"Symbol 677 MovieClip Frame 1Symbol 127 MovieClip
"hooves"Symbol 677 MovieClip Frame 4Symbol 127 MovieClip
"Sprite"Symbol 677 MovieClip Frame 6Symbol 645 MovieClip
"sprite"Symbol 677 MovieClip Frame 7Symbol 660 MovieClip
"Stage2"Symbol 688 MovieClip Frame 1Symbol 543 MovieClip
"Stage"Symbol 688 MovieClip Frame 1Symbol 544 MovieClip
"P1"Symbol 688 MovieClip Frame 1Symbol 545 MovieClip
"P1"Symbol 688 MovieClip Frame 2Symbol 677 MovieClip
"Beam"Symbol 688 MovieClip Frame 2Symbol 687 MovieClip
"TB"Symbol 769 MovieClip Frame 53Symbol 744 MovieClip




http://swfchan.com/21/102450/info.shtml
Created: 19/3 -2019 20:58:19 Last modified: 19/3 -2019 20:58:19 Server time: 23/04 -2024 12:01:15