Frame 1
_root.DamageCounter = 0;
_root.TimesDied = 0;
_quality = "medium";
MaxLife = 3;
Item1 = 0;
Item2 = 0;
Item3 = 0;
Item4 = 0;
Item5 = 0;
Item6 = 0;
Item7 = 0;
Item8 = 0;
stop();
_root.CurrentBGM = "";
loadMovie ("level-forest.swf", _root.buffer);
loadMovie ("music-forest.swf", _root.music);
Instance of Symbol 2 MovieClip "Buffer" in Frame 1
onClipEvent (enterFrame) {
gotoAndStop (10);
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 4 MovieClip "music" in Frame 1
onClipEvent (enterFrame) {
if (!_root.level.P1.ClockUp) {
if (_root.currentBGM == "Forest") {
gotoAndStop (1);
} else if (_root.CurrentBGM == "Shop") {
gotoAndStop (2);
} else if (_root.CurrentBGM == "PNN") {
gotoAndStop (3);
} else {
gotoAndStop (4);
}
} else {
gotoAndStop (4);
}
}
Instance of Symbol 7 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (20 < _alpha) {
xThrust = -0.25;
} else if (_alpha < 10) {
xThrust = 0.25;
}
_alpha = (_alpha + xThrust);
}
onClipEvent (load) {
xThrust = 0.25;
}
Instance of Symbol 18 MovieClip in Frame 1
onClipEvent (enterFrame) {
GoToTarget = int((((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + ((_root.buffer.getBytesLoaded() / _root.buffer.getBytesTotal()) * 100)) / 2);
Percent = String(goToTarget) + "%";
gotoAndStop(GoToTarget);
}
Instance of Symbol 21 MovieClip "TrackingDevice" in Frame 1
onClipEvent (enterFrame) {
if (((_root.level.P1._currentframe == 8) or (_root.level.P1._currentframe == 9)) or (_root.level.P1._currentframe == 10)) {
_root.DamageCounter = _root.DamageCounter + 1;
}
if (_root.level.P1.ClockUp) {
_root.DidClockUp = true;
}
if (_root.Item7 == 2) {
_root.Item8 = 0;
_root.KamenRider = true;
_root.BennyHill = false;
if (!_root.Music2.KamenRider.exists) {
loadMovie ("music-clockup.swf", _root.music2);
}
}
if (_root.Item8 == 2) {
_root.Item7 = 0;
_root.KamenRider = false;
_root.BennyHill = true;
if (!_root.Music2.BennyHill.exists) {
loadMovie ("music-clockup2.swf", _root.music2);
}
}
}
Frame 3
stop();
Frame 5
loadMovie ("music-intro2.swf", BGM);
stop();
TextSpeed = 1;
Instance of Symbol 172 MovieClip "Left" in Frame 6
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetLEFT - 10) < _x) {
_x = (_x - ((_x - _root.TargetLeft) / 12));
} else if (_x < (_root.TargetLEFT + 10)) {
_x = (_x + ((_root.TargetLeft - _x) / 12));
}
}
}
Instance of Symbol 173 MovieClip "Right" in Frame 6
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetRIGHT - 10) < _x) {
_x = (_x - ((_x - _root.TargetRIGHT) / 12));
} else if (_x < (_root.TargetRIGHT + 10)) {
_x = (_x + ((_root.TargetRIGHT - _x) / 12));
}
}
}
Instance of Symbol 176 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.Shake) {
play();
_root.Shake = false;
}
if (1 < _currentframe) {
_root._y = _root._y * 2;
} else {
_root._y = 0;
}
}
Frame 7
if (_root.BennyHill) {
loadMovie ("music-clockup2.swf", _root.music2);
} else if (_root.KamenRider) {
loadMovie ("music-clockup.swf", _root.music2);
}
_root.CurrentBGM = "Forest";
Life = MaxLife;
Magic = 100;
ClockUp = 0;
GameOverFrame = 6;
loadMovie ("level-forest.swf", _root.level);
_root.levelname = "level-forest.swf";
stop();
Instance of Symbol 181 MovieClip "level" in Frame 7
onClipEvent (enterFrame) {
if (_root.Active) {
if (_root.TrueScore < Score) {
_root.TrueScore = Score;
} else if (Score < _root.TrueScore) {
Score = _root.TrueScore;
}
_root.RealScore = String(int(Score));
_root.Score = "000000000";
_root.Score = (substring(_root.Score, 1, 9 - length(_root.RealScore))) + _root.RealScore;
}
if ((_framesloaded == _totalframes) && (5 < _currentframe)) {
gotoAndStop (1);
}
}
Instance of Symbol 211 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (64 < _root.level.P1.ScoreCounter) {
_root.level.P1.ScoreCounter = 64;
}
gotoAndStop(_root.level.P1.ScoreCounter);
}
Instance of Symbol 223 MovieClip "CM-HUD" in Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
if (!Key.isDown(key.UP)) {
_root.Item1 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item1 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(50)) {
if (!Key.isDown(key.UP)) {
_root.Item2 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item2 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(51)) {
if (!Key.isDown(key.UP)) {
_root.Item3 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item3 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(52)) {
if (!Key.isDown(key.UP)) {
_root.Item4 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item4 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(53)) {
if (!Key.isDown(key.UP)) {
_root.Item5 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item5 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(54)) {
if (!Key.isDown(key.UP)) {
_root.Item6 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item6 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(55)) {
if (!Key.isDown(key.UP)) {
_root.Item7 = 2;
} else {
_root.TotalItems = _root.TotalItems + 1;
_root.Item7 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(56)) {
if (!Key.isDown(key.UP)) {
_root.Item8 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item8 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
}
onClipEvent (load) {
gotoAndPlay (2);
}
Instance of Symbol 231 MovieClip "PauseButton" in Frame 7
onClipEvent (enterFrame) {
if (_root.Active or (1 < _root.Event._currentframe)) {
gotoAndStop (3);
}
if ((Key.isDown(Key.SPACE) && (!PushedSpace)) && (_root.Event._currentframe == 1)) {
if ((!_root.Active) && (_currentframe < 3)) {
_root.Active = true;
} else {
gotoAndStop (1);
_root.Active = false;
}
PushedSpace = true;
}
if (!Key.isDown(Key.SPACE)) {
PushedSpace = false;
}
}
onClipEvent (load) {
PushedSpace = true;
gotoAndStop (3);
}
Instance of Symbol 1145 MovieClip "Event" in Frame 7
onClipEvent (enterFrame) {
if ((_root.level.P1._currentframe == 11) && (_currentframe == 1)) {
play();
}
}
Instance of Symbol 1146 MovieClip in Frame 7
onClipEvent (load) {
_alpha = 100;
}
onClipEvent (enterFrame) {
if (0 < _alpha) {
_alpha = (_alpha - 5);
}
}
Frame 9
if (_root.BennyHill) {
loadMovie ("music-clockup2.swf", _root.music2);
} else if (_root.KamenRider) {
loadMovie ("music-clockup.swf", _root.music2);
}
_root.CurrentBGM = "Forest";
Life = MaxLife;
Magic = 100;
ClockUp = 0;
GameOverFrame = 6;
loadMovie ("level-forest.swf", _root.level);
_root.levelname = "level-forest.swf";
loadMovie ("music-forest.swf", _root.music);
stop();
Instance of Symbol 1147 MovieClip "level" in Frame 9
onClipEvent (enterFrame) {
if (_root.Active) {
if (_root.TrueScore < Score) {
_root.TrueScore = Score;
} else if (Score < _root.TrueScore) {
Score = _root.TrueScore;
}
_root.RealScore = String(int(Score));
_root.Score = "000000000";
_root.Score = (substring(_root.Score, 1, 9 - length(_root.RealScore))) + _root.RealScore;
}
if ((_framesloaded == _totalframes) && (5 < _currentframe)) {
gotoAndStop (1);
}
}
onClipEvent (load) {
P1._x = _P1._x + 700;
P1._xScale = -100;
P1._y = P1._y + 100;
tellTarget (Stage) {
gotoAndStop (26);
};
tellTarget (Stage2) {
gotoAndStop (23);
};
}
Instance of Symbol 211 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (64 < _root.level.P1.ScoreCounter) {
_root.level.P1.ScoreCounter = 64;
}
gotoAndStop(_root.level.P1.ScoreCounter);
}
Instance of Symbol 223 MovieClip "CM-HUD" in Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
if (!Key.isDown(key.UP)) {
_root.Item1 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item1 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(50)) {
if (!Key.isDown(key.UP)) {
_root.Item2 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item2 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(51)) {
if (!Key.isDown(key.UP)) {
_root.Item3 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item3 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(52)) {
if (!Key.isDown(key.UP)) {
_root.Item4 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item4 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(53)) {
if (!Key.isDown(key.UP)) {
_root.Item5 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item5 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(54)) {
if (!Key.isDown(key.UP)) {
_root.Item6 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item6 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(55)) {
if (!Key.isDown(key.UP)) {
_root.Item7 = 2;
} else {
_root.TotalItems = _root.TotalItems + 1;
_root.Item7 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
if (Key.isDown(56)) {
if (!Key.isDown(key.UP)) {
_root.Item8 = 2;
_root.TotalItems = _root.TotalItems + 1;
} else {
_root.Item8 = 1;
_root.TotalItems = _root.TotalItems - 1;
}
gotoAndPlay (2);
}
}
onClipEvent (load) {
gotoAndPlay (2);
}
Instance of Symbol 172 MovieClip "Left" in Frame 9
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetLEFT - 10) < _x) {
_x = (_x - ((_x - _root.TargetLeft) / 12));
} else if (_x < (_root.TargetLEFT + 10)) {
_x = (_x + ((_root.TargetLeft - _x) / 12));
}
}
}
Instance of Symbol 173 MovieClip "Right" in Frame 9
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetRIGHT - 10) < _x) {
_x = (_x - ((_x - _root.TargetRIGHT) / 12));
} else if (_x < (_root.TargetRIGHT + 10)) {
_x = (_x + ((_root.TargetRIGHT - _x) / 12));
}
}
}
Instance of Symbol 231 MovieClip "PauseButton" in Frame 9
onClipEvent (enterFrame) {
if (_root.Active or (1 < _root.Event._currentframe)) {
gotoAndStop (3);
}
if ((Key.isDown(Key.SPACE) && (!PushedSpace)) && (_root.Event._currentframe == 1)) {
if ((!_root.Active) && (_currentframe < 3)) {
_root.Active = true;
} else {
gotoAndStop (1);
_root.Active = false;
}
PushedSpace = true;
}
if (!Key.isDown(Key.SPACE)) {
PushedSpace = false;
}
}
onClipEvent (load) {
PushedSpace = true;
gotoAndStop (3);
}
Instance of Symbol 1145 MovieClip "Event" in Frame 9
onClipEvent (enterFrame) {
if ((_root.level.P1._currentframe == 11) && (_currentframe == 1)) {
play();
}
}
Instance of Symbol 176 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.Shake) {
play();
_root.Shake = false;
}
if (1 < _currentframe) {
_root._y = _root._y * 2;
} else {
_root._y = 0;
}
}
Instance of Symbol 1146 MovieClip in Frame 9
onClipEvent (load) {
_alpha = 100;
}
onClipEvent (enterFrame) {
if (0 < _alpha) {
_alpha = (_alpha - 5);
}
}
Frame 10
gotoAndPlay (52);
Frame 53
loadMovie ("music-cave.swf", _root.music);
Magic = 100;
ClockUp = 0;
Score = _root.TrueScore;
_root.CurrentBGM = "Cave";
GameOverFrame = 52;
stop();
loadMovie ("1stboss-01-prelude.swf", _root.buffer);
Instance of Symbol 1150 MovieClip "Buffer" in Frame 53
onClipEvent (enterFrame) {
gotoAndStop (10);
}
Instance of Symbol 1159 MovieClip "BG2" in Frame 53
onClipEvent (enterFrame) {
if ((_root.level._y / 5) < 400) {
_y = (_root.level._y / 5);
}
if (400 < _y) {
_y = 400;
}
}
Instance of Symbol 1948 MovieClip "level" in Frame 53
onClipEvent (enterFrame) {
if (_root.TrueScore < Score) {
_root.TrueScore = Score;
} else if (Score < _root.TrueScore) {
Score = _root.TrueScore;
}
_root.RealScore = String(int(Score));
_root.Score = "000000000";
_root.Score = (substring(_root.Score, 1, 9 - length(_root.RealScore))) + _root.RealScore;
}
Instance of Symbol 1950 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
_root.level._y = _root.level._y + 1;
}
}
Instance of Symbol 211 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (64 < _root.level.P1.ScoreCounter) {
_root.level.P1.ScoreCounter = 64;
}
gotoAndStop(_root.level.P1.ScoreCounter);
}
Instance of Symbol 1953 MovieClip "Left" in Frame 53
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetLEFT - 10) < _x) {
_x = (_x - ((_x - _root.TargetLeft) / 12));
} else if (_x < (_root.TargetLEFT + 10)) {
_x = (_x + ((_root.TargetLeft - _x) / 12));
}
}
if (_root.Debug && (!_root.Active)) {
_x = -400;
}
}
Instance of Symbol 1954 MovieClip "Right" in Frame 53
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetRIGHT - 10) < _x) {
_x = (_x - ((_x - _root.TargetRIGHT) / 12));
} else if (_x < (_root.TargetRIGHT + 10)) {
_x = (_x + ((_root.TargetRIGHT - _x) / 12));
}
}
if (_root.Debug && (!_root.Active)) {
_x = 1000;
}
}
Instance of Symbol 1955 MovieClip "Down" in Frame 53
onClipEvent (enterFrame) {
if (0 >= _root.level._y) {
_name = "NotDown";
_root.level._y = 0;
} else {
_name = "Down";
}
if (383 < _y) {
_y = (_y - 4);
}
}
Instance of Symbol 1956 MovieClip "PauseButton" in Frame 53
onClipEvent (load) {
_alpha = 0;
PushedSpace = true;
}
onClipEvent (enterFrame) {
if (_root.Event._currentframe == 1) {
if (Key.isDown(Key.SPACE) && (!PushedSpace)) {
if (!_root.Active) {
_alpha = 0;
_root.Active = true;
} else {
_alpha = 100;
_root.Active = false;
}
PushedSpace = true;
}
}
if (!Key.isDown(Key.SPACE)) {
PushedSpace = false;
}
}
Instance of Symbol 1145 MovieClip "Event" in Frame 53
onClipEvent (enterFrame) {
if ((_root.level.P1._currentframe == 11) && (_currentframe == 1)) {
play();
}
}
Instance of Symbol 176 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (_root.Shake) {
play();
_root.Shake = false;
}
if (1 < _currentframe) {
_root._y = _root._y * 2;
} else {
_root._y = 0;
}
}
Instance of Symbol 1958 MovieClip in Frame 53
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.map) && (-30 >= _root.level.P1.map._y)) {
if (_root.BossCliff) {
_root.BossCliff = false;
tellTarget (_root) {
gotoAndPlay (19);
};
} else {
_root.level.P1._alpha = 0;
if (_root.level.P1._currentframe == 8) {
_root.StonePony = true;
tellTarget (_root.level.P1) {
gotoAndStop (13);
};
} else if (_root.level.P1._currentframe == 11) {
} else {
tellTarget (_root.level.P1) {
gotoAndStop (12);
};
}
_root.Life = 0;
_root.level.P1.LastGoodY = _root.level.P1.LastGoodY + 2000;
_root.level.P1._y = _root.level.P1._y + 2000;
}
}
}
Instance of Symbol 1146 MovieClip in Frame 53
onClipEvent (load) {
_alpha = 100;
}
onClipEvent (enterFrame) {
if (0 < _alpha) {
_alpha = (_alpha - 5);
}
}
Frame 54
gotoAndPlay (64);
Frame 56
stop();
GameOverFrame = 55;
_root.Active = true;
_root.Life = _root.MaxLife;
_root.Magic = 100;
loadMovie ("bossmusic-minor.swf", _root.music);
_root.MintyKey = false;
stop();
Instance of Symbol 1975 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (_root.MintyKey && (_currentframe == 1)) {
play();
}
}
Instance of Symbol 1983 MovieClip in Frame 56
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.MintyKey && (_currentframe == 1)) {
play();
}
}
Instance of Symbol 2040 MovieClip "level" in Frame 56
onClipEvent (enterFrame) {
if (_root.TrueScore < Score) {
_root.TrueScore = Score;
} else if (Score < _root.TrueScore) {
Score = _root.TrueScore;
}
_root.RealScore = String(int(Score));
_root.Score = "000000000";
_root.Score = (substring(_root.Score, 1, 9 - length(_root.RealScore))) + _root.RealScore;
_y = 334.9;
}
Instance of Symbol 2042 MovieClip in Frame 56
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.level.stage.Lizardman.hitbox) && (_parent.Lizardman._xScale == -100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (111);
};
}
if (_root.Level.Stage.Lizardman._currentframe == 160) {
if (hitTest(_root.level.Stage.Lizardman.KEY)) {
_root.level.Stage.Lizardman._x = _root.level.Stage.Lizardman._x - 2;
}
}
}
Instance of Symbol 2043 MovieClip in Frame 56
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.level.stage.Lizardman.hitbox) && (_parent.Lizardman._xScale == 100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (111);
};
}
if (_root.Level.Stage.Lizardman._currentframe == 160) {
if (hitTest(_root.level.Stage.Lizardman.KEY)) {
_root.level.Stage.Lizardman._x = _root.level.Stage.Lizardman._x + 2;
}
}
}
Instance of Symbol 211 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (64 < _root.level.P1.ScoreCounter) {
_root.level.P1.ScoreCounter = 64;
}
gotoAndStop(_root.level.P1.ScoreCounter);
}
Instance of Symbol 1956 MovieClip "PauseButton" in Frame 56
onClipEvent (load) {
_alpha = 0;
PushedSpace = true;
}
onClipEvent (enterFrame) {
if (_root.Event._currentframe == 1) {
if (Key.isDown(Key.SPACE) && (!PushedSpace)) {
if (!_root.Active) {
_alpha = 0;
_root.Active = true;
} else {
_alpha = 100;
_root.Active = false;
}
PushedSpace = true;
}
}
if (!Key.isDown(Key.SPACE)) {
PushedSpace = false;
}
}
Instance of Symbol 1145 MovieClip "Event" in Frame 56
onClipEvent (enterFrame) {
if ((_root.level.P1._currentframe == 11) && (_currentframe == 1)) {
play();
}
}
Instance of Symbol 176 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (_root.Shake) {
play();
_root.Shake = false;
}
if (1 < _currentframe) {
_root._y = _root._y * 2;
} else {
_root._y = 0;
}
}
Frame 57
gotoAndPlay(_currentframe - 2);
Frame 60
loadMovie ("music-cave.swf", _root.music);
Score = _root.TrueScore;
_root.level.P1._x = _root.level.P1._x + 800;
_root.level.P1._y = 352;
_root.level._x = _root.level._x - 800;
_root.level._y = 0;
GameOverFrame = 52;
Life = MaxLife;
_root.CurrentBGM = "Cave";
stop();
Instance of Symbol 1159 MovieClip "BG2" in Frame 60
onClipEvent (enterFrame) {
if ((_root.level._y / 5) < 400) {
_y = (_root.level._y / 5);
}
if (400 < _y) {
_y = 400;
}
}
Instance of Symbol 2046 MovieClip "level" in Frame 60
onClipEvent (enterFrame) {
if (_root.TrueScore < Score) {
_root.TrueScore = Score;
} else if (Score < _root.TrueScore) {
Score = _root.TrueScore;
}
_root.RealScore = String(int(Score));
_root.Score = "000000000";
_root.Score = (substring(_root.Score, 1, 9 - length(_root.RealScore))) + _root.RealScore;
if (-40 < Counter) {
tellTarget (_root.level.stage) {
gotoAndPlay (17);
};
tellTarget (_root.level.stage2) {
gotoAndStop (16);
};
_root.LastMoved = "Right";
Counter = Counter - 1;
}
}
Instance of Symbol 211 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (64 < _root.level.P1.ScoreCounter) {
_root.level.P1.ScoreCounter = 64;
}
gotoAndStop(_root.level.P1.ScoreCounter);
}
Instance of Symbol 172 MovieClip "Left" in Frame 60
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetLEFT - 10) < _x) {
_x = (_x - ((_x - _root.TargetLeft) / 12));
} else if (_x < (_root.TargetLEFT + 10)) {
_x = (_x + ((_root.TargetLeft - _x) / 12));
}
}
}
Instance of Symbol 173 MovieClip "Right" in Frame 60
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetRIGHT - 10) < _x) {
_x = (_x - ((_x - _root.TargetRIGHT) / 12));
} else if (_x < (_root.TargetRIGHT + 10)) {
_x = (_x + ((_root.TargetRIGHT - _x) / 12));
}
}
}
Instance of Symbol 1955 MovieClip "Down" in Frame 60
onClipEvent (enterFrame) {
if (0 >= _root.level._y) {
_name = "NotDown";
_root.level._y = 0;
} else {
_name = "Down";
}
if (383 < _y) {
_y = (_y - 4);
}
}
Instance of Symbol 1956 MovieClip "PauseButton" in Frame 60
onClipEvent (load) {
_alpha = 0;
PushedSpace = true;
}
onClipEvent (enterFrame) {
if (_root.Event._currentframe == 1) {
if (Key.isDown(Key.SPACE) && (!PushedSpace)) {
if (!_root.Active) {
_alpha = 0;
_root.Active = true;
} else {
_alpha = 100;
_root.Active = false;
}
PushedSpace = true;
}
}
if (!Key.isDown(Key.SPACE)) {
PushedSpace = false;
}
}
Instance of Symbol 1145 MovieClip "Event" in Frame 60
onClipEvent (enterFrame) {
if ((_root.level.P1._currentframe == 11) && (_currentframe == 1)) {
play();
}
}
Instance of Symbol 176 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.Shake) {
play();
_root.Shake = false;
}
if (1 < _currentframe) {
_root._y = _root._y * 2;
} else {
_root._y = 0;
}
}
Instance of Symbol 1958 MovieClip in Frame 60
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.map) && (-30 >= _root.level.P1.map._y)) {
if (_root.BossCliff) {
_root.BossCliff = false;
tellTarget (_root) {
gotoAndPlay (19);
};
} else {
_root.level.P1._alpha = 0;
if (_root.level.P1._currentframe == 8) {
_root.StonePony = true;
tellTarget (_root.level.P1) {
gotoAndStop (13);
};
} else if (_root.level.P1._currentframe == 11) {
} else {
tellTarget (_root.level.P1) {
gotoAndStop (12);
};
}
_root.Life = 0;
_root.level.P1.LastGoodY = _root.level.P1.LastGoodY + 2000;
_root.level.P1._y = _root.level.P1._y + 2000;
}
}
}
Instance of Symbol 1146 MovieClip in Frame 60
onClipEvent (load) {
_alpha = 100;
}
onClipEvent (enterFrame) {
if (0 < _alpha) {
_alpha = (_alpha - 5);
}
}
Frame 70
stop();
if (_root.PoisonJoke) {
_root.EpicToothpaste = true;
_root.PoisonJoke = false;
}
loadMovie ("1stboss-01-prelude.swf", _root.level);
_root.levelname = "1stboss-01-prelude.swf";
_root.CurrentBGM = "Boss";
loadMovie ("1stboss-02-boss.swf", _root.buffer);
Instance of Symbol 1150 MovieClip "Buffer" in Frame 70
onClipEvent (enterFrame) {
gotoAndStop (10);
}
Instance of Symbol 1159 MovieClip "BG2" in Frame 70
onClipEvent (enterFrame) {
if ((_root.level._y / 5) < 400) {
_y = (_root.level._y / 5);
}
if (400 < _y) {
_y = 400;
}
}
Instance of Symbol 2049 MovieClip "level" in Frame 70
onClipEvent (enterFrame) {
if (_root.TrueScore < Score) {
_root.TrueScore = Score;
} else if (Score < _root.TrueScore) {
Score = _root.TrueScore;
}
_root.RealScore = String(int(Score));
_root.Score = "000000000";
_root.Score = (substring(_root.Score, 1, 9 - length(_root.RealScore))) + _root.RealScore;
}
onClipEvent (load) {
tellTarget (Stage2) {
gotoAndStop (4);
};
}
Instance of Symbol 211 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (64 < _root.level.P1.ScoreCounter) {
_root.level.P1.ScoreCounter = 64;
}
gotoAndStop(_root.level.P1.ScoreCounter);
}
Instance of Symbol 172 MovieClip "Left" in Frame 70
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetLEFT - 10) < _x) {
_x = (_x - ((_x - _root.TargetLeft) / 12));
} else if (_x < (_root.TargetLEFT + 10)) {
_x = (_x + ((_root.TargetLeft - _x) / 12));
}
}
}
Instance of Symbol 173 MovieClip "Right" in Frame 70
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetRIGHT - 10) < _x) {
_x = (_x - ((_x - _root.TargetRIGHT) / 12));
} else if (_x < (_root.TargetRIGHT + 10)) {
_x = (_x + ((_root.TargetRIGHT - _x) / 12));
}
}
}
Instance of Symbol 1956 MovieClip "PauseButton" in Frame 70
onClipEvent (load) {
_alpha = 0;
PushedSpace = true;
}
onClipEvent (enterFrame) {
if (_root.Event._currentframe == 1) {
if (Key.isDown(Key.SPACE) && (!PushedSpace)) {
if (!_root.Active) {
_alpha = 0;
_root.Active = true;
} else {
_alpha = 100;
_root.Active = false;
}
PushedSpace = true;
}
}
if (!Key.isDown(Key.SPACE)) {
PushedSpace = false;
}
}
Instance of Symbol 1145 MovieClip "Event" in Frame 70
onClipEvent (enterFrame) {
if ((_root.level.P1._currentframe == 11) && (_currentframe == 1)) {
play();
}
}
Instance of Symbol 176 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.Shake) {
play();
_root.Shake = false;
}
if (1 < _currentframe) {
_root._y = _root._y * 2;
} else {
_root._y = 0;
}
}
Instance of Symbol 1146 MovieClip in Frame 70
onClipEvent (load) {
_alpha = 100;
}
onClipEvent (enterFrame) {
if (0 < _alpha) {
_alpha = (_alpha - 5);
}
}
Frame 74
Life = MaxLife;
Magic = 100;
ClockUp = 0;
loadMovie ("1stboss-02-boss.swf", _root.level);
_root.levelname = "1stboss-02-boss.swf";
GameOverFrame = 73;
_root.CurrentBGM = "Boss";
if (_root.music._currentframe == 2) {
tellTarget (_root.music) {
play();
};
}
stop();
loadMovie ("1stboss-03-cutscene.swf", "_root.buffer");
Instance of Symbol 1159 MovieClip "BG2" in Frame 74
onClipEvent (enterFrame) {
if ((_root.level._y / 5) < 400) {
_y = (_root.level._y / 5);
}
if (400 < _y) {
_y = 400;
}
}
Instance of Symbol 2052 MovieClip "level" in Frame 74
onClipEvent (enterFrame) {
if (_root.Active) {
if (_root.TrueScore < Score) {
_root.TrueScore = Score;
} else if (Score < _root.TrueScore) {
Score = _root.TrueScore;
}
_root.RealScore = String(int(Score));
_root.Score = "000000000";
_root.Score = (substring(_root.Score, 1, 9 - length(_root.RealScore))) + _root.RealScore;
}
}
Instance of Symbol 211 MovieClip in Frame 74
onClipEvent (enterFrame) {
if (64 < _root.level.P1.ScoreCounter) {
_root.level.P1.ScoreCounter = 64;
}
gotoAndStop(_root.level.P1.ScoreCounter);
}
Instance of Symbol 2058 MovieClip "SeizureBomb" in Frame 74
onClipEvent (enterFrame) {
if (_root.MinorDead && (_currentframe == 1)) {
play();
tellTarget (_root.Music) {
stop();
};
}
}
Instance of Symbol 172 MovieClip "Left" in Frame 74
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetLEFT - 10) < _x) {
_x = (_x - ((_x - _root.TargetLeft) / 12));
} else if (_x < (_root.TargetLEFT + 10)) {
_x = (_x + ((_root.TargetLeft - _x) / 12));
}
}
}
Instance of Symbol 173 MovieClip "Right" in Frame 74
onClipEvent (enterFrame) {
if (_root.Active) {
if ((_root.TargetRIGHT - 10) < _x) {
_x = (_x - ((_x - _root.TargetRIGHT) / 12));
} else if (_x < (_root.TargetRIGHT + 10)) {
_x = (_x + ((_root.TargetRIGHT - _x) / 12));
}
}
}
Instance of Symbol 1956 MovieClip "PauseButton" in Frame 74
onClipEvent (load) {
_alpha = 0;
PushedSpace = true;
}
onClipEvent (enterFrame) {
if (_root.Event._currentframe == 1) {
if (Key.isDown(Key.SPACE) && (!PushedSpace)) {
if (!_root.Active) {
_alpha = 0;
_root.Active = true;
} else {
_alpha = 100;
_root.Active = false;
}
PushedSpace = true;
}
}
if (!Key.isDown(Key.SPACE)) {
PushedSpace = false;
}
}
Instance of Symbol 1145 MovieClip "Event" in Frame 74
onClipEvent (enterFrame) {
if ((_root.level.P1._currentframe == 11) && (_currentframe == 1)) {
play();
}
}
Instance of Symbol 176 MovieClip in Frame 74
onClipEvent (enterFrame) {
if (_root.Shake) {
play();
_root.Shake = false;
}
if (1 < _currentframe) {
_root._y = _root._y * 2;
} else {
_root._y = 0;
}
}
Instance of Symbol 2061 MovieClip "BossBar" in Frame 74
onClipEvent (enterFrame) {
if (99 < _currentframe) {
_root.MinorDead = true;
if (0 < _alpha) {
_alpha = (_alpha - 1);
}
}
}
Instance of Symbol 2064 MovieClip in Frame 74
onClipEvent (load) {
if (_root.level._framesloaded < _root.level._totalframes) {
_alpha = 100;
} else {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if ((_root.level._framesloaded == _root.level._totalframes) && (0 < _alpha)) {
_alpha = (_alpha - 10);
}
if ((0 >= _alpha) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Frame 75
if (_root.Event._currentframe == 1) {
tellTarget (_root.Event) {
gotoAndPlay (399);
};
_root.Active = false;
}
_root.CurrentBGM = "";
loadMovie ("1stboss-03-cutscene.swf", "_root.level2");
loadMovie ("2ndboss.swf", _root.buffer);
Instance of Symbol 2065 MovieClip "music" in Frame 75
onClipEvent (enterFrame) {
if (_root.CurrentBGM == "Boss") {
if (_currentframe == 1) {
play();
}
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1153 MovieClip "BG" in Frame 76
onClipEvent (enterFrame) {
if ((!hitTest(_root.OnScreen)) && (_root.LastMoved == "Right")) {
_x = (_parent.BG2._x + 2400);
} else if ((!hitTest(_root.OnScreen)) && (_root.LastMoved == "Left")) {
_x = (_parent.BG2._x - 2400);
}
}
Instance of Symbol 2066 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (100 < _parent.Ursa._xScale) {
_xscale = (_xscale - (_xscale / 160));
_y = (_y - 1);
} else {
_xscale = 100;
}
_yscale = _xscale;
}
onClipEvent (load) {
_xscale = 200;
_yscale = 200;
}
Frame 79
stop();
loadMovie ("2ndboss.swf", _root.level);
loadMovie ("FinalBattle-Teeth.swf", _root.Buffer);
_root.CurrentBGM = "Boss";
if (_root.music._currentframe < 10) {
tellTarget (_root.music) {
play();
};
}
GameOverFrame = 78;
Life = MaxLife;
Magic = 100;
ClockUp = 0;
Instance of Symbol 2052 MovieClip "level" in Frame 79
onClipEvent (enterFrame) {
if (_root.Active) {
if (_root.TrueScore < Score) {
_root.TrueScore = Score;
} else if (Score < _root.TrueScore) {
Score = _root.TrueScore;
}
_root.RealScore = String(int(Score));
_root.Score = "000000000";
_root.Score = (substring(_root.Score, 1, 9 - length(_root.RealScore))) + _root.RealScore;
}
}
Instance of Symbol 211 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (64 < _root.level.P1.ScoreCounter) {
_root.level.P1.ScoreCounter = 64;
}
gotoAndStop(_root.level.P1.ScoreCounter);
}
Instance of Symbol 2069 MovieClip "Left" in Frame 79
onClipEvent (enterFrame) {
if (_root.Active && (_name == "Left")) {
if ((_root.TargetLEFT - 10) < _x) {
_x = (_x - ((_x - _root.TargetLeft) / 12));
} else if (_x < (_root.TargetLEFT + 10)) {
_x = (_x + ((_root.TargetLeft - _x) / 12));
}
}
if (!DoneCounting) {
Counter = Counter + 1;
if (300 < Counter) {
_name = "Left";
DoneCounting = true;
}
}
}
onClipEvent (load) {
_name = "";
Counter = 0;
}
Instance of Symbol 2070 MovieClip "Right" in Frame 79
onClipEvent (enterFrame) {
if (_root.Active && (_name == "Right")) {
if ((_root.TargetRIGHT - 10) < _x) {
_x = (_x - ((_x - _root.TargetRIGHT) / 12));
} else if (_x < (_root.TargetRIGHT + 10)) {
_x = (_x + ((_root.TargetRIGHT - _x) / 12));
}
}
if (!DoneCounting) {
Counter = Counter + 1;
if (180 < Counter) {
_name = "Right";
DoneCounting = true;
}
}
}
onClipEvent (load) {
_name = "";
Counter = 0;
}
Instance of Symbol 1956 MovieClip "PauseButton" in Frame 79
onClipEvent (load) {
_alpha = 0;
PushedSpace = true;
}
onClipEvent (enterFrame) {
if (_root.Event._currentframe == 1) {
if (Key.isDown(Key.SPACE) && (!PushedSpace)) {
if (!_root.Active) {
_alpha = 0;
_root.Active = true;
} else {
_alpha = 100;
_root.Active = false;
}
PushedSpace = true;
}
}
if (!Key.isDown(Key.SPACE)) {
PushedSpace = false;
}
}
Instance of Symbol 1145 MovieClip "Event" in Frame 79
onClipEvent (enterFrame) {
if ((_root.level.P1._currentframe == 11) && (_currentframe == 1)) {
play();
}
}
Instance of Symbol 1146 MovieClip in Frame 79
onClipEvent (load) {
_alpha = 100;
}
onClipEvent (enterFrame) {
if (0 < _alpha) {
_alpha = (_alpha - 5);
}
}
Frame 80
gotoAndPlay (90);
Frame 90
if (DidDerpy && (!DidDoctor)) {
Ending = 1;
} else if ((DidDerpy && (DidDoctor)) && (Paradox)) {
Ending = 3;
} else if (DidDoctor && (!DidDerpy)) {
Ending = 4;
} else {
Ending = 2;
}
Instance of Symbol 2094 MovieClip in Frame 91
onClipEvent (enterFrame) {
if (Key.isDown(Key.SPACE) && (_root._currentframe < 340)) {
gotoAndStop (2);
}
}
Instance of Symbol 2103 MovieClip in Frame 125
onClipEvent (enterFrame) {
if (0 < _root.level.P1._alpha) {
if ((random(180) == 1) or (20 < _root.RoarCount)) {
tellTarget (_parent) {
gotoAndPlay (2);
};
}
}
if (hitTest(_root.level.P1) && (0 < _root.level.P1._alpha)) {
tellTarget (_parent) {
gotoAndPlay (8);
};
tellTarget (_parent._parent) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 2097 MovieClip in Frame 128
onClipEvent (enterFrame) {
if (_currentframe == 1) {
if ((random(80) == 1) && (2 < _root._currentframe)) {
tellTarget (_parent) {
_name = "Smash";
play();
};
}
}
}
Instance of Symbol 2097 MovieClip in Frame 128
onClipEvent (enterFrame) {
if (_currentframe == 1) {
if ((random(80) == 1) && (2 < _root._currentframe)) {
tellTarget (_parent) {
_name = "Smash";
play();
};
}
}
}
Frame 165
stop();
TargetText = "EWWWWWWW!";
Speaker = "Colgate";
Instance of Symbol 2125 MovieClip in Frame 165
onClipEvent (enterFrame) {
if (256.5 < _y) {
_y = (_y + yThrust);
yThrust = yThrust - 1;
} else {
_y = 256.4;
}
}
onClipEvent (load) {
_y = 600;
}
Frame 167
stop();
TargetText = "Oh, wow! I'm alive!";
Speaker = "Colgate";
Instance of Symbol 709 MovieClip in Frame 167
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Frame 169
stop();
TargetText = "But still ... EWWWWW!";
Speaker = "Colgate";
Frame 170
stop();
Instance of Symbol 702 MovieClip in Frame 180
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Frame 206
stop();
TargetText = "Eep.";
Speaker = "Colgate";
Instance of Symbol 2135 MovieClip in Frame 207
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
}
Instance of Symbol 2137 MovieClip in Frame 207
onClipEvent (enterFrame) {
_alpha = (_alpha - 4);
}
Frame 246
stop();
TargetText = "Huh? You guys aren't mad anymore?<B></B>\rYou're... <B></B>happy?";
Speaker = "Colgate";
Instance of Symbol 724 MovieClip in Frame 247
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Frame 248
stop();
TargetText = "I guess it's 'cause I fixed your tooth problems, right?\rWow, I'm good! I really would make a great dentist!";
Speaker = "Romana";
Frame 250
stop();
TargetText = "...<B></B>if I hadn't destroyed all your wisdom teeth!<BR>Now Zecora can't make her potion...";
Speaker = "Colgate";
Instance of Symbol 702 MovieClip in Frame 250
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Frame 252
stop();
TargetText = "I'll never change my destiny now!";
Speaker = "Colgate";
Frame 263
loadMovie ("music-ending1.swf", _root.music);
stop();
TargetText = "But Colgate, do you still not see?\rYou need not change your destiny!";
Speaker = "Zecora";
Frame 277
stop();
TargetText = "Zecora? What are you doing here?!";
Speaker = "Colgate";
Frame 280
stop();
TargetText = "I came here to reveal the truth:\rI never needed such a tooth!";
Speaker = "Zecora";
Instance of Symbol 679 MovieClip in Frame 280
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Frame 282
stop();
TargetText = "I sent you on this quest to see\rwhat kind of doctor you would be.";
Speaker = "Zecora";
Frame 284
stop();
TargetText = "Long have I heard the ursas' cries!\rTheir wailing echoed to the skies!\r";
Speaker = "Zecora";
Frame 286
stop();
TargetText = "A toothache causing so much ill,\rto heal it was beyond my skill!";
Speaker = "Zecora";
Frame 288
stop();
TargetText = "But you, dear Colgate, saved the day!\rYou drove all their tooth pain away!";
Speaker = "Zecora";
Frame 290
stop();
TargetText = "And so you proved, beyond a doubt,\rwhat your true talent's all about!";
Speaker = "Zecora";
Frame 292
if (!_root.DidBotherZecora) {
gotoAndPlay (300);
}
Frame 293
tellTarget (music) {
stop();
};
Frame 294
stop();
TargetText = "Hey, wait a minute... you INTENTIONALLY sent me in\rhere HOPING that I'd get eaten by an Ursa Major...";
Speaker = "Colgate";
Instance of Symbol 702 MovieClip in Frame 294
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Frame 296
stop();
TargetText = "...on the off chance that I'd be able to brush his teeth\rbefore he swallowed me?!";
Speaker = "Colgate";
Instance of Symbol 687 MovieClip in Frame 297
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Zecora")) {
play();
}
}
Frame 298
stop();
TargetText = "You made fun of the way I rhyme!<BR><B></B>... I figured it was payback time.";
Speaker = "Zecora";
Instance of Symbol 679 MovieClip in Frame 298
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Frame 299
tellTarget (music) {
play();
};
Frame 300
stop();
TargetText = "The point that I am trying to make:\rforget your flank, for goodness' sake!\r";
Speaker = "Zecora";
Frame 302
stop();
TargetText = "Whatever your cutie mark may be,\ryour talent lies in dentistry!";
Speaker = "Zecora";
Frame 341
loadMovie ("music-ending.swf", _root.music);
Instance of Symbol 2164 MovieClip "P1" in Frame 348
onClipEvent (enterFrame) {
if (25 < _xscale) {
_xscale = (_xscale - (_xscale / 20));
}
_yscale = _xscale;
}
Frame 349
stop();
TextSpeed = 4;
TargetText = "I'M A DENTIST!";
Speaker = "Colgate";
Instance of Symbol 2165 MovieClip "Brushie" in Frame 349
onClipEvent (enterFrame) {
_xscale = (_parent.P1._xScale * 3);
_yscale = (_parent.P1._yScale * 3);
if (_x < _parent.P1._x) {
xThrust = xThrust + 1;
} else if (_parent.P1._x < _x) {
xThrust = xThrust - 1;
}
if (_y < _parent.P1._y) {
yThrust = yThrust + 1;
} else if (_parent.P1._y < _y) {
yThrust = yThrust - 1;
}
xThrust = xThrust - (xThrust / 16);
yThrust = yThrust - (yThrust / 16);
_x = (_x + xThrust);
_y = (_y + yThrust);
}
onClipEvent (load) {
yThrust = -20;
}
Instance of Symbol 2166 MovieClip in Frame 349
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 1);
if (_alpha >= 100) {
tellTarget (_root) {
play();
};
}
}
Frame 350
stop();
Instance of Symbol 2169 MovieClip in Frame 350
onClipEvent (load) {
_xscale = 1000;
_yscale = 1000;
Counter = 0;
}
onClipEvent (enterFrame) {
if (100 < _xscale) {
_xscale = (_xscale * 0.9);
} else {
_xscale = 100;
Counter = Counter + 1;
}
_yscale = _xscale;
if (50 < Counter) {
tellTarget (_root) {
play();
};
}
}
Frame 352
stop();
TextSpeed = 1;
TargetText = "After that terrifying night in the forest, Colgate was \rmore determined than ever to fulfil her dream.";
Speaker = "Narr";
_root.Active = true;
Instance of Symbol 2194 MovieClip in Frame 352
onClipEvent (enterFrame) {
if (StartY < _y) {
yThrust = yThrust - 0.1;
} else {
yThrust = yThrust + 0.1;
}
_y = (_y + yThrust);
_x = (_x - 2);
if (_x < -100) {
tellTarget (_root) {
play();
};
}
}
onClipEvent (load) {
StartY = _y;
yThrust = 1;
}
Frame 354
stop();
TextSpeed = 1;
TargetText = "Applejack's friend Rudolph arranged for Colgate\rto study under a world famous dentist.";
Speaker = "Narr";
_root.Active = false;
Frame 356
stop();
TextSpeed = 1;
TargetText = "Everyone was amazed by the little unicorn's skill!\rTruly, this was what she was born to do.";
Speaker = "Narr";
Frame 358
stop();
TextSpeed = 1;
TargetText = "And so, after freezing her hourglass off for six months\rat the North Pole, it was time to come home...";
Speaker = "Narr";
Frame 360
stop();
TextSpeed = 1;
TargetText = "...to her very own dental clinic in Ponyville!";
Speaker = "Narr";
Frame 361
stop();
Instance of Symbol 2214 MovieClip in Frame 361
onClipEvent (enterFrame) {
if (305 < _root.Ponyville._currentframe) {
tellTarget (_root) {
play();
};
}
}
Frame 363
stop();
Instance of Symbol 2439 MovieClip in Frame 363
onClipEvent (load) {
if (_root.Ending == 1) {
gotoAndStop (1);
} else if (_root.Ending == 2) {
gotoAndStop (2);
} else if (_root.Ending == 3) {
gotoAndStop (3);
} else if (_root.Ending == 4) {
gotoAndStop (4);
}
}
Frame 365
stop();
loadMovie ("music-colgatetheme.swf", music);
Instance of Symbol 2447 MovieClip in Frame 365
onClipEvent (enterFrame) {
_y = (_y - 1.5);
if ((_y < 400) && (!hitTest(_root.OnScreen))) {
tellTarget (_root) {
play();
};
}
}
Frame 366
stop();
Instance of Symbol 2457 MovieClip in Frame 366
onClipEvent (load) {
_alpha = 0;
if (_root.Ending == 1) {
gotoAndStop (2);
} else if (_root.Ending == 2) {
gotoAndStop (1);
} else if (_root.Ending == 3) {
gotoAndStop (3);
} else if (_root.Ending == 4) {
gotoAndStop (4);
}
}
onClipEvent (enterFrame) {
if (!Done) {
_alpha = (_alpha + 1);
if (_alpha == 100) {
Done = true;
}
} else {
Counter = Counter + 1;
if (100 < Counter) {
_alpha = (_alpha - 0.5);
}
if (_alpha < 1) {
tellTarget (_root) {
play();
};
}
}
}
Frame 367
stop();
Instance of Symbol 2499 MovieClip in Frame 367
onClipEvent (load) {
play();
}
Instance of Symbol 2513 MovieClip in Frame 367
onClipEvent (load) {
if (random(2) == 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Frame 380
loadMovie ("colgate.swf", _root);
Symbol 4 MovieClip Frame 1
stop();
Symbol 16 Button
on (release, keyPress "<Space>") {
tellTarget (_root) {
play();
};
}
Symbol 18 MovieClip Frame 100
stop();
Symbol 21 MovieClip Frame 1
stop();
Symbol 34 Button
on (release, keyPress "<Space>") {
play();
}
Symbol 55 Button
on (release) {
tellTarget (_root) {
gotoAndPlay(_currentframe + 3);
};
}
Symbol 56 Button
on (release) {
tellTarget (_root) {
play();
};
}
Instance of Symbol 43 MovieClip in Symbol 60 MovieClip Frame 4
onClipEvent (enterFrame) {
_alpha = (_alpha - 6);
}
Symbol 60 MovieClip Frame 26
stop();
Symbol 61 MovieClip Frame 1
stop();
stop();
loadMovie ("music-intro1.swf", music);
Instance of Symbol 29 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - yThrust);
if (_y < -100) {
_y = 580;
}
}
onClipEvent (load) {
yThrust = random(5) + 5;
}
Instance of Symbol 29 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - yThrust);
if (_y < -100) {
_y = 580;
}
}
onClipEvent (load) {
yThrust = random(5) + 5;
}
Instance of Symbol 29 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - yThrust);
if (_y < -100) {
_y = 580;
}
}
onClipEvent (load) {
yThrust = random(5) + 5;
}
Instance of Symbol 29 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - yThrust);
if (_y < -100) {
_y = 580;
}
}
onClipEvent (load) {
yThrust = random(5) + 5;
}
Instance of Symbol 29 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - yThrust);
if (_y < -100) {
_y = 580;
}
}
onClipEvent (load) {
yThrust = random(5) + 5;
}
Instance of Symbol 29 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - yThrust);
if (_y < -100) {
_y = 580;
}
}
onClipEvent (load) {
yThrust = random(5) + 5;
}
Instance of Symbol 29 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - yThrust);
if (_y < -100) {
_y = 580;
}
}
onClipEvent (load) {
yThrust = random(5) + 5;
}
Instance of Symbol 29 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - yThrust);
if (_y < -100) {
_y = 580;
}
}
onClipEvent (load) {
yThrust = random(5) + 5;
}
Instance of Symbol 29 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - yThrust);
if (_y < -100) {
_y = 580;
}
}
onClipEvent (load) {
yThrust = random(5) + 5;
}
Instance of Symbol 31 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
if (-550 < _y) {
_y = (_y - 1.7);
} else {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 61 MovieClip Frame 2
stop();
loadMovie ("music-title.swf", music);
Symbol 66 MovieClip Frame 24
stop();
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 2
tellTarget (_parent.Trixie.Mouth) {
gotoAndPlay(random(7) + 1);
};
Symbol 75 Button
on (release, keyPress "x") {
play();
}
Symbol 77 Button
on (release, keyPress "x") {
tellTarget (_parent._parent) {
play();
};
}
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 2
TextBox = TargetText;
stop();
Instance of Symbol 81 MovieClip "Box" in Symbol 82 MovieClip Frame 1
onClipEvent (load) {
TargetText = _parent._parent.TargetText;
Counter = 1;
TextBox = "";
TextSpeed = _root.TextSpeed;
if (TextSpeed < 1) {
TextSpeed = 1;
}
}
onClipEvent (enterFrame) {
if ((length(TextBox) < length(TargetText)) && (_currentframe == 1)) {
TextBox = TextBox + (substring(TargetText, Counter, TextSpeed));
Counter = Counter + TextSpeed;
tellTarget (_parent._parent.Mouth) {
play();
};
} else {
gotoAndStop (2);
tellTarget (_parent._parent.Mouth) {
gotoAndStop (1);
};
}
}
Symbol 100 MovieClip Frame 76
stop();
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 18
stop();
Symbol 125 MovieClip Frame 54
stop();
Symbol 125 MovieClip Frame 184
stop();
Symbol 125 MovieClip Frame 186
stop();
Symbol 125 MovieClip Frame 189
stop();
Symbol 125 MovieClip Frame 193
stop();
Instance of Symbol 127 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 5);
}
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 8);
}
Instance of Symbol 125 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((PrevFrame != _parent._parent._currentframe) && (_parent._parent._currentframe < 35)) {
play();
PrevFrame = _parent._parent._currentframe;
}
if (FadeIn) {
_alpha = (_alpha + (random(10) / 10));
if (_alpha >= 100) {
FadeIn = false;
}
} else {
_alpha = (_alpha - (random(10) / 10));
if (60 >= _alpha) {
FadeIn = true;
}
}
if (!ScaleDown) {
_xscale = (_xscale + xThrust);
_yscale = (_yscale + yThrust);
if ((110 < _xscale) or (110 < _yscale)) {
ScaleDown = true;
xThrust = (random(10) + 1) / 50;
yThrust = (random(10) + 1) / 50;
}
} else {
_xscale = (_xscale - xThrust);
_yscale = (_yscale - yThrust);
if ((_xscale < 80) or (_yscale < 80)) {
ScaleDown = false;
xThrust = (random(10) + 1) / 50;
yThrust = (random(10) + 1) / 50;
}
}
}
onClipEvent (load) {
PrevFrame = _parent._parent._currentframe;
xThrust = (random(10) + 1) / 10;
yThrust = (random(10) + 1) / 10;
}
Instance of Symbol 125 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((PrevFrame != _parent._parent._currentframe) && (_parent._parent._currentframe < 35)) {
play();
PrevFrame = _parent._parent._currentframe;
}
if (FadeIn) {
_alpha = (_alpha + (random(10) / 10));
if (_alpha >= 100) {
FadeIn = false;
}
} else {
_alpha = (_alpha - (random(10) / 10));
if (60 >= _alpha) {
FadeIn = true;
}
}
if (!ScaleDown) {
_xscale = (_xscale + xThrust);
_yscale = (_yscale + yThrust);
if ((110 < _xscale) or (110 < _yscale)) {
ScaleDown = true;
xThrust = (random(10) + 1) / 50;
yThrust = (random(10) + 1) / 50;
}
} else {
_xscale = (_xscale - xThrust);
_yscale = (_yscale - yThrust);
if ((_xscale < 80) or (_yscale < 80)) {
ScaleDown = false;
xThrust = (random(10) + 1) / 50;
yThrust = (random(10) + 1) / 50;
}
}
}
onClipEvent (load) {
PrevFrame = _parent._parent._currentframe;
xThrust = (random(10) + 1) / 10;
yThrust = (random(10) + 1) / 10;
}
Symbol 170 MovieClip Frame 1
stop();
TargetText = "<B></B><B></B><B></B>Who knocks upon my door this night?\rYou have good reason, am I right?";
Instance of Symbol 84 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(Key.SPACE)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 170 MovieClip Frame 3
stop();
TargetText = "Um, I'm Colgate... you're Zecora, right?\rI heard you're super-wise... I need your advice!";
Symbol 170 MovieClip Frame 5
stop();
TargetText = "My little pony, how brave you are!\rRare few would dare to come this far.";
Symbol 170 MovieClip Frame 7
stop();
TargetText = "Whatever reason could there be,\rto brave this Forest of Everfree?";
Symbol 170 MovieClip Frame 9
stop();
TargetText = "I need your help! Please! Do you know...\rIs there any way to UNDO a cutie mark?";
Symbol 170 MovieClip Frame 11
stop();
TargetText = "What a question, you curious lass!\rDo you not like your hourglass?";
Symbol 170 MovieClip Frame 13
stop();
TargetText = "Honestly... no. I mean, I have magic powers that can\rbend time and space, that's kind of cool, I guess...";
Symbol 170 MovieClip Frame 15
stop();
TargetText = "...but... I don't feel like it's really me, you know?\rAll I ever really wanted was to be a dentist...";
Symbol 170 MovieClip Frame 17
stop();
TargetText = "Hmmm...";
Symbol 170 MovieClip Frame 19
stop();
TargetText = "There is a way, my dear Colgate,\rto change the mark that binds your fate.";
Symbol 170 MovieClip Frame 21
stop();
TargetText = "A magic potion I can brew,\rwhich can a cutie mark undo.";
Symbol 170 MovieClip Frame 23
stop();
TargetText = "Seriously?! That's amazing!\rI'm so glad I came -";
Symbol 170 MovieClip Frame 25
stop();
TargetText = "But don't rejoice yet with such haste!\rYour strength, you do not want to waste!";
Symbol 170 MovieClip Frame 27
stop();
TargetText = "To make the potion you desire,\ringredients I still require.";
Symbol 170 MovieClip Frame 29
stop();
TargetText = "Just one ingredient I ask,\rbut still, it will be quite the task!";
Symbol 170 MovieClip Frame 31
stop();
TargetText = "There is a cavern to the East,\rwherein there dwells a monsterous beast.";
Symbol 170 MovieClip Frame 33
stop();
TargetText = "Within its mouth you'll find for sure,\rthe thing I need to mix your cure.";
Symbol 170 MovieClip Frame 35
stop();
TargetText = "The thing my potion lacks, in truth:\rit is the monster's wisdom tooth!";
Symbol 170 MovieClip Frame 37
stop();
TargetText = "You could've explained that a lot faster if you weren't\ralways rhyming everything, you know.";
Symbol 170 MovieClip Frame 39
stop();
TargetText = "Oh, Colgate, now you're being rude.\rHow 'bout a little gratitude?";
Symbol 170 MovieClip Frame 41
stop();
TargetText = "Sorry. Anyway, all I have to do is bring you this\rcave monster's wisdom tooth?";
Symbol 170 MovieClip Frame 43
stop();
TargetText = "NO PROBLEM. If you didn't guess, yanking out teeth\ris something I'm really good at!";
Instance of Symbol 141 MovieClip "L5" in Symbol 170 MovieClip Frame 43
onClipEvent (enterFrame) {
if (((_x + _parent._x) + _parent._parent._x) < -1346) {
_x = (_x + 2692);
}
if (1346 < ((_x + _parent._x) + _parent._parent._x)) {
_x = (_x - 2692);
}
}
Instance of Symbol 141 MovieClip "L5b" in Symbol 170 MovieClip Frame 43
onClipEvent (enterFrame) {
if (((_x + _parent._x) + _parent._parent._x) < -1346) {
_x = (_x + 2692);
}
if (1346 < ((_x + _parent._x) + _parent._parent._x)) {
_x = (_x - 2692);
}
}
Instance of Symbol 156 MovieClip "L8b" in Symbol 170 MovieClip Frame 43
onClipEvent (enterFrame) {
if (((_x + _parent._x) + _parent._parent._x) < -1470) {
_x = (_parent.L8._x + 1243.3);
}
if (800 < ((_x + _parent._x) + _parent._parent._x)) {
_x = (_parent.L8._x - 1243.3);
}
}
Instance of Symbol 158 MovieClip in Symbol 170 MovieClip Frame 43
onClipEvent (enterFrame) {
if (_root.level._x == 0) {
_x = (_parent.House._x - (_parent._x / 3.5));
} else {
_x = _parent.House._x;
}
}
Instance of Symbol 160 MovieClip in Symbol 170 MovieClip Frame 43
onClipEvent (enterFrame) {
if (_root.level._x == 0) {
_x = (_parent.House._x - (_parent._x / 4));
} else {
_x = _parent.House._x;
}
}
Instance of Symbol 162 MovieClip in Symbol 170 MovieClip Frame 43
onClipEvent (enterFrame) {
if (_root.level._x == 0) {
_x = (_parent.House._x - (_parent._x / 6));
} else {
_x = _parent.House._x;
}
}
Instance of Symbol 164 MovieClip in Symbol 170 MovieClip Frame 43
onClipEvent (enterFrame) {
if (_root.level._x == 0) {
_x = (_parent.House._x - (_parent._x / 12));
} else {
_x = _parent.House._x;
}
}
Instance of Symbol 168 MovieClip in Symbol 170 MovieClip Frame 43
onClipEvent (enterFrame) {
_x = _parent.House._x;
}
Symbol 170 MovieClip Frame 45
stop();
TargetText = "Get your potion started, Zecora... I'll be\rright back with the tooth you need!";
Symbol 170 MovieClip Frame 47
tellTarget (_parent) {
play();
};
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 2
_root._y = -5;
Symbol 176 MovieClip Frame 3
_root._y = 5;
Symbol 176 MovieClip Frame 4
_root._y = -3;
Symbol 176 MovieClip Frame 5
_root._y = 2;
Symbol 176 MovieClip Frame 6
_root._y = -1;
Symbol 176 MovieClip Frame 7
_root._y = 1;
Symbol 176 MovieClip Frame 8
_root._y = 0;
Symbol 178 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 1
stop();
Instance of Symbol 186 MovieClip in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active) {
if (_root.Item1 == 2) {
_root.MaxLife = 6;
} else {
_root.MaxLife = 3;
}
if (_root.MaxLife < _root.Life) {
if ((_root.MaxLife * 2) < _root.Life) {
_root.Life = _root.MaxLife;
} else {
_root.Life = _root.Life / 2;
}
}
if (_root.level.P1.ClockUp) {
_root.Magic = _root.Magic - 0.25;
if (_root.BennyHill or _root.KamenRider) {
_root.Magic = _root.Magic + 0.1;
}
_root.ClockUp = _root.Magic;
if (_root.ClockUp < 1) {
_root.level.P1.ClockUp = false;
_root.level.P1.GetHurt = false;
}
} else {
if (_root.Item2 == 2) {
_root.Magic = _root.Magic + 0.05;
} else {
_root.Magic = _root.Magic + 0.01;
}
if (_root.RAINBOWOFLIGHT) {
_root.Magic = _root.Magic + 0.95;
}
if (Key.isDown(88) && (_root.Brushie)) {
_root.ClockUp = _root.ClockUp + 1;
if (_root.Magic < _root.ClockUp) {
_root.ClockUp = _root.Magic;
_root.ClockReady = true;
}
} else {
_root.ClockUp = _root.ClockUp - 5;
}
}
}
if (_xscale < ((100 - ((_root.Life / _root.MaxLife) * 100)) - 2)) {
_xscale = (_xscale + 12);
} else if (((100 - ((_root.Life / _root.MaxLife) * 100)) + 2) < _xscale) {
_xscale = (_xscale - 3);
}
}
Instance of Symbol 191 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = _root.Magic;
if (100 < _root.Magic) {
_root.Magic = 100;
} else if (_root.Magic < 0) {
_root.Magic = 0;
}
}
Instance of Symbol 198 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = _root.ClockUp;
if (_root.Magic < _root.ClockUp) {
_root.ClockUp = _root.Magic;
} else if (_root.ClockUp < 0) {
_root.ClockUp = 0;
}
}
Symbol 211 MovieClip Frame 1
stop();
_root.level.P1.ScoreCounter = 1;
Symbol 222 MovieClip Frame 9
stop();
Symbol 223 MovieClip Frame 2
Item1 = false;
Item2 = false;
Item3 = false;
Item4 = false;
Item5 = false;
Item6 = false;
Item7 = false;
Item8 = false;
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 3
onClipEvent (load) {
if ((_root.Item8 == 2) && (!_parent.Item8)) {
_parent.Item8 = true;
gotoAndStop (8);
} else if ((_root.Item7 == 2) && (!_parent.Item7)) {
_parent.Item7 = true;
gotoAndStop (7);
} else if ((_root.Item6 == 2) && (!_parent.Item6)) {
_parent.Item6 = true;
gotoAndStop (6);
} else if ((_root.Item5 == 2) && (!_parent.Item5)) {
_parent.Item5 = true;
gotoAndStop (5);
} else if ((_root.Item4 == 2) && (!_parent.Item4)) {
_parent.Item4 = true;
gotoAndStop (4);
} else if ((_root.Item3 == 2) && (!_parent.Item3)) {
_parent.Item3 = true;
gotoAndStop (3);
} else if ((_root.Item2 == 2) && (!_parent.Item2)) {
_parent.Item2 = true;
gotoAndStop (2);
} else if ((_root.Item1 == 2) && (!_parent.Item1)) {
_parent.Item1 = true;
gotoAndStop (1);
} else {
gotoAndStop (9);
}
}
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 4
onClipEvent (load) {
if ((_root.Item8 == 2) && (!_parent.Item8)) {
_parent.Item8 = true;
gotoAndStop (8);
} else if ((_root.Item7 == 2) && (!_parent.Item7)) {
_parent.Item7 = true;
gotoAndStop (7);
} else if ((_root.Item6 == 2) && (!_parent.Item6)) {
_parent.Item6 = true;
gotoAndStop (6);
} else if ((_root.Item5 == 2) && (!_parent.Item5)) {
_parent.Item5 = true;
gotoAndStop (5);
} else if ((_root.Item4 == 2) && (!_parent.Item4)) {
_parent.Item4 = true;
gotoAndStop (4);
} else if ((_root.Item3 == 2) && (!_parent.Item3)) {
_parent.Item3 = true;
gotoAndStop (3);
} else if ((_root.Item2 == 2) && (!_parent.Item2)) {
_parent.Item2 = true;
gotoAndStop (2);
} else if ((_root.Item1 == 2) && (!_parent.Item1)) {
_parent.Item1 = true;
gotoAndStop (1);
} else {
gotoAndStop (9);
}
}
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 5
onClipEvent (load) {
if ((_root.Item8 == 2) && (!_parent.Item8)) {
_parent.Item8 = true;
gotoAndStop (8);
} else if ((_root.Item7 == 2) && (!_parent.Item7)) {
_parent.Item7 = true;
gotoAndStop (7);
} else if ((_root.Item6 == 2) && (!_parent.Item6)) {
_parent.Item6 = true;
gotoAndStop (6);
} else if ((_root.Item5 == 2) && (!_parent.Item5)) {
_parent.Item5 = true;
gotoAndStop (5);
} else if ((_root.Item4 == 2) && (!_parent.Item4)) {
_parent.Item4 = true;
gotoAndStop (4);
} else if ((_root.Item3 == 2) && (!_parent.Item3)) {
_parent.Item3 = true;
gotoAndStop (3);
} else if ((_root.Item2 == 2) && (!_parent.Item2)) {
_parent.Item2 = true;
gotoAndStop (2);
} else if ((_root.Item1 == 2) && (!_parent.Item1)) {
_parent.Item1 = true;
gotoAndStop (1);
} else {
gotoAndStop (9);
}
}
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 6
onClipEvent (load) {
if ((_root.Item8 == 2) && (!_parent.Item8)) {
_parent.Item8 = true;
gotoAndStop (8);
} else if ((_root.Item7 == 2) && (!_parent.Item7)) {
_parent.Item7 = true;
gotoAndStop (7);
} else if ((_root.Item6 == 2) && (!_parent.Item6)) {
_parent.Item6 = true;
gotoAndStop (6);
} else if ((_root.Item5 == 2) && (!_parent.Item5)) {
_parent.Item5 = true;
gotoAndStop (5);
} else if ((_root.Item4 == 2) && (!_parent.Item4)) {
_parent.Item4 = true;
gotoAndStop (4);
} else if ((_root.Item3 == 2) && (!_parent.Item3)) {
_parent.Item3 = true;
gotoAndStop (3);
} else if ((_root.Item2 == 2) && (!_parent.Item2)) {
_parent.Item2 = true;
gotoAndStop (2);
} else if ((_root.Item1 == 2) && (!_parent.Item1)) {
_parent.Item1 = true;
gotoAndStop (1);
} else {
gotoAndStop (9);
}
}
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 7
onClipEvent (load) {
if ((_root.Item8 == 2) && (!_parent.Item8)) {
_parent.Item8 = true;
gotoAndStop (8);
} else if ((_root.Item7 == 2) && (!_parent.Item7)) {
_parent.Item7 = true;
gotoAndStop (7);
} else if ((_root.Item6 == 2) && (!_parent.Item6)) {
_parent.Item6 = true;
gotoAndStop (6);
} else if ((_root.Item5 == 2) && (!_parent.Item5)) {
_parent.Item5 = true;
gotoAndStop (5);
} else if ((_root.Item4 == 2) && (!_parent.Item4)) {
_parent.Item4 = true;
gotoAndStop (4);
} else if ((_root.Item3 == 2) && (!_parent.Item3)) {
_parent.Item3 = true;
gotoAndStop (3);
} else if ((_root.Item2 == 2) && (!_parent.Item2)) {
_parent.Item2 = true;
gotoAndStop (2);
} else if ((_root.Item1 == 2) && (!_parent.Item1)) {
_parent.Item1 = true;
gotoAndStop (1);
} else {
gotoAndStop (9);
}
}
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 8
onClipEvent (load) {
if ((_root.Item8 == 2) && (!_parent.Item8)) {
_parent.Item8 = true;
gotoAndStop (8);
} else if ((_root.Item7 == 2) && (!_parent.Item7)) {
_parent.Item7 = true;
gotoAndStop (7);
} else if ((_root.Item6 == 2) && (!_parent.Item6)) {
_parent.Item6 = true;
gotoAndStop (6);
} else if ((_root.Item5 == 2) && (!_parent.Item5)) {
_parent.Item5 = true;
gotoAndStop (5);
} else if ((_root.Item4 == 2) && (!_parent.Item4)) {
_parent.Item4 = true;
gotoAndStop (4);
} else if ((_root.Item3 == 2) && (!_parent.Item3)) {
_parent.Item3 = true;
gotoAndStop (3);
} else if ((_root.Item2 == 2) && (!_parent.Item2)) {
_parent.Item2 = true;
gotoAndStop (2);
} else if ((_root.Item1 == 2) && (!_parent.Item1)) {
_parent.Item1 = true;
gotoAndStop (1);
} else {
gotoAndStop (9);
}
}
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 9
onClipEvent (load) {
if ((_root.Item8 == 2) && (!_parent.Item8)) {
_parent.Item8 = true;
gotoAndStop (8);
} else if ((_root.Item7 == 2) && (!_parent.Item7)) {
_parent.Item7 = true;
gotoAndStop (7);
} else if ((_root.Item6 == 2) && (!_parent.Item6)) {
_parent.Item6 = true;
gotoAndStop (6);
} else if ((_root.Item5 == 2) && (!_parent.Item5)) {
_parent.Item5 = true;
gotoAndStop (5);
} else if ((_root.Item4 == 2) && (!_parent.Item4)) {
_parent.Item4 = true;
gotoAndStop (4);
} else if ((_root.Item3 == 2) && (!_parent.Item3)) {
_parent.Item3 = true;
gotoAndStop (3);
} else if ((_root.Item2 == 2) && (!_parent.Item2)) {
_parent.Item2 = true;
gotoAndStop (2);
} else if ((_root.Item1 == 2) && (!_parent.Item1)) {
_parent.Item1 = true;
gotoAndStop (1);
} else {
gotoAndStop (9);
}
}
Symbol 223 MovieClip Frame 10
stop();
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 10
onClipEvent (load) {
if ((_root.Item8 == 2) && (!_parent.Item8)) {
_parent.Item8 = true;
gotoAndStop (8);
} else if ((_root.Item7 == 2) && (!_parent.Item7)) {
_parent.Item7 = true;
gotoAndStop (7);
} else if ((_root.Item6 == 2) && (!_parent.Item6)) {
_parent.Item6 = true;
gotoAndStop (6);
} else if ((_root.Item5 == 2) && (!_parent.Item5)) {
_parent.Item5 = true;
gotoAndStop (5);
} else if ((_root.Item4 == 2) && (!_parent.Item4)) {
_parent.Item4 = true;
gotoAndStop (4);
} else if ((_root.Item3 == 2) && (!_parent.Item3)) {
_parent.Item3 = true;
gotoAndStop (3);
} else if ((_root.Item2 == 2) && (!_parent.Item2)) {
_parent.Item2 = true;
gotoAndStop (2);
} else if ((_root.Item1 == 2) && (!_parent.Item1)) {
_parent.Item1 = true;
gotoAndStop (1);
} else {
gotoAndStop (9);
}
}
Symbol 230 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 1
stop();
Instance of Symbol 229 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Debug) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SHIFT) && (_root.level.P1.ClockUp)) && (_root.Active)) {
_root.level.P1.ClockOver = true;
_root.level.P1.ClockUp = false;
}
}
Symbol 260 Button
on (release, keyPress "<Space>") {
tellTarget (_root) {
Life = MaxLife;
TrueScore = TrueScore / 2;
gotoAndPlay(_currentframe - 1);
};
}
Instance of Symbol 263 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (load) {
if (_root.StonePony) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 263 MovieClip in Symbol 265 MovieClip Frame 1
onClipEvent (load) {
if (_root.StonePony) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 266 Button
on (release, keyPress "<Space>") {
tellTarget (_root) {
Life = MaxLife;
TrueScore = TrueScore / 2;
_root.PoisonJoke = false;
_root.StonePony = false;
gotoAndPlay(_currentframe - 1);
};
}
Symbol 267 MovieClip Frame 11
if (_root._currentframe < 40) {
_root.CurrentBGM = "";
} else {
tellTarget (_root.music) {
gotoAndStop (2);
};
}
Symbol 267 MovieClip Frame 26
stop();
_root.TrueScore = _root.TrueScore / 2;
_root.PoisonJoke = false;
Symbol 271 Button
on (release, keyPress "<Space>") {
tellTarget (_root) {
Life = MaxLife;
gotoAndPlay(GameOverFrame);
};
}
Symbol 272 MovieClip Frame 11
if (_root._currentframe < 40) {
_root.CurrentBGM = "";
} else {
tellTarget (_root.music) {
gotoAndStop (2);
};
}
Symbol 272 MovieClip Frame 26
stop();
_root.level.Score = _root.level.Score / 2;
Symbol 285 MovieClip Frame 11
if (_root._currentframe < 40) {
_root.CurrentBGM = "";
} else {
tellTarget (_root.music) {
gotoAndStop (2);
};
}
Symbol 285 MovieClip Frame 20
stop();
_root.level.Score = _root.level.Score / 2;
_root.DidStonePony = true;
Symbol 298 MovieClip Frame 1
gotoAndPlay(random(40));
Symbol 305 MovieClip Frame 1
stop();
Symbol 322 Button
on (release, keyPress "<Left>") {
if ((_parent._parent._currentframe < 60) && (List.TargetX == List._x)) {
List.TargetX = List.TargetX + 152;
List.Right = true;
List.Left = false;
}
}
Symbol 323 Button
on (release, keyPress "<Right>") {
if ((_parent._parent._currentframe < 60) && (List.TargetX == List._x)) {
List.TargetX = List.TargetX - 152;
List.Left = true;
List.Right = false;
}
}
Symbol 324 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 2
stop();
if (1 < _root.Item8) {
_parent._parent._parent.Text = "You already have this item!";
} else {
_parent._parent._parent.Text = "This item is not ready yet. It will be in a future<BR>update, and it will be awesome.";
}
tellTarget (_parent._parent._parent._parent) {
Value = 1E39;
if (_root.Discount) {
Value = Value / 2;
}
gotoAndPlay (35);
};
Symbol 332 MovieClip Frame 1
stop();
Symbol 332 MovieClip Frame 2
if (1 < _root.Item7) {
_parent._parent._parent.Text = "You already have this item!";
} else {
_parent._parent._parent.Text = "This item is not ready yet. It will be in a future<BR>update, and it will be awesome.";
}
tellTarget (_parent._parent._parent._parent) {
Value = 1E36;
if (_root.Discount) {
Value = Value / 2;
}
gotoAndPlay (35);
};
Symbol 336 Button
on (release) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (90);
};
}
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 2
stop();
if (1 < _root.Item3) {
_parent._parent._parent.Text = "You already have this item!";
} else {
_parent._parent._parent.Text = "This magical tooth talisman protects you from curses,\rfor some reason. It's a saint's tooth, or something.";
}
tellTarget (_parent._parent._parent._parent) {
Value = 8000;
if (_root.Discount) {
Value = Value / 2;
}
gotoAndPlay (35);
};
Symbol 341 Button
on (release) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (70);
};
}
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 2
stop();
if ((_root.Life < _root.MaxLife) or _root.PoisonJoke) {
_parent._parent._parent.Text = "Delicious, nutritious milk! Restores you to full health.<BR>Also cures Poison Joke, for some reason.";
} else {
_parent._parent._parent.Text = "It's milk! It's yummy, but you don't need it.<BR>You're too fat anyway.";
}
tellTarget (_parent._parent._parent._parent) {
Value = 150;
if (_root.Discount) {
Value = Value / 2;
}
gotoAndPlay (35);
};
Symbol 345 Button
on (release) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (130);
};
}
Symbol 347 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 2
stop();
if (1 < _root.Item1) {
_parent._parent._parent.Text = "You already have this item!";
} else {
_parent._parent._parent.Text = "The Heart Armour provides magical protection for\ryour life, making you only take half damage!";
}
tellTarget (_parent._parent._parent._parent) {
Value = 12000;
if (_root.Discount) {
Value = Value / 2;
}
gotoAndPlay (35);
};
Symbol 351 Button
on (release) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (110);
};
}
Symbol 352 MovieClip Frame 1
stop();
Symbol 352 MovieClip Frame 2
stop();
if (1 < _root.Item2) {
_parent._parent._parent.Text = "You already have this item!";
} else {
_parent._parent._parent.Text = "This Green Crystal radiates magic power, making\ryour Magic bar refill on its own!";
}
tellTarget (_parent._parent._parent._parent) {
Value = 5000;
if (_root.Discount) {
Value = Value / 2;
}
gotoAndPlay (35);
};
Symbol 356 Button
on (release) {
if (_root.SawPNN2) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (61);
};
} else {
tellTarget (_parent._parent._parent) {
gotoAndPlay (3);
};
tellTarget (_parent._parent) {
gotoAndPlay (20);
};
}
}
Symbol 357 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 2
stop();
if (_parent._parent._parent._parent._currentframe < 60) {
_parent._parent._parent.Text = "PNN News Report! All the news that matters, straight\rfrom the horse's mouth!";
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (35);
};
}
Symbol 360 Button
on (release) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (200);
};
}
Symbol 361 MovieClip Frame 1
stop();
Symbol 361 MovieClip Frame 2
stop();
_parent._parent._parent.Text = "Are you ready to leave?";
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (35);
};
Symbol 366 Button
on (release) {
if (hitTest(_parent._parent.ScreenZone)) {
tellTarget (_parent._parent._parent._parent) {
Trixie.Text = "One per customer, fatty!<BR>Come back after you get hurt some more.";
gotoAndPlay (35);
};
}
}
Symbol 370 Button
on (release) {
if (hitTest(_parent._parent.ScreenZone)) {
tellTarget (_parent._parent._parent._parent) {
Trixie.Text = "You already have this item!";
gotoAndPlay (35);
};
}
}
Instance of Symbol 329 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.ScreenZone) && (_parent._x == _parent.TargetX)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 332 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.ScreenZone) && (_parent._x == _parent.TargetX)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 337 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.ScreenZone) && (_parent._x == _parent.TargetX)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
if (((_currentframe == 2) && (_parent._parent._parent._parent._currentframe < 60)) && (_root.Item3 < 2)) {
if (Key.isDown(88) or Key.isDown(Key.SPACE)) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (90);
};
}
}
}
Instance of Symbol 342 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.ScreenZone) && (_parent._x == _parent.TargetX)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
if (((_currentframe == 2) && (_parent._parent._parent._parent._currentframe < 60)) && ((_root.Life < _root.MaxLife) or _root.PoisonJoke)) {
if (Key.isDown(88) or Key.isDown(Key.SPACE)) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (70);
};
}
}
}
Instance of Symbol 347 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.ScreenZone) && (_parent._x == _parent.TargetX)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
if (((_currentframe == 2) && (_parent._parent._parent._parent._currentframe < 60)) && (_root.Item1 < 2)) {
if (Key.isDown(88) or Key.isDown(Key.SPACE)) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (130);
};
}
}
}
Instance of Symbol 352 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.ScreenZone) && (_parent._x == _parent.TargetX)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
if (((_currentframe == 2) && (_parent._parent._parent._parent._currentframe < 60)) && (_root.Item2 < 2)) {
if (Key.isDown(88) or Key.isDown(Key.SPACE)) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (110);
};
}
}
}
Instance of Symbol 357 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.ScreenZone) && (_parent._x == _parent.TargetX)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
if ((_currentframe == 2) && (_parent._parent._parent._parent._currentframe < 60)) {
if (Key.isDown(88) or Key.isDown(Key.SPACE)) {
if (_root.SawPNN2) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (61);
};
} else {
tellTarget (_parent._parent._parent) {
gotoAndPlay (3);
};
tellTarget (_parent._parent) {
gotoAndPlay (20);
};
}
}
}
}
Instance of Symbol 361 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.ScreenZone) && (_parent._x == _parent.TargetX)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
if ((_currentframe == 2) && (_parent._parent._parent._parent._currentframe < 60)) {
if (Key.isDown(88) or Key.isDown(Key.SPACE)) {
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (200);
};
}
}
}
Instance of Symbol 364 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.ScreenZone) && (_parent._x == _parent.TargetX)) {
_parent._parent._parent.Text = "";
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (35);
};
}
}
Instance of Symbol 364 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.ScreenZone) && (_parent._x == _parent.TargetX)) {
_parent._parent._parent.Text = "";
tellTarget (_parent._parent._parent._parent) {
gotoAndPlay (35);
};
}
}
Instance of Symbol 367 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.Life == _root.MaxLife) && (!_root.PoisonJoke)) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 371 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (1 < _root.Item1) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 372 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (1 < _root.Item2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 373 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (1 < _root.Item3) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 374 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (1 < _root.Item8) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 375 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (1 < _root.Item7) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 8
stop();
Instance of Symbol 376 MovieClip "List" in Symbol 402 MovieClip Frame 8
onClipEvent (enterFrame) {
if (TargetX < _x) {
if (Left == true) {
_x = (_x - 15.2);
} else {
_x = TargetX;
}
} else if (_x < TargetX) {
if (Right == true) {
_x = (_x + 15.2);
} else {
_x = TargetX;
}
}
if (_x < -382) {
_x = (_x + 1368);
TargetX = TargetX + 1368;
} else if (978 < _x) {
_x = (_x - 1368);
TargetX = TargetX - 1368;
}
}
onClipEvent (load) {
TargetX = -382;
}
Symbol 402 MovieClip Frame 25
stop();
Symbol 402 MovieClip Frame 29
stop();
Symbol 402 MovieClip Frame 35
gotoAndStop (1);
Symbol 402 MovieClip Frame 36
stop();
Symbol 402 MovieClip Frame 37
gotoAndStop (36);
Symbol 413 MovieClip Frame 1
stop();
Symbol 466 MovieClip Frame 1
gotoAndPlay(random(40));
Symbol 466 MovieClip Frame 82
if (random(4) == 1) {
tellTarget (_parent.Glasses) {
gotoAndPlay (20);
};
gotoAndPlay (90);
}
Symbol 466 MovieClip Frame 88
gotoAndPlay (1);
Symbol 493 MovieClip Frame 1
stop();
Symbol 493 MovieClip Frame 16
gotoAndStop (1);
Symbol 499 MovieClip Frame 1
stop();
Symbol 501 MovieClip Frame 1
stop();
Symbol 525 MovieClip Frame 1
stop();
Instance of Symbol 493 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_currentframe == 1) {
if (random(480) == 1) {
gotoAndPlay (2);
} else if (random(280) == 1) {
gotoAndPlay (20);
}
}
}
Instance of Symbol 499 MovieClip "Mouth" in Symbol 525 MovieClip Frame 1
onClipEvent (enterFrame) {
if (1 < _parent._parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
}
Symbol 525 MovieClip Frame 20
stop();
Symbol 525 MovieClip Frame 24
stop();
Instance of Symbol 499 MovieClip "Mouth" in Symbol 525 MovieClip Frame 24
onClipEvent (enterFrame) {
if (1 < _parent._parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
}
Symbol 530 MovieClip Frame 1
stop();
Symbol 530 MovieClip Frame 16
gotoAndStop (1);
Symbol 612 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 1
stop();
Symbol 628 MovieClip Frame 1
stop();
Symbol 636 MovieClip Frame 1
stop();
_root._currentBGM = "Shop";
Instance of Symbol 289 MovieClip in Symbol 636 MovieClip Frame 1
onClipEvent (load) {
StartY = _y;
}
onClipEvent (enterFrame) {
_y = (StartY - ((_parent._y - 280) / 4));
}
Instance of Symbol 305 MovieClip "Mouth" in Symbol 636 MovieClip Frame 1
onClipEvent (enterFrame) {
if (1 < _parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
} else if (1 < _currentframe) {
play();
}
}
Instance of Symbol 402 MovieClip "Screen" in Symbol 636 MovieClip Frame 1
onClipEvent (load) {
StartY = -180;
}
onClipEvent (enterFrame) {
if (!InPlace) {
yThrust = yThrust + 2;
if (_y < StartY) {
_y = (_y + yThrust);
} else if (StartY < _y) {
_y = (_y - 12);
if ((_y - 4) < StartY) {
InPlace = true;
}
}
} else {
_y = (StartY - ((_parent._y - 42.5) / 2));
}
}
Instance of Symbol 409 MovieClip in Symbol 636 MovieClip Frame 2
onClipEvent (load) {
Counter = 0;
}
onClipEvent (enterFrame) {
Counter = Counter + 1;
if (18 < Counter) {
if (random(4) == 1) {
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
Symbol 636 MovieClip Frame 5
_root.CurrentBGM = "";
tellTarget (Screen) {
gotoAndPlay (20);
};
tellTarget (_parent) {
gotoAndStop (10);
};
Symbol 636 MovieClip Frame 12
_root.Shake = true;
Symbol 636 MovieClip Frame 44
_root.Shake = true;
Symbol 636 MovieClip Frame 50
tellTarget (Screen) {
play();
};
Symbol 636 MovieClip Frame 68
_root.CurrentBGM = "PNN";
Instance of Symbol 530 MovieClip "Glasses" in Symbol 636 MovieClip Frame 68
onClipEvent (enterFrame) {
if (_currentframe == 1) {
if (random(480) == 1) {
gotoAndPlay (2);
} else if (random(280) == 1) {
gotoAndPlay (20);
}
}
}
Symbol 636 MovieClip Frame 96
stop();
tellTarget (_parent) {
gotoAndStop (16);
};
Symbol 636 MovieClip Frame 102
_root.CurrentBGM = "";
Symbol 636 MovieClip Frame 104
_root.Shake = true;
_root.DeskTossed = true;
Symbol 636 MovieClip Frame 125
tellTarget (Screen) {
play();
};
Symbol 636 MovieClip Frame 137
_root.CurrentBGM = "Shop";
Symbol 636 MovieClip Frame 145
_root.Shake = true;
Symbol 636 MovieClip Frame 146
gotoAndStop (1);
Symbol 636 MovieClip Frame 147
_root.CurrentBGM = "";
tellTarget (Screen) {
gotoAndStop (36);
};
Symbol 636 MovieClip Frame 152
stop();
Instance of Symbol 612 MovieClip "Mouth" in Symbol 636 MovieClip Frame 152
onClipEvent (enterFrame) {
if (1 < _parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
} else if (1 < _currentframe) {
play();
}
}
Symbol 636 MovieClip Frame 200
stop();
Symbol 636 MovieClip Frame 201
gotoAndPlay (1);
Instance of Symbol 623 MovieClip "Mouth" in Symbol 636 MovieClip Frame 205
onClipEvent (enterFrame) {
if (1 < _parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
}
Symbol 636 MovieClip Frame 207
stop();
Instance of Symbol 628 MovieClip "Mouth" in Symbol 636 MovieClip Frame 207
onClipEvent (enterFrame) {
if (1 < _parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
if (_parent._parent._currentframe < 60) {
tellTarget (_parent._parent) {
gotoAndPlay (60);
};
}
}
Instance of Symbol 623 MovieClip "Mouth" in Symbol 636 MovieClip Frame 208
onClipEvent (enterFrame) {
if (1 < _parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
}
Symbol 636 MovieClip Frame 209
tellTarget (Screen) {
gotoAndPlay (2);
};
gotoAndStop (1);
Symbol 636 MovieClip Frame 210
stop();
Instance of Symbol 305 MovieClip "Mouth" in Symbol 636 MovieClip Frame 210
onClipEvent (enterFrame) {
if (1 < _parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
} else if (1 < _currentframe) {
play();
}
}
Instance of Symbol 81 MovieClip "Box" in Symbol 638 MovieClip Frame 1
onClipEvent (load) {
TargetText = _parent._parent.TargetText;
Counter = 1;
TextBox = "";
TextSpeed = _root.TextSpeed;
if (TextSpeed < 1) {
TextSpeed = 1;
}
}
onClipEvent (enterFrame) {
if ((length(TextBox) < length(TargetText)) && (_currentframe == 1)) {
TextBox = TextBox + (substring(TargetText, Counter, TextSpeed));
Counter = Counter + TextSpeed;
tellTarget (_parent._parent.Mouth) {
play();
};
} else {
gotoAndStop (2);
tellTarget (_parent._parent.Mouth) {
gotoAndStop (1);
};
}
}
Symbol 641 MovieClip Frame 1
stop();
Symbol 641 MovieClip Frame 2
_parent.Buzzer = false;
Instance of Symbol 81 MovieClip "Box" in Symbol 643 MovieClip Frame 1
onClipEvent (load) {
TargetText = _parent._parent.TargetText;
Counter = 1;
TextBox = "";
TextSpeed = _root.TextSpeed;
if (TextSpeed < 1) {
TextSpeed = 1;
}
}
onClipEvent (enterFrame) {
if ((length(TextBox) < length(TargetText)) && (_currentframe == 1)) {
TextBox = TextBox + (substring(TargetText, Counter, TextSpeed));
Counter = Counter + TextSpeed;
tellTarget (_parent._parent.Mouth) {
play();
};
} else {
gotoAndStop (2);
tellTarget (_parent._parent.Mouth) {
gotoAndStop (1);
};
}
}
Symbol 648 Button
on (release, keyPress "Y") {
Answer = "Yes";
play();
}
on (rollOver) {
Answer = "Yes";
}
Symbol 649 Button
on (release, keyPress "N") {
Answer = "No";
play();
}
on (rollOver) {
Answer = "No";
}
Symbol 655 MovieClip Frame 1
stop();
TargetText = "Welcome, insignificant background pony! The Great\rand Powerful Trixie is here to expl... erm, help you!";
_root.Active = false;
_root.CurrentBGM = "Shop";
Instance of Symbol 636 MovieClip "Trixie" in Symbol 655 MovieClip Frame 1
onClipEvent (load) {
yThrust = 1;
LastLaughed = 0;
}
onClipEvent (enterFrame) {
StartY = 42.5;
if (StartY < _y) {
yThrust = yThrust - 0.05;
} else {
yThrust = yThrust + 0.05;
}
_y = (_y + yThrust);
if (_currentframe == 1) {
if (0 < LastLaughed) {
LastLaughed = LastLaughed - 1;
}
if (((random(120) == 1) && (LastLaughed < 1)) && (_parent.Mouth._currentframe == 1)) {
gotoAndStop (2);
LastLaughed = 240;
}
}
}
Symbol 655 MovieClip Frame 3
stop();
TargetText = "Use the mouse or the arrow keys to choose any item\ryou want. Oh, but pay attention to the prices!";
Symbol 655 MovieClip Frame 5
stop();
TargetText = "That's right, you heard Trixie... the shop system is\rfinally working! :D";
Instance of Symbol 638 MovieClip in Symbol 655 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((Box.TargetText == Box.TextBox) && (LaughedAlready == false)) {
tellTarget (_parent.Trixie) {
gotoAndStop (2);
};
LaughedAlready = true;
}
}
Symbol 655 MovieClip Frame 6
stop();
tellTarget (Trixie.Screen) {
play();
};
Symbol 655 MovieClip Frame 16
stop();
if (_root.SawPNN) {
gotoAndPlay (50);
} else {
_root.SawPNN = true;
TargetText = "Good evening! Tonight's top story: the quality of\rdental care in Ponyville continues to decline.";
}
Symbol 655 MovieClip Frame 18
stop();
TargetText = "Despite Princess Celestia's generous healthcare plan\rproviding full coverage, a lack of qualified dentists...";
Symbol 655 MovieClip Frame 20
stop();
TargetText = "...has caused most ponies to be powerless against the\rforces of tooth decay.";
Symbol 655 MovieClip Frame 22
stop();
TargetText = "Also, it's REALLY difficult to brush your teeth with\rhooves. Ask anyone.";
Symbol 655 MovieClip Frame 24
stop();
TargetText = "In other news, a horrifying animal roar continues to be\rheard around the Everfree Forest late at night.";
Symbol 655 MovieClip Frame 26
stop();
TargetText = "The Mayor's office has issued an official statement\rreminding everypony to stay away from the forest...";
Symbol 655 MovieClip Frame 28
stop();
TargetText = "...and that if you go in there anyway and get eaten,\rit's your own fault.";
Symbol 655 MovieClip Frame 30
stop();
TargetText = "For PNN News, this is the Great and Powerful Trixie,\rreporting from the sky above the Everfree Forest.";
Symbol 655 MovieClip Frame 32
stop();
TargetText = "That's the news. Have a nice day!";
Symbol 655 MovieClip Frame 33
tellTarget ("Trixie") {
play();
};
gotoAndStop (6);
Symbol 655 MovieClip Frame 34
stop();
_root.Active = true;
gotoAndStop (1);
Symbol 655 MovieClip Frame 36
stop();
TargetText = Trixie.Text;
Instance of Symbol 641 MovieClip in Symbol 655 MovieClip Frame 36
onClipEvent (load) {
if (_parent.Buzzer) {
gotoAndPlay (2);
}
}
Symbol 655 MovieClip Frame 37
gotoAndStop (35);
Symbol 655 MovieClip Frame 38
tellTarget (Trixie) {
gotoAndPlay (147);
};
Symbol 655 MovieClip Frame 43
stop();
TargetText = "Thank you for buying so many items...";
Symbol 655 MovieClip Frame 44
tellTarget (Trixie) {
play();
};
Symbol 655 MovieClip Frame 45
stop();
TargetText = "...big-spender.";
_root.UsedShop = true;
Symbol 655 MovieClip Frame 46
_root.Active = true;
_root.CurrentBGM = "Forest";
tellTarget (_root.level.P1) {
gotoAndPlay (21);
};
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 655 MovieClip Frame 50
stop();
TargetText = "Good evening. In other news, one of Equestria's most\rnotorious criminals is once again on the loose.";
Symbol 655 MovieClip Frame 52
stop();
TargetText = "Canterlot's Royal Guard has asked all citizens to be\ralert, as this shameless con artist has no morals.";
Symbol 655 MovieClip Frame 54
stop();
TargetText = "A 10,000 bit reward has been posted for information\rleading to the arrest of Ms. Patricia Lulamo-";
Instance of Symbol 643 MovieClip in Symbol 655 MovieClip Frame 54
onClipEvent (enterFrame) {
if ((Box._currentframe == 2) && (_parent.Trixie.NewsTrixie._currentframe < 2)) {
tellTarget (_parent.Trixie.NewsTrixie) {
gotoAndPlay (2);
};
}
}
Symbol 655 MovieClip Frame 56
stop();
tellTarget (Trixie.NewsTrixie) {
gotoAndPlay (21);
};
TargetText = "Er... on second thoughts, you know what? There's\rreally nothing else interesting in the news today.";
Symbol 655 MovieClip Frame 58
stop();
TargetText = "That's the news. Have a nice day!";
Symbol 655 MovieClip Frame 59
tellTarget ("Trixie") {
play();
};
_root.SawPNN2 = true;
gotoAndStop (6);
Symbol 655 MovieClip Frame 61
tellTarget (Trixie.Screen) {
gotoAndPlay (20);
};
tellTarget (Trixie) {
gotoAndPlay (205);
};
play();
Symbol 655 MovieClip Frame 63
stop();
TargetText = "Umm... yeah... look, it's kind of a slow news day, so\rthere's really nothing interesting on PNN...";
Symbol 655 MovieClip Frame 65
stop();
TargetText = "...and also, Trixie has run out of desks.\rSo sorry, no more newscasts today.";
Symbol 655 MovieClip Frame 66
tellTarget (Trixie) {
play();
};
gotoAndStop (7);
Symbol 655 MovieClip Frame 70
if (_root.TrueScore < Value) {
Trixie.Text = "You don't have enough points!";
BumCounter = BumCounter + 1;
Buzzer = true;
gotoAndPlay (35);
}
Symbol 655 MovieClip Frame 71
stop();
TargetText = "Would you like to buy this item?";
Answer = "Yes";
Instance of Symbol 650 MovieClip in Symbol 655 MovieClip Frame 71
onClipEvent (enterFrame) {
if (_parent.Answer == "Yes") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.LEFT)) {
_parent.Answer = "Yes";
}
}
Instance of Symbol 651 MovieClip in Symbol 655 MovieClip Frame 71
onClipEvent (enterFrame) {
if (_parent.Answer == "No") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.RIGHT)) {
_parent.Answer = "No";
}
}
Symbol 655 MovieClip Frame 72
if (Answer == "Yes") {
gotoAndPlay (75);
}
Symbol 655 MovieClip Frame 73
stop();
TargetText = "Fine, suit yourself! The Great and Powerful Trixie has\rlots of other ju... ahem, useful items to sell you!";
Symbol 655 MovieClip Frame 74
gotoAndStop (7);
Symbol 655 MovieClip Frame 76
stop();
_root.TrueScore = _root.TrueScore - Value;
tellTarget (Trixie) {
gotoAndStop (210);
};
TargetText = "Thanks for your business!";
ItemsBought = ItemsBought + 1;
Symbol 655 MovieClip Frame 77
stop();
tellTarget (Trixie) {
gotoAndStop (1);
};
_root.Life = _root.MaxLife;
_root.PoisonJoke = false;
gotoAndStop (7);
Symbol 655 MovieClip Frame 90
if (_root.TrueScore < Value) {
Trixie.Text = "You don't have enough points!";
BumCounter = BumCounter + 1;
Buzzer = true;
gotoAndPlay (35);
}
Symbol 655 MovieClip Frame 91
stop();
TargetText = "Would you like to buy this item?";
Answer = "Yes";
Instance of Symbol 650 MovieClip in Symbol 655 MovieClip Frame 91
onClipEvent (enterFrame) {
if (_parent.Answer == "Yes") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.LEFT)) {
_parent.Answer = "Yes";
}
}
Instance of Symbol 651 MovieClip in Symbol 655 MovieClip Frame 91
onClipEvent (enterFrame) {
if (_parent.Answer == "No") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.RIGHT)) {
_parent.Answer = "No";
}
}
Symbol 655 MovieClip Frame 92
if (Answer == "Yes") {
gotoAndPlay (95);
}
Symbol 655 MovieClip Frame 93
stop();
TargetText = "Okay, no problem. Keep looking around. I'm sure the\rGreat and Powerful Trixie has SOMETHING you want!";
Symbol 655 MovieClip Frame 94
gotoAndStop (7);
Symbol 655 MovieClip Frame 96
stop();
_root.TrueScore = _root.TrueScore - Value;
tellTarget (Trixie) {
gotoAndStop (210);
};
TargetText = "Haha, thanks a lot!";
ItemsBought = ItemsBought + 1;
_root.Item3 = 2;
Symbol 655 MovieClip Frame 98
tellTarget (Trixie) {
gotoAndStop (1);
};
gotoAndStop (7);
Symbol 655 MovieClip Frame 110
if (_root.TrueScore < Value) {
Trixie.Text = "You don't have enough points!";
BumCounter = BumCounter + 1;
Buzzer = true;
gotoAndPlay (35);
}
Symbol 655 MovieClip Frame 111
stop();
TargetText = "Would you like to buy this item?";
Answer = "Yes";
Instance of Symbol 650 MovieClip in Symbol 655 MovieClip Frame 111
onClipEvent (enterFrame) {
if (_parent.Answer == "Yes") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.LEFT)) {
_parent.Answer = "Yes";
}
}
Instance of Symbol 651 MovieClip in Symbol 655 MovieClip Frame 111
onClipEvent (enterFrame) {
if (_parent.Answer == "No") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.RIGHT)) {
_parent.Answer = "No";
}
}
Symbol 655 MovieClip Frame 112
if (Answer == "Yes") {
gotoAndPlay (115);
}
Symbol 655 MovieClip Frame 113
stop();
TargetText = "Really? Come on, who wouldn't want such a fine item?\rWell, whatever. Check out the rest of Trixie's items!";
Symbol 655 MovieClip Frame 114
gotoAndStop (7);
Symbol 655 MovieClip Frame 116
stop();
_root.TrueScore = _root.TrueScore - Value;
tellTarget (Trixie) {
gotoAndStop (210);
};
TargetText = "Thanks much!";
ItemsBought = ItemsBought + 1;
_root.Item2 = 2;
Symbol 655 MovieClip Frame 118
tellTarget (Trixie) {
gotoAndStop (1);
};
gotoAndStop (7);
Symbol 655 MovieClip Frame 130
if (_root.TrueScore < Value) {
Trixie.Text = "You don't have enough points!";
BumCounter = BumCounter + 1;
Buzzer = true;
gotoAndPlay (35);
}
Symbol 655 MovieClip Frame 131
stop();
TargetText = "Would you like to buy this item?";
Answer = "Yes";
Instance of Symbol 650 MovieClip in Symbol 655 MovieClip Frame 131
onClipEvent (enterFrame) {
if (_parent.Answer == "Yes") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.LEFT)) {
_parent.Answer = "Yes";
}
}
Instance of Symbol 651 MovieClip in Symbol 655 MovieClip Frame 131
onClipEvent (enterFrame) {
if (_parent.Answer == "No") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.RIGHT)) {
_parent.Answer = "No";
}
}
Symbol 655 MovieClip Frame 132
if (Answer == "Yes") {
gotoAndPlay (135);
}
Symbol 655 MovieClip Frame 133
stop();
TargetText = "Really? No? Well, alright, if that's how you want it.\rLet's get you one of Trixie's other magical items, then!";
Symbol 655 MovieClip Frame 134
gotoAndStop (7);
Symbol 655 MovieClip Frame 136
stop();
_root.TrueScore = _root.TrueScore - Value;
tellTarget (Trixie) {
gotoAndStop (210);
};
TargetText = "Oh, an excellent choice, ma'am!";
ItemsBought = ItemsBought + 1;
_root.Item1 = 2;
_root.MaxLife = 6;
_root.Life = _root.Life * 2;
Symbol 655 MovieClip Frame 138
tellTarget (Trixie) {
gotoAndStop (1);
};
gotoAndStop (7);
Symbol 655 MovieClip Frame 150
if (_root.TrueScore < Value) {
Trixie.Text = "You don't have enough points!";
BumCounter = BumCounter + 1;
Buzzer = true;
gotoAndPlay (35);
} else {
gotoAndPlay (151);
}
Symbol 655 MovieClip Frame 151
stop();
TargetText = "Would you like to buy this item?";
Answer = "Yes";
Instance of Symbol 650 MovieClip in Symbol 655 MovieClip Frame 151
onClipEvent (enterFrame) {
if (_parent.Answer == "Yes") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.LEFT)) {
_parent.Answer = "Yes";
}
}
Instance of Symbol 651 MovieClip in Symbol 655 MovieClip Frame 151
onClipEvent (enterFrame) {
if (_parent.Answer == "No") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.RIGHT)) {
_parent.Answer = "No";
}
}
Symbol 655 MovieClip Frame 152
if (Answer == "Yes") {
gotoAndPlay (155);
}
Symbol 655 MovieClip Frame 153
stop();
TargetText = "Really? Well, there's no accounting for some tastes.\rPlease peruse Trixie's other fine items.";
Symbol 655 MovieClip Frame 154
gotoAndStop (7);
Symbol 655 MovieClip Frame 156
stop();
_root.TrueScore = _root.TrueScore - Value;
tellTarget (Trixie) {
gotoAndStop (210);
};
TargetText = "Oh-ho-ho! An excellent purchase!";
ItemsBought = ItemsBought + 1;
_root.Item7 = 2;
if (_root.Item8 == 2) {
_root.Item8 = 1;
}
Symbol 655 MovieClip Frame 158
stop();
tellTarget (Trixie) {
gotoAndStop (1);
};
TargetText = "As long as this item is turned on, the effect of your\rClock Up power will be different.";
Symbol 655 MovieClip Frame 160
stop();
TargetText = "Remember, you can turn items ON or OFF from the\rpause menu (press SPACE in the main game!)";
Symbol 655 MovieClip Frame 162
stop();
TargetText = "By the way, you can't have both records turned on at\rthe same time. So be sure to pick which one you want!";
Symbol 655 MovieClip Frame 163
gotoAndStop (7);
Symbol 655 MovieClip Frame 170
if (_root.TrueScore < Value) {
Trixie.Text = "You don't have enough points!";
BumCounter = BumCounter + 1;
Buzzer = true;
gotoAndPlay (35);
} else {
gotoAndPlay (171);
}
Symbol 655 MovieClip Frame 171
stop();
TargetText = "Would you like to buy this item?";
Answer = "Yes";
Instance of Symbol 650 MovieClip in Symbol 655 MovieClip Frame 171
onClipEvent (enterFrame) {
if (_parent.Answer == "Yes") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.LEFT)) {
_parent.Answer = "Yes";
}
}
Instance of Symbol 651 MovieClip in Symbol 655 MovieClip Frame 171
onClipEvent (enterFrame) {
if (_parent.Answer == "No") {
_alpha = 100;
} else {
_alpha = 0;
}
if (Key.isDown(Key.RIGHT)) {
_parent.Answer = "No";
}
}
Symbol 655 MovieClip Frame 172
if (Answer == "Yes") {
gotoAndPlay (175);
}
Symbol 655 MovieClip Frame 173
stop();
TargetText = "What? Philistine!";
Symbol 655 MovieClip Frame 174
gotoAndStop (7);
Symbol 655 MovieClip Frame 176
stop();
_root.TrueScore = _root.TrueScore - Value;
tellTarget (Trixie) {
gotoAndStop (210);
};
TargetText = "Oh my, what impeccable taste you have!";
ItemsBought = ItemsBought + 1;
_root.Item8 = 2;
if (_root.Item7 == 2) {
_root.Item7 = 1;
}
Symbol 655 MovieClip Frame 178
stop();
tellTarget (Trixie) {
gotoAndStop (1);
};
TargetText = "As long as this item is turned on, the effect of your\rClock Up power will be different.";
Symbol 655 MovieClip Frame 180
stop();
TargetText = "Remember, you can turn items ON or OFF from the\rpause menu (press SPACE in the main game!)";
Symbol 655 MovieClip Frame 182
stop();
TargetText = "By the way, you can't have both records turned on at\rthe same time. So be sure to pick which one you want!";
Symbol 655 MovieClip Frame 183
gotoAndStop (7);
Symbol 655 MovieClip Frame 200
_root.level.Score = _root.TrueScore;
if (ItemsBought < 1) {
tellTarget (Trixie) {
gotoAndStop (1);
};
} else if (ItemsBought < 4) {
tellTarget (Trixie) {
gotoAndPlay (210);
};
gotoAndPlay (205);
} else {
gotoAndPlay (38);
}
Symbol 655 MovieClip Frame 202
stop();
TargetText = "Thanks for looking at Trixie's merchandise.\rBut next time, buy something!";
Symbol 655 MovieClip Frame 203
_root.Active = true;
_root.CurrentBGM = "Forest";
tellTarget (_root.level.P1) {
gotoAndPlay (21);
};
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 655 MovieClip Frame 206
stop();
TargetText = "Thanks for choosing the Great and Powerful\rTrixie for all your magic item needs!";
_root.UsedShop = true;
Symbol 655 MovieClip Frame 207
_root.Active = true;
_root.CurrentBGM = "Forest";
tellTarget (_root.level.P1) {
gotoAndPlay (21);
};
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 666 MovieClip Frame 89
gotoAndPlay(random(40));
Symbol 672 MovieClip Frame 1
stop();
Symbol 679 MovieClip Frame 1
stop();
Symbol 687 MovieClip Frame 1
stop();
Instance of Symbol 672 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 679 MovieClip in Symbol 689 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 672 MovieClip in Symbol 689 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 679 MovieClip in Symbol 689 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 687 MovieClip in Symbol 689 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Zecora")) {
play();
}
}
Symbol 696 MovieClip Frame 11
gotoAndPlay(random(80) + 12);
Symbol 702 MovieClip Frame 1
stop();
Symbol 709 MovieClip Frame 1
stop();
Symbol 715 MovieClip Frame 1
stop();
Symbol 719 MovieClip Frame 1
stop();
Symbol 724 MovieClip Frame 1
stop();
Instance of Symbol 730 MovieClip in Symbol 731 MovieClip Frame 1
onClipEvent (load) {
tellTarget (_parent) {
rSpeed = random(40) - 20;
_xscale = (random(40) + 80);
if (0 < _x) {
xThrust = random(6);
} else {
xThrust = -random(6);
}
if (0 < _y) {
yThrust = random(6);
} else {
yThrust = -random(6);
}
};
}
onClipEvent (enterFrame) {
tellTarget (_parent) {
_rotation = (_rotation + rSpeed);
_x = (_x + xThrust);
_y = (_y + yThrust);
_xscale = (_xscale - (_xscale / 20));
_yscale = _xscale;
_alpha = (_alpha - 5);
};
}
Symbol 732 MovieClip Frame 3
if (_parent._name == "P1") {
if (_root.PoisonJoke) {
_root.PoisonJoke = false;
} else {
_root.PoisonJoke = true;
}
}
Symbol 732 MovieClip Frame 20
stop();
if (_parent._name == "P1") {
tellTarget (_parent) {
gotoAndStop (1);
};
}
Symbol 749 MovieClip Frame 21
tellTarget (_parent) {
play();
};
Instance of Symbol 702 MovieClip in Symbol 762 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 709 MovieClip in Symbol 762 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 715 MovieClip in Symbol 762 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 762 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 719 MovieClip in Symbol 762 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Instance of Symbol 724 MovieClip in Symbol 762 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Instance of Symbol 726 MovieClip in Symbol 762 MovieClip Frame 7
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
}
Instance of Symbol 709 MovieClip in Symbol 762 MovieClip Frame 13
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 762 MovieClip Frame 15
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 709 MovieClip in Symbol 762 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 672 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 679 MovieClip in Symbol 764 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 672 MovieClip in Symbol 764 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 679 MovieClip in Symbol 764 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 687 MovieClip in Symbol 764 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 81 MovieClip "Box" in Symbol 767 MovieClip Frame 1
onClipEvent (load) {
TargetText = _parent._parent.TargetText;
Counter = 1;
TextBox = "";
TextSpeed = _root.TextSpeed;
if (TextSpeed < 1) {
TextSpeed = 1;
}
}
onClipEvent (enterFrame) {
if ((length(TextBox) < length(TargetText)) && (_currentframe == 1)) {
TextBox = TextBox + (substring(TargetText, Counter, TextSpeed));
Counter = Counter + TextSpeed;
tellTarget (_parent._parent.Mouth) {
play();
};
} else {
gotoAndStop (2);
tellTarget (_parent._parent.Mouth) {
gotoAndStop (1);
};
}
}
Instance of Symbol 762 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
if (_parent._parent.ZecoraCounter == 32) {
_alpha = 0;
}
}
Symbol 786 MovieClip Frame 5
if (0 < _parent.ZecoraCounter) {
gotoAndPlay(_parent.ZecoraCounter);
}
Instance of Symbol 672 MovieClip in Symbol 786 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 786 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 786 MovieClip Frame 7
stop();
TargetText = "How swiftly you have come back here!\rWhat questions do you have, my dear?";
Speaker = "Zecora";
Symbol 786 MovieClip Frame 9
stop();
TargetText = "Um... how do I find that cave you told me about?\rI know it's to the east, but where?";
Speaker = "Colgate";
Symbol 786 MovieClip Frame 11
stop();
TargetText = "To find it is within your means.\rGo straight east for a dozen screens.";
Speaker = "Zecora";
Symbol 786 MovieClip Frame 13
stop();
TargetText = "What's a \"screen\"?";
Speaker = "Colgate";
Symbol 786 MovieClip Frame 15
_root.ShutTheDoor = true;
_parent.ZecoraCounter = 16;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 786 MovieClip Frame 16
stop();
TargetText = "Again you knock upon my door.\rWhatever did you do that for?";
Speaker = "Zecora";
Instance of Symbol 672 MovieClip in Symbol 786 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 786 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 786 MovieClip Frame 18
stop();
TargetText = "I was just curious about the way you talk. I mean,\rthis whole rhyming thing you keep doing.";
Speaker = "Colgate";
Symbol 786 MovieClip Frame 20
stop();
TargetText = "Why do you DO that? Is there some kind of ancient\rzebra curse that forces you to talk that way?";
Speaker = "Colgate";
Symbol 786 MovieClip Frame 22
stop();
TargetText = "There is no curse that forces me!\rI'm just a little OCD.";
Speaker = "Zecora";
Instance of Symbol 679 MovieClip in Symbol 786 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 709 MovieClip in Symbol 786 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 786 MovieClip Frame 24
_root.ShutTheDoor = true;
_parent.ZecoraCounter = 25;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 786 MovieClip Frame 25
stop();
TargetText = "Who's at my door? AGAIN it's you!\rDon't you have better things to do?";
Speaker = "Zecora";
Instance of Symbol 672 MovieClip in Symbol 786 MovieClip Frame 25
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 786 MovieClip Frame 25
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 786 MovieClip Frame 27
stop();
TargetText = "Sorry, just curious; can you only rhyme with things that\ryou yourself say, or can you rhyme with other people?";
Speaker = "Colgate";
Symbol 786 MovieClip Frame 29
stop();
TargetText = "Me, rhyme with words that others say?\rNo, no. It doesn't work that way.";
Speaker = "Zecora";
Symbol 786 MovieClip Frame 31
_root.ShutTheDoor = true;
_parent.ZecoraCounter = 32;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 786 MovieClip Frame 32
stop();
TargetText = "Did you already find the tooth?\r<B></B>O-";
Speaker = "Zecora";
Instance of Symbol 679 MovieClip in Symbol 786 MovieClip Frame 32
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 767 MovieClip in Symbol 786 MovieClip Frame 32
onClipEvent (enterFrame) {
if (Box._currentframe == 2) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 715 MovieClip in Symbol 786 MovieClip Frame 34
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 715 MovieClip in Symbol 786 MovieClip Frame 35
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 715 MovieClip in Symbol 786 MovieClip Frame 35
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 672 MovieClip in Symbol 786 MovieClip Frame 38
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 672 MovieClip in Symbol 786 MovieClip Frame 39
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Symbol 786 MovieClip Frame 41
stop();
_root.TextSpeed = 3;
TargetText = "What if I interrupt you in the middle of a sentence?!\rDo you still have to end it on a rhyme?!";
Speaker = "Colgate";
Symbol 786 MovieClip Frame 62
stop();
_root.TextSpeed = 1;
TargetText = "Oh, Colgate... that is SO uncouth.";
Speaker = "Zecora";
Symbol 786 MovieClip Frame 63
_root.ShutTheDoor = true;
_parent.ZecoraCounter = 64;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 786 MovieClip Frame 64
stop();
TargetText = "Don't come knocking around my door!\rI don't want to see your shadow no more!";
Speaker = "Zecora";
Instance of Symbol 672 MovieClip in Symbol 786 MovieClip Frame 64
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 709 MovieClip in Symbol 786 MovieClip Frame 64
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 786 MovieClip Frame 66
stop();
TargetText = "You've got more important things to do\rthan quoting songs by the Guess Who?";
Speaker = "Colgate";
Symbol 786 MovieClip Frame 68
stop();
TargetText = "...";
Speaker = "...";
Symbol 786 MovieClip Frame 71
_root.ShutTheDoor = true;
_parent.ZecoraCounter = 72;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 786 MovieClip Frame 72
stop();
TargetText = "I really have no more to say.\rCould you just please, PLEASE go away?";
Speaker = "Zecora";
Instance of Symbol 672 MovieClip in Symbol 786 MovieClip Frame 72
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 786 MovieClip Frame 72
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 786 MovieClip Frame 74
stop();
TargetText = "I'm sorry! I didn't mean to annoy you. I'm just curious.\rJust one more question, I promise, then I'll go!";
Speaker = "Colgate";
Symbol 786 MovieClip Frame 77
stop();
TargetText = "Just one more question? Well, okay.\rI see no harm, so ask away!";
Speaker = "Zecora";
Instance of Symbol 709 MovieClip in Symbol 786 MovieClip Frame 77
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 679 MovieClip in Symbol 786 MovieClip Frame 77
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Symbol 786 MovieClip Frame 79
stop();
TargetText = "You've travelled around, right? I was just wondering\rif you'd ever met Applejack's Uncle Orange.";
Speaker = "Colgate";
Symbol 786 MovieClip Frame 81
stop();
TargetText = "Do I know a Pony who's name is Orange?\rWell...";
Speaker = "Zecora";
Instance of Symbol 672 MovieClip in Symbol 786 MovieClip Frame 87
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Symbol 786 MovieClip Frame 89
stop();
TargetText = "...";
Speaker = "...";
Symbol 786 MovieClip Frame 91
stop();
_root.Shake = true;
TargetText = "GO AWAY!";
Speaker = "...";
Instance of Symbol 715 MovieClip in Symbol 786 MovieClip Frame 91
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 786 MovieClip Frame 95
_root.ShutTheDoor = true;
_root.DidBotherZecora = true;
_parent.Rhymeslayer = true;
_parent.ZecoraCounter = 96;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 786 MovieClip Frame 96
stop();
TargetText = "Zecora's not answering. I guess she's mad at me.\rI feel kinda bad, I shouldn't have teased her so much.";
Speaker = "...";
Instance of Symbol 702 MovieClip in Symbol 786 MovieClip Frame 96
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 786 MovieClip Frame 98
stop();
TargetText = "Uh-oh... I hope she'll still make that potion for me!";
Speaker = "...";
Symbol 786 MovieClip Frame 99
_root.ShutTheDoor = true;
_parent.ZecoraCounter = 99;
_root.Active = true;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 786 MovieClip Frame 100
stop();
_root.Active = false;
TargetText = "Did you go jump in leaves of blue?\rThat was a silly thing to do!";
Speaker = "Zecora";
Instance of Symbol 672 MovieClip in Symbol 786 MovieClip Frame 100
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Symbol 786 MovieClip Frame 102
stop();
TargetText = "Oh well, come in and have a soak.\rI'll cure you of the Poison Joke.";
Speaker = "Zecora";
Instance of Symbol 679 MovieClip in Symbol 786 MovieClip Frame 102
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Zecora")) {
play();
}
}
Symbol 786 MovieClip Frame 103
_root.ShutTheDoor = true;
_root.Active = true;
tellTarget (_root.level.P1) {
gotoAndStop (20);
};
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 806 MovieClip Frame 1
stop();
Symbol 818 MovieClip Frame 1
gotoAndPlay(random(60));
Symbol 818 MovieClip Frame 94
if (random(10) == 1) {
gotoAndPlay (100);
}
Symbol 818 MovieClip Frame 99
gotoAndPlay (1);
Symbol 818 MovieClip Frame 161
gotoAndPlay (94);
Symbol 857 MovieClip Frame 1
stop();
Instance of Symbol 806 MovieClip in Symbol 857 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Derpy")) {
play();
}
}
Symbol 857 MovieClip Frame 10
stop();
Symbol 859 MovieClip Frame 1
stop();
Instance of Symbol 806 MovieClip in Symbol 859 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Derpy")) {
play();
}
}
Symbol 859 MovieClip Frame 10
stop();
Symbol 860 MovieClip Frame 1
stop();
Instance of Symbol 806 MovieClip in Symbol 860 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Derpy")) {
play();
}
}
Symbol 860 MovieClip Frame 10
stop();
Symbol 868 MovieClip Frame 1
stop();
Symbol 868 MovieClip Frame 14
gotoAndPlay (9);
Symbol 875 MovieClip Frame 90
tellTarget (_parent) {
play();
};
Symbol 880 MovieClip Frame 1
stop();
Instance of Symbol 806 MovieClip in Symbol 880 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Derpy")) {
play();
}
}
Symbol 880 MovieClip Frame 10
stop();
Symbol 881 MovieClip Frame 1
stop();
Instance of Symbol 806 MovieClip in Symbol 881 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Derpy")) {
play();
}
}
Symbol 881 MovieClip Frame 10
stop();
Symbol 882 MovieClip Frame 1
stop();
_root.Active = false;
Instance of Symbol 857 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (load) {
StartY = _y;
_y = (_y + 300);
yThrust = -10;
}
onClipEvent (enterFrame) {
if (StartY < _y) {
yThrust = yThrust - 2;
} else {
tellTarget (_parent) {
play();
};
}
_y = (_y + yThrust);
}
Instance of Symbol 702 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 882 MovieClip Frame 2
stop();
TargetText = "Hello!";
Speaker = "Derpy";
Instance of Symbol 859 MovieClip "Derpy" in Symbol 882 MovieClip Frame 2
onClipEvent (load) {
StartY = _y;
_y = (_y + 5);
}
onClipEvent (enterFrame) {
if (StartY < _y) {
yThrust = yThrust - 0.2;
} else {
yThrust = yThrust + 0.2;
}
_y = (_y + yThrust);
}
Symbol 882 MovieClip Frame 4
stop();
TargetText = "Wha - Derpy? What are you doing here? Don't you\rknow this place is incredibly dangerous?";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 6
stop();
TargetText = "I was looking for you! I followed you into this cave, but\rthen you went really fast and I got lost!";
Speaker = "Derpy";
Symbol 882 MovieClip Frame 8
stop();
TargetText = "Thanks for coming and finding me!";
Speaker = "Derpy";
Instance of Symbol 709 MovieClip in Symbol 882 MovieClip Frame 9
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 882 MovieClip Frame 10
stop();
TargetText = "Oh hey, no problem.";
Speaker = "Colgate";
Instance of Symbol 702 MovieClip in Symbol 882 MovieClip Frame 11
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 882 MovieClip Frame 12
stop();
TargetText = "Wait a second, though ... <B></B>\rWHY were you looking for me?";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 13
tellTarget ("Derpy") {
play();
};
Symbol 882 MovieClip Frame 20
stop();
TargetText = "You've got mail~!";
Speaker = "Derpy";
Instance of Symbol 860 MovieClip "Derpy" in Symbol 882 MovieClip Frame 21
onClipEvent (load) {
StartY = _y;
}
onClipEvent (enterFrame) {
if (!Rising) {
if (_y < 100) {
yThrust = yThrust + 3;
} else {
play();
Rising = true;
}
} else if (StartY < _y) {
yThrust = yThrust - 4;
} else {
tellTarget (_parent) {
play();
};
}
_y = (_y + yThrust);
}
Symbol 882 MovieClip Frame 24
stop();
Instance of Symbol 868 MovieClip in Symbol 882 MovieClip Frame 24
onClipEvent (load) {
StartY = _y;
StartX = _x;
_y = (_y + 400);
_x = (_x - 50);
}
onClipEvent (enterFrame) {
if (_x < StartX) {
_x = (_x + 2);
}
if (!Floating) {
if (_StartY < _y) {
yThrust = yThrust - 3;
_y = (_y + yThrust);
} else {
_y = (StartY + 4);
yThrust = 0;
play();
Floating = true;
}
} else {
if (StartY < _y) {
yThrust = yThrust - 0.2;
} else {
yThrust = yThrust + 0.2;
}
_y = (_y + yThrust);
}
}
Instance of Symbol 859 MovieClip "Derpy" in Symbol 882 MovieClip Frame 25
onClipEvent (load) {
StartY = _y;
_y = (_y + 5);
}
onClipEvent (enterFrame) {
if (StartY < _y) {
yThrust = yThrust - 0.2;
} else {
yThrust = yThrust + 0.2;
}
_y = (_y + yThrust);
}
Symbol 882 MovieClip Frame 27
stop();
TargetText = "There you go!";
Speaker = "Derpy";
Symbol 882 MovieClip Frame 29
stop();
TargetText = "Uh...";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 30
stop();
Symbol 882 MovieClip Frame 32
stop();
TargetText = "Um, I think there's been some mistake here... I'm not\ra doctor, and Ponyville doesn't HAVE a dental clinic.";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 34
stop();
TargetText = "Oh no! No mistake! This letter is from the future!";
Speaker = "Derpy";
Instance of Symbol 877 MovieClip in Symbol 882 MovieClip Frame 35
onClipEvent (load) {
_alpha = 0;
CountDown = 15;
}
onClipEvent (enterFrame) {
if (0 < CountDown) {
CountDown = CountDown - 1;
} else {
_alpha = 100;
}
}
Symbol 882 MovieClip Frame 36
stop();
TargetText = "Uh... <B></B><B></B>what?";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 38
stop();
TargetText = "Yeah! This letter was sent Hyper Express...<BR>it has to be delivered as soon as possible!";
Speaker = "Derpy";
Symbol 882 MovieClip Frame 40
stop();
TargetText = "So that's why you're getting it six months<BR>before it was written!";
Speaker = "Derpy";
Symbol 882 MovieClip Frame 42
stop();
TargetText = "I think most ponies would agree that's SOONER than\rpossible.";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 44
stop();
TargetText = "Inside the letter is an impressive resume for someone\rapplying to be a secretary at my dental office.";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 46
stop();
TargetText = "Is this for real? Does this mean I'll really become a\rdentist in the future?";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 48
stop();
tellTarget ("Derpy") {
play();
};
TargetText = "Okay, my work here is done!";
Speaker = "Derpy";
Symbol 882 MovieClip Frame 50
stop();
TargetText = "Bye, Colgate!";
Speaker = "Derpy";
Symbol 882 MovieClip Frame 51
_root.Active = true;
_root.DidDerpy = true;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 882 MovieClip Frame 55
play();
Instance of Symbol 859 MovieClip "Derpy" in Symbol 882 MovieClip Frame 55
onClipEvent (load) {
StartY = _y;
_y = (_y + 5);
}
onClipEvent (enterFrame) {
if (StartY < _y) {
yThrust = yThrust - 0.2;
} else {
yThrust = yThrust + 0.2;
}
_y = (_y + yThrust);
}
Symbol 882 MovieClip Frame 56
stop();
TargetText = "Hello, toothpaste!";
Speaker = "Derpy";
Symbol 882 MovieClip Frame 58
stop();
TargetText = "Uh... hi, Derpy.";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 60
stop();
TargetText = "Oh, yay! Talking toothpaste! <B></B>Hey... can you tell me\rhow to get out of this cave?";
Speaker = "Derpy";
Symbol 882 MovieClip Frame 62
stop();
TargetText = "Oh yeah, you just go thatawa-<B></B>\r... drat, no hooves to point with!";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 64
stop();
TargetText = "Um, go down the stairs and keep going left... watch\rout for the big mean lizard-looking guy!";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 65
tellTarget ("Derpy") {
play();
};
Symbol 882 MovieClip Frame 66
stop();
TargetText = "Yay! Thanks, toothpaste!<B></B><B></B>\rNow I gotta go find Colgate and deliver her letter!";
Speaker = "Derpy";
Symbol 882 MovieClip Frame 67
_root.MissedDerpy = true;
Instance of Symbol 881 MovieClip "Derpy" in Symbol 882 MovieClip Frame 67
onClipEvent (enterFrame) {
_x = (_x + xThrust);
xThrust = xThrust + 2;
}
Symbol 882 MovieClip Frame 68
stop();
TargetText = "Wha? Hey, wait, that's m-<B></B>\roh, she's gone.";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 70
stop();
TargetText = "Stupid Poison Joke.";
Speaker = "Colgate";
Symbol 882 MovieClip Frame 71
_root.Active = true;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 885 MovieClip Frame 1
stop();
Instance of Symbol 806 MovieClip in Symbol 885 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Derpy")) {
play();
}
}
Symbol 885 MovieClip Frame 10
stop();
Symbol 890 Button
on (release) {
play();
}
Symbol 892 Button
on (release) {
gotoAndPlay (55);
}
Symbol 896 MovieClip Frame 1
stop();
Symbol 896 MovieClip Frame 14
gotoAndPlay (9);
Symbol 897 MovieClip Frame 1
stop();
_root.Active = false;
Instance of Symbol 857 MovieClip in Symbol 897 MovieClip Frame 1
onClipEvent (load) {
StartY = _y;
_y = (_y + 300);
yThrust = -10;
}
onClipEvent (enterFrame) {
if (StartY < _y) {
yThrust = yThrust - 2;
} else {
tellTarget (_parent) {
play();
};
}
_y = (_y + yThrust);
}
Instance of Symbol 709 MovieClip in Symbol 897 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 897 MovieClip Frame 2
stop();
TargetText = "Hello!";
Speaker = "Derpy";
Instance of Symbol 859 MovieClip "Derpy" in Symbol 897 MovieClip Frame 2
onClipEvent (load) {
StartY = _y;
_y = (_y + 5);
}
onClipEvent (enterFrame) {
if (StartY < _y) {
yThrust = yThrust - 0.2;
} else {
yThrust = yThrust + 0.2;
}
_y = (_y + yThrust);
}
Symbol 897 MovieClip Frame 4
stop();
TargetText = "Derpy! There you are! The Doctor says he's\rlooking for you.";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 6
stop();
TargetText = "The Doctor? Doctor who?\rIs it another dentist friend of yours?";
Speaker = "Derpy";
Instance of Symbol 702 MovieClip in Symbol 897 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 897 MovieClip Frame 8
stop();
TargetText = "No no no, the weird earth pony with the hourglass\rcutie mark and the disappearing blue... barn... thing.";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 10
tellTarget ("Derpy") {
play();
};
Symbol 897 MovieClip Frame 16
stop();
TargetText = "Oh, HIM. He's just looking for me because he thinks\rI'm gonna destroy the space-time continuum.";
Speaker = "Derpy";
Symbol 897 MovieClip Frame 18
stop();
TargetText = "Uh... <B></B>are you?";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 19
tellTarget ("Derpy") {
play();
};
Symbol 897 MovieClip Frame 20
stop();
TargetText = "I dunno.<B></B> Probably not.<B></B><B></B>\rAnyway, I brought you a letter!";
Speaker = "Derpy";
Instance of Symbol 885 MovieClip "Derpy" in Symbol 897 MovieClip Frame 21
onClipEvent (load) {
StartY = _y;
}
onClipEvent (enterFrame) {
if (!Rising) {
if (_y < 100) {
yThrust = yThrust + 3.5;
} else {
play();
Rising = true;
}
} else if (StartY < _y) {
yThrust = yThrust - 3;
} else {
tellTarget (_parent) {
play();
};
}
_y = (_y + yThrust);
}
Symbol 897 MovieClip Frame 22
stop();
Instance of Symbol 868 MovieClip in Symbol 897 MovieClip Frame 22
onClipEvent (load) {
StartY = _y;
StartX = _x;
_y = (_y + 400);
_x = (_x - 50);
}
onClipEvent (enterFrame) {
if (_x < StartX) {
_x = (_x + 2);
}
if (!Floating) {
if (_StartY < _y) {
yThrust = yThrust - 3;
_y = (_y + yThrust);
} else {
_y = (StartY + 4);
yThrust = 0;
play();
Floating = true;
}
} else {
if (StartY < _y) {
yThrust = yThrust - 0.2;
} else {
yThrust = yThrust + 0.2;
}
_y = (_y + yThrust);
}
}
Instance of Symbol 859 MovieClip "Derpy" in Symbol 897 MovieClip Frame 23
onClipEvent (load) {
StartY = _y;
_y = (_y + 5);
}
onClipEvent (enterFrame) {
if (StartY < _y) {
yThrust = yThrust - 0.2;
} else {
yThrust = yThrust + 0.2;
}
_y = (_y + yThrust);
}
Symbol 897 MovieClip Frame 25
stop();
TargetText = "There you go!";
Speaker = "Derpy";
Symbol 897 MovieClip Frame 27
stop();
TargetText = "Uh...";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 28
stop();
Symbol 897 MovieClip Frame 30
stop();
TargetText = "This letter's postmark date is six months from now.\r<B></B>Does that mean..?";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 32
stop();
TargetText = "That's right!<BR>This letter is from the future!";
Speaker = "Derpy";
Symbol 897 MovieClip Frame 34
stop();
TargetText = "Oh boy. This is gonna be one of those life-changing\rdecisions, isn't it?";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 36
stop();
TargetText = "This letter is addressed to me... <B></B>DOCTOR me...<BR>at the \"Ponyville Dental Clinic\". ";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 38
stop();
TargetText = "I <B></B>REALLY<B></B> want to know what's inside...\r<B></B>but crazy time-box pony said I shouldn't read it!";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 40
stop();
TargetText = "And okay, he's probably crazy... but there's a non-zero\rchance I might destroy the universe if I read this letter.";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 42
stop();
TargetText = "What do you think I should do?";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 43
stop();
Symbol 897 MovieClip Frame 45
stop();
TargetText = "Inside the letter is an impressive resume for someone\rapplying to be a secretary at my dental office.";
Speaker = "Colgate";
Symbol 897 MovieClip Frame 47
stop();
TargetText = "Is this for real? Does this mean I'll really become a\rdentist in the future?";
Speaker = "Colgate";
Instance of Symbol 895 MovieClip in Symbol 897 MovieClip Frame 48
onClipEvent (enterFrame) {
_alpha = (_alpha - 1);
}
Symbol 897 MovieClip Frame 49
stop();
tellTarget ("Derpy") {
play();
};
TargetText = "Okay, my work here is done!";
Speaker = "Derpy";
Symbol 897 MovieClip Frame 51
stop();
TargetText = "Bye, Colgate!";
Speaker = "Derpy";
Symbol 897 MovieClip Frame 52
_root.Active = true;
_root.DidDerpy = true;
_root.Paradox = true;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 897 MovieClip Frame 56
stop();
TargetText = "I'm sorry, Derpy... I don't want to risk blowing up the\runiverse to find out my own future.";
Speaker = "Colgate";
Instance of Symbol 896 MovieClip in Symbol 897 MovieClip Frame 56
onClipEvent (enterFrame) {
_y = (_y + yThrust);
yThrust = yThrust + 1;
_x = (_x + xThrust);
xThrust = xThrust + 1.2;
}
Symbol 897 MovieClip Frame 58
stop();
TargetText = "I'll just have to be patient, and wait... and hope.";
Speaker = "Colgate";
Instance of Symbol 709 MovieClip in Symbol 897 MovieClip Frame 58
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 897 MovieClip Frame 60
stop();
tellTarget ("Derpy") {
play();
};
TargetText = "Okay! It's your choice! I delivered the letter, so my\rjob's done!";
Speaker = "Derpy";
Symbol 897 MovieClip Frame 62
stop();
tellTarget ("Derpy") {
play();
};
TargetText = "Good luck with your magic-tooth-potion-quest-thing!";
Speaker = "Derpy";
Symbol 897 MovieClip Frame 63
_root.Active = true;
_root.DidDerpy = true;
_root.Paradox = false;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 900 MovieClip Frame 1
_root.Active = false;
Instance of Symbol 724 MovieClip in Symbol 900 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Symbol 900 MovieClip Frame 4
if (Key.isDown(88)) {
gotoAndPlay (1);
} else if (_root.TeethBrushed == 1) {
gotoAndPlay (10);
} else if (_root.TeethBrushed == 2) {
gotoAndPlay (20);
} else if (_root.TeethBrushed == 3) {
gotoAndPlay (30);
} else if (_root.TeethBrushed == 4) {
gotoAndPlay (40);
}
Symbol 900 MovieClip Frame 5
stop();
TargetText = "For some reason, I find polishing these oddly-shaped\rrocks very satisfying.";
Speaker = "Romana";
Instance of Symbol 709 MovieClip in Symbol 900 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 900 MovieClip Frame 7
stop();
TargetText = "I wonder if there are more somewhere?";
Speaker = "Colgate";
Symbol 900 MovieClip Frame 8
_root.Active = true;
_root.TeethBrushed = _root.TeethBrushed + 1;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Instance of Symbol 724 MovieClip in Symbol 900 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Symbol 900 MovieClip Frame 11
stop();
TargetText = "La la la~\rMy shiny teeth and me~";
Speaker = "Romana";
Symbol 900 MovieClip Frame 14
_root.Active = true;
_root.TeethBrushed = _root.TeethBrushed + 1;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Instance of Symbol 724 MovieClip in Symbol 900 MovieClip Frame 20
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Symbol 900 MovieClip Frame 21
stop();
TargetText = "Yay! I found another one!\rBrushie brushie~";
Speaker = "Romana";
Instance of Symbol 709 MovieClip in Symbol 900 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 900 MovieClip Frame 23
stop();
TargetText = "These rocks all look so shiny and pretty once I'm\rdone with them! I think I'll be a really good dentist.";
Speaker = "Colgate";
Instance of Symbol 724 MovieClip in Symbol 900 MovieClip Frame 24
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Symbol 900 MovieClip Frame 25
stop();
TargetText = "Rocks and teeth are sort of similar,\rright?";
Speaker = "Romana";
Symbol 900 MovieClip Frame 26
_root.Active = true;
_root.TeethBrushed = _root.TeethBrushed + 1;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Instance of Symbol 724 MovieClip in Symbol 900 MovieClip Frame 30
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Symbol 900 MovieClip Frame 31
stop();
TargetText = "Yay! Another rock all sparkling clean!";
Speaker = "Romana";
Instance of Symbol 702 MovieClip in Symbol 900 MovieClip Frame 32
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 900 MovieClip Frame 33
stop();
TargetText = "Come to think of it, I wonder what the deal is with\rall these tooth-shaped rocks, anyway?";
Speaker = "Colgate";
Symbol 900 MovieClip Frame 35
stop();
TargetText = "I hope it doesn't turn out that I'm actually inside a\rgiant monster's mouth. That'd be really gross.";
Speaker = "Colgate";
Symbol 900 MovieClip Frame 36
_root.Active = true;
_root.TeethBrushed = _root.TeethBrushed + 1;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Instance of Symbol 724 MovieClip in Symbol 900 MovieClip Frame 40
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Symbol 900 MovieClip Frame 41
stop();
TargetText = "Last one!<B></B> I've now brushed every vaguely tooth-\rshaped thing I could find in here!";
Speaker = "Romana";
Instance of Symbol 702 MovieClip in Symbol 900 MovieClip Frame 42
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 900 MovieClip Frame 43
stop();
TargetText = "... I'm MUCH prouder of that than any sane pony\rshould be.";
Speaker = "Colgate";
Instance of Symbol 724 MovieClip in Symbol 900 MovieClip Frame 44
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Symbol 900 MovieClip Frame 45
stop();
TargetText = "Oh well, that's why I'm on this quest in the first place.";
Speaker = "Romana";
Symbol 900 MovieClip Frame 47
stop();
TargetText = "Soon I'll be a real dentist, and then I won't have to\rjust brush rocks and pretend anymore!";
Speaker = "Romana";
Symbol 900 MovieClip Frame 48
_root.Active = true;
_root.DidTeeth = true;
_root.TeethBrushed = _root.TeethBrushed + 1;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 905 MovieClip Frame 1
stop();
Instance of Symbol 904 MovieClip in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
RotSpeed = random(10) - 6;
_xscale = random(100);
_yscale = _xscale;
_x = random(800);
_y = random(480);
_alpha = 2;
Decay = random(10) + 3;
Shift = "UP";
}
onClipEvent (enterFrame) {
_rotation = (_rotation + RotSpeed);
if (Shift == "UP") {
_alpha = (_alpha + Decay);
if (_alpha >= 100) {
Shift = "DOWN";
}
} else {
_alpha = (_alpha - Decay);
}
if (0 >= _alpha) {
tellTarget (_parent) {
play();
};
}
}
Symbol 906 MovieClip Frame 1
stop();
Instance of Symbol 904 MovieClip in Symbol 906 MovieClip Frame 1
onClipEvent (load) {
RotSpeed = random(10) - 6;
_xscale = random(100);
_yscale = _xscale;
_x = random(800);
_y = random(480);
_alpha = 2;
Decay = random(10) + 3;
Shift = "UP";
}
onClipEvent (enterFrame) {
_rotation = (_rotation + RotSpeed);
if (Shift == "UP") {
_alpha = (_alpha + Decay);
if (_alpha >= 100) {
Shift = "DOWN";
}
} else {
_alpha = (_alpha - Decay);
}
if (0 >= _alpha) {
tellTarget (_parent) {
play();
};
}
}
Symbol 907 MovieClip Frame 28
stop();
Symbol 912 MovieClip Frame 120
stop();
Symbol 916 MovieClip Frame 1
stop();
Instance of Symbol 914 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = (_xscale + 0.2);
_alpha = (_alpha - 2);
if (0 >= _alpha) {
_xscale = 100;
_alpha = 100;
}
_yscale = (_xscale + (_xscale / 10));
}
Symbol 916 MovieClip Frame 2
TextBox = TargetText;
stop();
Instance of Symbol 916 MovieClip in Symbol 917 MovieClip Frame 1
onClipEvent (load) {
TargetText = _parent._parent.TargetText;
Counter = 1;
TextBox = "";
TextSpeed = _root.TextSpeed;
if (TextSpeed < 1) {
TextSpeed = 1;
}
}
onClipEvent (enterFrame) {
if ((length(TextBox) < length(TargetText)) && (_currentframe == 1)) {
TextBox = TextBox + (substring(TargetText, Counter, TextSpeed));
Counter = Counter + TextSpeed;
} else {
gotoAndStop (2);
}
}
Symbol 918 MovieClip Frame 1
stop();
Symbol 921 MovieClip Frame 1
stop();
TargetText = "It's a statue of a strange creature I've never seen\rbefore, with ponies standing on either side.";
Speaker = "";
Symbol 921 MovieClip Frame 3
stop();
TargetText = "This ruin must be ancient ... from generations ago,\rperhaps before the time of Celestia!";
Symbol 921 MovieClip Frame 5
stop();
TargetText = "There's a plaque beneath the statue.\rIt reads:";
Symbol 921 MovieClip Frame 7
stop();
TargetText = "\"Where will you wander? Hither and yonder, letting\ryour heart be your guide.\"";
Symbol 921 MovieClip Frame 9
stop();
TargetText = "\"My Little Pony, My Little Pony, I'll be there right by\ryour side.\"";
Symbol 921 MovieClip Frame 11
stop();
TargetText = "The thought of this strange creature following me\reverywhere should freak me out...";
Symbol 921 MovieClip Frame 13
stop();
TargetText = "But somehow I'm not scared.";
Symbol 921 MovieClip Frame 15
stop();
TargetText = "Gentle pony who dreams of giving shining smiles\rto all her friends...";
Speaker = "Megan";
Symbol 921 MovieClip Frame 17
stop();
TargetText = "...the Rainbow of Light shall watch over you.";
Symbol 921 MovieClip Frame 19
stop();
_root.Event._alpha = 0;
tellTarget (_root.level.P1) {
gotoAndStop (30);
};
Instance of Symbol 918 MovieClip in Symbol 921 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.level.P1._currentframe != 30) {
tellTarget (_parent) {
play();
};
}
}
Symbol 921 MovieClip Frame 20
stop();
_root.Event._alpha = 100;
TargetText = "What in the world was THAT?!";
Speaker = "Colgate";
Instance of Symbol 702 MovieClip in Symbol 921 MovieClip Frame 20
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 921 MovieClip Frame 22
stop();
TargetText = "I suddenly feel much more powerful...";
Symbol 921 MovieClip Frame 24
tellTarget (_parent) {
_root.Active = true;
_root.RAINBOWOFLIGHT = true;
_root.MaxLife = 6;
_root.Life = 6;
gotoAndStop (1);
};
Symbol 930 MovieClip Frame 1
stop();
_root.Active = false;
TargetText = "It's a sock. A white-and-green sock.\rWhy is there a sock here?";
Speaker = "Colgate";
Instance of Symbol 702 MovieClip in Symbol 930 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 930 MovieClip Frame 3
tellTarget (_root.Event) {
_root.Active = true;
gotoAndStop (1);
};
Symbol 930 MovieClip Frame 5
stop();
_root.Active = false;
TargetText = "There's a sock on the floor.";
Speaker = "Colgate";
Symbol 930 MovieClip Frame 7
tellTarget (_root.Event) {
_root.Active = true;
gotoAndStop (1);
};
Symbol 949 MovieClip Frame 1
gotoAndPlay(random(60));
Symbol 958 MovieClip Frame 1
stop();
Instance of Symbol 949 MovieClip in Symbol 959 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.EyesShut) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 958 MovieClip in Symbol 959 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Minty")) {
play();
}
}
Symbol 1015 MovieClip Frame 1
stop();
_root.Active = false;
_root.level.P1.ClockUp = false;
Speaker = "Minty";
TargetText = "Yay! That was amazing!\rYou saved me!";
loadMovie ("music-comedy.swf", _root.music);
EyesShut = false;
Instance of Symbol 702 MovieClip in Symbol 1015 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1015 MovieClip Frame 3
stop();
Speaker = "Colgate";
TargetText = "Minty! So THIS is where you've been!\rEverypony's been worried about you, you know!";
Symbol 1015 MovieClip Frame 5
stop();
Speaker = "Minty";
TargetText = "Yeah! You see, these big mean lizard guys stole\rmy favourite sock!";
Symbol 1015 MovieClip Frame 7
stop();
Speaker = "Minty";
TargetText = "I chased them to try and get my sock back, but I\rended up locked in here. And then you saved me!";
Symbol 1015 MovieClip Frame 9
stop();
if (!_root.GotSock) {
gotoAndPlay (25);
} else {
Speaker = "Colgate";
TargetText = "A sock..? Hey, wait a minute!";
}
Instance of Symbol 702 MovieClip in Symbol 1015 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 1015 MovieClip Frame 14
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1015 MovieClip Frame 16
stop();
_root.Active = false;
Speaker = "Colgate";
TargetText = "Is this what you're talking about?";
Instance of Symbol 702 MovieClip in Symbol 1015 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1015 MovieClip Frame 18
stop();
_root.Active = false;
Speaker = "Minty";
TargetText = "My sock! You FOUND it!\rYou're the greatest!";
Symbol 1015 MovieClip Frame 23
stop();
_root.Active = false;
Speaker = "Minty";
TargetText = "Thank you SO much!";
Symbol 1015 MovieClip Frame 25
stop();
Speaker = "Minty";
TargetText = "Right, I gotta get out of here now! I'll see you back\rin Ponyville later.";
Symbol 1015 MovieClip Frame 27
stop();
Speaker = "Minty";
TargetText = "Ooh, I wonder what Pinkie Pie will do when she\rsees I've come home!";
Symbol 1015 MovieClip Frame 29
stop();
_root.Active = false;
Speaker = "Colgate";
TargetText = "She'll freak out, sing a song, and throw you a party.\rThat's Pinkie's reaction to pretty much everything.";
Instance of Symbol 709 MovieClip in Symbol 1015 MovieClip Frame 29
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1015 MovieClip Frame 31
stop();
Speaker = "Minty";
TargetText = "Yeah!";
EyesShut = true;
Symbol 1015 MovieClip Frame 32
stop();
_root.level.P1._y = _root.level.P1._y - 100;
_root.level.P1.yThrust = 10;
_root.Active = true;
tellTarget (_root) {
gotoAndPlay(_currentframe + 2);
};
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 1015 MovieClip Frame 40
stop();
Speaker = "Minty";
TargetText = "Thank you, kind toothpaste!\rPlease tell me your name!";
loadMovie ("music-comedy.swf", _root.music);
Symbol 1015 MovieClip Frame 42
stop();
Speaker = "Colgate";
TargetText = "It's me, Minty!<B></B> Colgate!<B></B> Your cousin!\r<B></B>I stepped in some poison joke...";
Symbol 1015 MovieClip Frame 44
stop();
Speaker = "Minty";
TargetText = "WAHAHAHA! You're TOOTHPASTE!\rThat's so funny!";
EyesShut = true;
Symbol 1015 MovieClip Frame 46
stop();
Speaker = "Colgate";
TargetText = "Yeah, it kinda stopped being funny for me already.\rAnyway, I'm glad you're okay.";
Symbol 1015 MovieClip Frame 48
stop();
Speaker = "Minty";
TargetText = "Oh, here, let me help! I learned this trick from Pinkie!";
EyesShut = false;
Symbol 1015 MovieClip Frame 72
_root.PoisonJoke = false;
tellTarget (_root.level.P1) {
gotoAndStop (4);
};
Symbol 1015 MovieClip Frame 112
stop();
Speaker = "Colgate";
TargetText = "Gah! What the-?!";
Symbol 1015 MovieClip Frame 113
EyesShut = true;
Symbol 1015 MovieClip Frame 114
stop();
Speaker = "Minty";
TargetText = "All better!";
Symbol 1015 MovieClip Frame 116
stop();
Speaker = "Colgate";
TargetText = "Oh. Uh, thanks, I guess!";
Symbol 1015 MovieClip Frame 117
EyesShut = false;
Instance of Symbol 702 MovieClip in Symbol 1015 MovieClip Frame 117
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1015 MovieClip Frame 118
stop();
Speaker = "Colgate";
TargetText = "So what happened to YOU, anyway? How'd you end\rup down here, Minty?";
Symbol 1015 MovieClip Frame 120
stop();
Speaker = "Minty";
TargetText = "Oh! I lost my favourite sock! It got stolen by one\rof those lizard-looking guys.";
Symbol 1015 MovieClip Frame 121
gotoAndPlay (6);
Symbol 1024 MovieClip Frame 1
gotoAndPlay(random(60));
Symbol 1030 MovieClip Frame 1
stop();
Symbol 1039 MovieClip Frame 1
stop();
Instance of Symbol 702 MovieClip in Symbol 1101 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 1
if (_root.DidDoctor) {
if (_root.PoisonJoke) {
gotoAndPlay (350);
} else {
gotoAndPlay (100);
}
} else if (_root.PoisonJoke) {
gotoAndPlay (200);
}
Instance of Symbol 1030 MovieClip in Symbol 1135 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 1135 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 2
stop();
TargetText = "Romana! Lucky I found you, we've got an emergency!\rThere's a risk of a massive temporal paradox!";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 4
stop();
TargetText = "Uh...";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 6
stop();
TargetText = "If we don't prevent that letter from being delivered,\rthe universe could be destroyed!";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 8
stop();
TargetText = "Whoa, whoa, whoa, whoa. Hold on there,\rMr. Crazy Pony.";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 12
stop();
TargetText = "Excuse me?";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 14
stop();
TargetText = "First off, I'm not Romana. I know we LOOK alike...\rlike, pretty much identical... but I'm somepony else.";
Speaker = "Colgate";
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 15
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 16
stop();
TargetText = "Oh! Right! Sorry! You're that other one... that other\rpony who looks just like her... what's-her-name...";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 18
stop();
TargetText = "Minuette, right?";
Speaker = "Dr";
Instance of Symbol 702 MovieClip in Symbol 1135 MovieClip Frame 19
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 20
stop();
TargetText = "COLGATE!";
Speaker = "Colgate";
Instance of Symbol 1030 MovieClip in Symbol 1135 MovieClip Frame 20
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 22
stop();
TargetText = "Whoops!";
Speaker = "Dr";
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 23
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 24
stop();
TargetText = "Right, that's right... Minuette's that OTHER other pony<BR>who doesn't look anything like you. Sorry.";
Speaker = "Dr";
Instance of Symbol 709 MovieClip in Symbol 1135 MovieClip Frame 25
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 26
stop();
TargetText = "Oh, that's alright. There's so many hourglass ponies,\reven I get confused sometimes.";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 28
stop();
TargetText = "That's part of why I wanted to change my cutie\rmark in the first place!";
Speaker = "Colgate";
Instance of Symbol 1030 MovieClip in Symbol 1135 MovieClip Frame 29
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 30
stop();
TargetText = "Listen, um, Colgate... I have a question. The fate of\rthe universe hangs in the balance!";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 32
stop();
TargetText = "Have you seen Derpy Hooves today?";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 33
if (_root.DidDerpy) {
gotoAndPlay (60);
}
if (_root.MissedDerpy) {
gotoAndPlay (300);
}
Instance of Symbol 702 MovieClip in Symbol 1135 MovieClip Frame 33
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 34
stop();
TargetText = "Derpy? No, I haven't.";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 36
stop();
TargetText = "Ugh, where could she have got to?";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 38
stop();
TargetText = "Listen, Colgate: if you see Derpy, please tell her the\rDoctor is looking for her, and where to find me.";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 40
stop();
TargetText = "AND, and this is very important: if she tries to give\ryou a letter, DON'T accept it, and DON'T read it.";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 42
stop();
TargetText = "Okay?";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 44
stop();
TargetText = "Ooooo...kay...";
Speaker = "Colgate";
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 45
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 46
stop();
TargetText = "Thanks very much!";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 55
stop();
TargetText = "What a strange person.";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 56
_root.Active = true;
_root.DidDoctor = true;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Instance of Symbol 1030 MovieClip in Symbol 1135 MovieClip Frame 60
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Instance of Symbol 709 MovieClip in Symbol 1135 MovieClip Frame 60
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 61
stop();
TargetText = "Derpy? Yeah, she was flying around the cave near\rthe entrance.";
Speaker = "Colgate";
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 62
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 63
stop();
TargetText = "You've seen her? Brilliant! Now I just have to catch\rher before she delivers any letters.";
Speaker = "Dr";
Instance of Symbol 1030 MovieClip in Symbol 1135 MovieClip Frame 64
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 1135 MovieClip Frame 64
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 65
stop();
TargetText = "Listen: if she gave you any post from the future,\rDON'T READ IT!";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 67
stop();
TargetText = "Or... if you read it already, well... just try to pretend\ryou didn't for six months or so, alright? Cheers!";
Speaker = "Dr";
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 68
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 76
stop();
TargetText = "What a strange person.";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 77
_root.Active = true;
_root.DidDoctor = true;
_root.Paradox = true;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Instance of Symbol 719 MovieClip in Symbol 1135 MovieClip Frame 100
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 1135 MovieClip Frame 100
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 109
stop();
TargetText = "I'm you from the future!";
Speaker = "Romana";
Symbol 1135 MovieClip Frame 111
stop();
TargetText = "We have to finish our time machine before the\rAngels of Destruction find the portal!";
Speaker = "Romana";
Symbol 1135 MovieClip Frame 113
stop();
TargetText = "W-whaa..?!";
Speaker = "Colgate";
Instance of Symbol 724 MovieClip in Symbol 1135 MovieClip Frame 114
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Instance of Symbol 726 MovieClip in Symbol 1135 MovieClip Frame 114
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
}
Symbol 1135 MovieClip Frame 128
stop();
TargetText = "Naah, I'm just messing with you.";
Speaker = "Romana";
Symbol 1135 MovieClip Frame 130
stop();
TargetText = "...";
Speaker = "";
_root.PoisonJoke = false;
Symbol 1135 MovieClip Frame 132
stop();
TargetText = "THAT'S NOT FUNNY, ROMANA!";
Speaker = "";
Instance of Symbol 702 MovieClip in Symbol 1135 MovieClip Frame 133
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 134
stop();
TargetText = "Oh, it's pretty funny.";
Speaker = "Romana";
Symbol 1135 MovieClip Frame 136
stop();
TargetText = "Bye!";
Speaker = "Romana";
Symbol 1135 MovieClip Frame 157
stop();
TargetText = "It's like having an evil twin.<B></B>\r...With a time machine.";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 158
_root.Active = true;
_root.DidRomana = true;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 1135 MovieClip Frame 200
tellTarget (_root.level.P1) {
gotoAndStop (1);
};
Instance of Symbol 1030 MovieClip in Symbol 1135 MovieClip Frame 200
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 201
stop();
TargetText = "Whoops! I must have made some kind of mistake...\rI was trying to get to Equestria...";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 203
stop();
TargetText = "...but instead it seems I've landed on some alien world\rpopulated by toothpaste.";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 205
stop();
TargetText = "I am NOT a tube of toothpaste!\rI'M A PONY!";
Speaker = "Colgate";
_root.shake = true;
Symbol 1135 MovieClip Frame 207
stop();
TargetText = "Oh. I'm sorry...<B></B> I'm so sorry.";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 211
stop();
TargetText = "... That's what I'd say if I wasn't able to cure you,\rbut actually, Poison Joke is really easy to fix.";
Speaker = "Dr";
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 211
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 213
stop();
TargetText = "One second, I just need to pop inside and<BR>grab my Deus Ex Machina...";
Speaker = "Dr";
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 230
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 231
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 253
stop();
_root.DidPlotDevice = true;
Instance of Symbol 1099 MovieClip in Symbol 1135 MovieClip Frame 253
onClipEvent (enterFrame) {
if (10 < _parent.Poof._currentframe) {
_alpha = (_alpha - 30);
}
}
Instance of Symbol 1101 MovieClip in Symbol 1135 MovieClip Frame 253
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (10 < _parent.Poof._currentframe) {
_alpha = (_alpha + 30);
}
if (19 < _parent.Poof._currentframe) {
tellTarget (_parent) {
play();
};
}
}
Symbol 1135 MovieClip Frame 254
stop();
TargetText = "Whoa! Uh... thanks!";
Speaker = "Colgate";
Instance of Symbol 702 MovieClip in Symbol 1135 MovieClip Frame 254
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 256
stop();
TargetText = "Yrmph Wllcmmm!";
Speaker = "Dr";
_root.PoisonJoke = false;
tellTarget (_root.level.P1) {
gotoAndStop (4);
};
Instance of Symbol 1030 MovieClip in Symbol 1135 MovieClip Frame 262
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 263
stop();
TargetText = "And now, if you don't mind, I have an important\rquestion to ask:";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 265
stop();
TargetText = "Have you seen Derpy Hooves today?";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 266
if (_root.DidDerpy) {
gotoAndPlay (60);
}
if (_root.MissedDerpy) {
gotoAndPlay (300);
}
Symbol 1135 MovieClip Frame 267
stop();
TargetText = "Derpy? No, I haven't.";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 269
stop();
TargetText = "Ugh, where could she have got to?";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 271
stop();
TargetText = "Listen, Colgate: if you see Derpy, please tell her the\rDoctor is looking for her, and where to find me.";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 273
stop();
TargetText = "AND, and this is very important: if she tries to give\ryou a letter, DON'T accept it, and DON'T read it.";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 275
stop();
TargetText = "Okay?";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 277
stop();
TargetText = "Ooooo...kay...";
Speaker = "Colgate";
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 278
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 279
stop();
TargetText = "Thanks very much!";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 288
stop();
TargetText = "What a strange person.";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 289
_root.Active = true;
_root.DidDoctor = true;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 1135 MovieClip Frame 300
stop();
TargetText = "Oh, yeah! I did!<B></B> ...Well, sort of.<B></B>\rShe didn't recognize me because I was toothpaste.";
Speaker = "Colgate";
Instance of Symbol 1030 MovieClip in Symbol 1135 MovieClip Frame 300
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 1135 MovieClip Frame 300
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 709 MovieClip in Symbol 1135 MovieClip Frame 301
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 302
stop();
TargetText = "I THINK she was trying to deliver a letter to me, but\rshe flew off before she realized who I was.";
Speaker = "Colgate";
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 303
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Instance of Symbol 702 MovieClip in Symbol 1135 MovieClip Frame 303
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 1135 MovieClip Frame 304
stop();
TargetText = "So she failed to deliver the letter?<B></B>\rBrilliant!";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 306
stop();
TargetText = "This is going to sound crazy, but believe it or not,\rthat letter could have destroyed the universe.";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 308
stop();
TargetText = "Of course, there's still the problem of where Derpy\ris NOW, but I'm sure I can track her down.";
Speaker = "Dr";
Instance of Symbol 1030 MovieClip in Symbol 1135 MovieClip Frame 308
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 310
stop();
TargetText = "Ooooo...kay...";
Speaker = "Colgate";
Instance of Symbol 1039 MovieClip in Symbol 1135 MovieClip Frame 311
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 1135 MovieClip Frame 312
stop();
TargetText = "Thanks a lot for your help!";
Speaker = "Dr";
Symbol 1135 MovieClip Frame 319
stop();
TargetText = "No, wait! It's me who should be thanking y-<B></B>\rAnd he's gone.";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 321
stop();
TargetText = "What a strange person.";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 322
_root.Active = true;
_root.DidDoctor = true;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Instance of Symbol 719 MovieClip in Symbol 1135 MovieClip Frame 350
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Symbol 1135 MovieClip Frame 359
stop();
TargetText = "I'm you from the future! We ha-<B></B><BR>Wait, what? Oh, drat.";
Speaker = "Romana";
Symbol 1135 MovieClip Frame 361
stop();
TargetText = "This is a lot less funny if you're toothpaste.\rCome back when you're a pony again.";
Speaker = "Romana";
Symbol 1135 MovieClip Frame 370
stop();
TargetText = "Okay, THAT was really weird.\rWhat was all that about?";
Speaker = "Colgate";
Symbol 1135 MovieClip Frame 372
_root.Active = true;
tellTarget (_root.Event) {
gotoAndStop (1);
};
Symbol 1145 MovieClip Frame 1
stop();
Symbol 1145 MovieClip Frame 18
_root.TimesDied = _root.TimesDied + 1;
Symbol 1145 MovieClip Frame 19
if (_root.BearChow) {
_root.BearChow = false;
gotoAndStop (47);
} else if (_root.PoisonJoke) {
_root.PoisonJoke = false;
gotoAndStop (46);
} else if (_root.StonePony) {
_root.StonePony = false;
gotoAndStop (48);
}
Symbol 1145 MovieClip Frame 30
if (_root._currentframe < 40) {
_root.CurrentBGM = "";
} else {
tellTarget (_root.music) {
gotoAndStop (2);
};
}
Symbol 1145 MovieClip Frame 45
stop();
_root.level.Score = _root.level.Score / 2;
Symbol 1145 MovieClip Frame 46
stop();
_root.DidToothpasteDeath = "";
Symbol 1145 MovieClip Frame 47
stop();
_root.DidBearChow = true;
Symbol 1145 MovieClip Frame 48
stop();
Symbol 1145 MovieClip Frame 50
stop();
Instance of Symbol 655 MovieClip in Symbol 1145 MovieClip Frame 50
onClipEvent (enterFrame) {
Score = _root.TrueScore;
_root.RealScore = String(int(Score));
_root.Score = "000000000";
_root.Score = (substring(_root.Score, 1, 9 - length(_root.RealScore))) + _root.RealScore;
if (_currentframe == 36) {
_root.TextSpeed = 4;
} else {
_root.TextSpeed = 1;
}
if (Key.isDown(81)) {
gotoAndPlay (200);
}
}
Symbol 1145 MovieClip Frame 98
stop();
Instance of Symbol 658 MovieClip in Symbol 1145 MovieClip Frame 98
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_alpha < 100) {
_alpha = (_alpha + 10);
}
}
Instance of Symbol 786 MovieClip in Symbol 1145 MovieClip Frame 98
onClipEvent (load) {
if (_root.PoisonJoke) {
gotoAndStop (100);
} else {
if (_parent.ZecoraCounter == 99) {
gotoAndStop (99);
}
if (_parent.Rhymeslayer) {
gotoAndPlay (96);
}
}
}
Symbol 1145 MovieClip Frame 100
stop();
_root.Active = false;
Instance of Symbol 882 MovieClip in Symbol 1145 MovieClip Frame 100
onClipEvent (load) {
if (_root.PoisonJoke) {
gotoAndPlay (55);
}
}
Symbol 1145 MovieClip Frame 102
stop();
if (_root.PoisonJoke) {
gotoAndStop (100);
}
_root.Active = false;
Symbol 1145 MovieClip Frame 105
stop();
_root.Active = false;
if (_currentframe < 4) {
if (Key.isDown(88)) {
gotoAndStop (1);
} else {
play();
}
}
Symbol 1145 MovieClip Frame 120
stop();
_root.Active = false;
_root.DidMegan = true;
Symbol 1145 MovieClip Frame 122
stop();
Instance of Symbol 930 MovieClip in Symbol 1145 MovieClip Frame 122
onClipEvent (load) {
if (_root.PoisonJoke) {
gotoAndPlay (5);
}
}
Symbol 1145 MovieClip Frame 124
stop();
_root.DidMinty = true;
Instance of Symbol 1015 MovieClip in Symbol 1145 MovieClip Frame 124
onClipEvent (load) {
if (_root.PoisonJoke) {
_root.BadassToothpaste = true;
gotoAndPlay (40);
}
}
Symbol 1145 MovieClip Frame 126
stop();
_root.Active = false;
Symbol 1145 MovieClip Frame 200
_root.Active = false;
tellTarget (_root.level) {
_x = 0;
_y = 0;
};
tellTarget (_root.level.P1) {
gotoAndStop (1);
};
play();
Instance of Symbol 1136 MovieClip in Symbol 1145 MovieClip Frame 200
onClipEvent (enterFrame) {
_alpha = (_alpha - 3);
}
Symbol 1145 MovieClip Frame 244
stop();
TargetText = "Wow... it's dark in here!\rI better shine some light...";
Speaker = "Colgate";
Symbol 1145 MovieClip Frame 245
tellTarget (_root.level.Darkness) {
play();
};
tellTarget (_root.level.P1) {
gotoAndStop (15);
};
stop();
Symbol 1145 MovieClip Frame 246
stop();
tellTarget (_root.level) {
nextFrame();
};
Instance of Symbol 1137 MovieClip in Symbol 1145 MovieClip Frame 246
onClipEvent (enterFrame) {
_alpha = (_alpha - 30);
if (_alpha >= 100) {
}
}
Symbol 1145 MovieClip Frame 247
_root.ExplodeyTime = true;
Symbol 1145 MovieClip Frame 348
gotoAndStop (1);
Symbol 1145 MovieClip Frame 390
if (!Done) {
Done = true;
gotoAndPlay (350);
} else {
Done = false;
}
Symbol 1145 MovieClip Frame 398
stop();
tellTarget (_root) {
nextFrame();
};
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 398
onClipEvent (enterFrame) {
_alpha = (_alpha - 1);
if (0 >= _alpha) {
tellTarget (_parent) {
play();
};
}
}
Symbol 1145 MovieClip Frame 399
stop();
TargetText = "I guess this guy must be the \"monstrous beast\"\rZecora was talking about.";
Speaker = "Colgate";
Symbol 1145 MovieClip Frame 400
tellTarget (_root.level2.Cinema) {
play();
};
Symbol 1145 MovieClip Frame 401
stop();
TargetText = "Let's have a look here... oh wow! Poor guy!\rHe's got SO many cavities!";
Speaker = "Colgate";
Symbol 1145 MovieClip Frame 402
tellTarget (_root.level2.Cinema) {
play();
};
Symbol 1145 MovieClip Frame 403
stop();
TargetText = "No wonder he was so grumpy!\rI'll try and fix up his poor aching teeth!";
Speaker = "Colgate";
Symbol 1145 MovieClip Frame 404
tellTarget (_root.level2.Cinema) {
play();
};
Symbol 1145 MovieClip Frame 405
stop();
TargetText = "Brushie, brushie... <B></B> ...drill, drill...<B></B>\rfill, fill...";
Speaker = "Colgate";
Symbol 1145 MovieClip Frame 406
tellTarget (_root.level2.Cinema) {
play();
};
Symbol 1145 MovieClip Frame 407
stop();
TargetText = "There! All better now!";
Speaker = "Colgate";
Symbol 1145 MovieClip Frame 408
tellTarget (_root.level2.Cinema) {
play();
};
Symbol 1145 MovieClip Frame 409
stop();
TargetText = "Oh! I almost forgot! I was so busy playing dentist,\rI forgot I'm supposed to take his wisdom tooth...";
Speaker = "Colgate";
Symbol 1145 MovieClip Frame 410
tellTarget (_root.level2.Cinema) {
play();
};
Symbol 1145 MovieClip Frame 411
stop();
TargetText = "Huh?! That's... whaa?\rHe doesn't have any wisdom teeth?";
Speaker = "Colgate";
Symbol 1145 MovieClip Frame 412
tellTarget (_root.level2.Cinema) {
play();
};
Symbol 1145 MovieClip Frame 413
stop();
TargetText = "That doesn't make any sense, unless...<B></B><B></B>\r... uh oh.";
Speaker = "Colgate";
Symbol 1145 MovieClip Frame 414
tellTarget (_root.level2.Cinema) {
play();
};
Symbol 1145 MovieClip Frame 923
stop();
Instance of Symbol 1143 MovieClip in Symbol 1145 MovieClip Frame 923
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 5);
if (_alpha >= 100) {
tellTarget (_parent) {
play();
};
}
}
Symbol 1145 MovieClip Frame 924
loadMovie ("FinalBattle-Teeth.swf", _root.level);
_root.level._y = 219;
_root.level._x = 417;
_root.Left._name = "NotLeft";
_root.Right._name = "NotRight";
Symbol 1145 MovieClip Frame 925
stop();
Instance of Symbol 1144 MovieClip in Symbol 1145 MovieClip Frame 925
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
if (0 >= _alpha) {
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
onClipEvent (load) {
_alpha = 100;
}
Symbol 1147 MovieClip Frame 1
stop();
Instance of Symbol 1153 MovieClip "BG" in Symbol 1155 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!hitTest(_root.OnScreen)) && (_root.LastMoved == "Right")) {
_x = (_parent.BG2._x + 2400);
} else if ((!hitTest(_root.OnScreen)) && (_root.LastMoved == "Left")) {
_x = (_parent.BG2._x - 2400);
}
}
Instance of Symbol 1154 MovieClip "BG2" in Symbol 1155 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!hitTest(_root.OnScreen)) && (_root.LastMoved == "Right")) {
_x = (_parent.BG._x + 2400);
} else if ((!hitTest(_root.OnScreen)) && (_root.LastMoved == "Left")) {
_x = (_parent.BG._x - 2400);
}
}
Instance of Symbol 1157 MovieClip "BG" in Symbol 1159 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!hitTest(_root.OnScreen)) && (_root.LastMoved == "Right")) {
_x = (_parent.BG2._x + 1400);
} else if ((!hitTest(_root.OnScreen)) && (_root.LastMoved == "Left")) {
_x = (_parent.BG2._x - 1400);
}
}
Instance of Symbol 1158 MovieClip "BG2" in Symbol 1159 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!hitTest(_root.OnScreen)) && (_root.LastMoved == "Right")) {
_x = (_parent.BG._x + 1400);
} else if ((!hitTest(_root.OnScreen)) && (_root.LastMoved == "Left")) {
_x = (_parent.BG._x - 1400);
}
}
Symbol 1173 MovieClip Frame 1
stop();
Instance of Symbol 1172 MovieClip in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.brushie) && (_root.level.brushie.Attacking)) {
_root.Shake = true;
tellTarget (_parent) {
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 1173 MovieClip Frame 2
oldname = _name;
_name = "shaketree";
Symbol 1173 MovieClip Frame 3
_name = oldname;
Symbol 1191 MovieClip Frame 1
stop();
Symbol 1234 MovieClip Frame 64
stop();
Symbol 1234 MovieClip Frame 65
stop();
Symbol 1234 MovieClip Frame 80
stop();
Symbol 1234 MovieClip Frame 81
stop();
Symbol 1234 MovieClip Frame 82
stop();
Symbol 1234 MovieClip Frame 83
stop();
Symbol 1234 MovieClip Frame 84
stop();
Symbol 1234 MovieClip Frame 85
stop();
Symbol 1235 MovieClip Frame 64
stop();
Symbol 1235 MovieClip Frame 65
stop();
Symbol 1235 MovieClip Frame 80
stop();
Symbol 1235 MovieClip Frame 81
stop();
Symbol 1235 MovieClip Frame 82
stop();
Symbol 1235 MovieClip Frame 83
stop();
Symbol 1235 MovieClip Frame 84
stop();
Symbol 1235 MovieClip Frame 85
stop();
Instance of Symbol 1234 MovieClip "Explosion" in Symbol 1236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active) {
if (!_root.level.P1.ClockUp) {
if (_currentframe < 80) {
gotoAndPlay(_currentframe + 5);
}
} else if (_currentframe < 80) {
play();
}
} else {
stop();
}
}
onClipEvent (load) {
_rotation = random(360);
_xscale = (random(60) + 60);
_yscale = _xscale;
}
Instance of Symbol 1235 MovieClip "Explosion" in Symbol 1236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (_alpha == 0)) {
Counter = Counter - 1;
if (Counter < 1) {
_alpha = 100;
}
}
if (_root.Active && (0 < _alpha)) {
if (!_root.level.P1.ClockUp) {
if (_currentframe < 80) {
gotoAndPlay(_currentframe + 5);
}
} else if (_currentframe < 80) {
play();
}
} else {
stop();
}
}
onClipEvent (load) {
_alpha = 0;
_rotation = random(360);
Counter = random(100);
_x = (random(100) - 50);
_y = (random(100) - 50);
_xscale = (random(30) + 60);
_yscale = _xscale;
}
Instance of Symbol 1235 MovieClip "Explosion" in Symbol 1236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (_alpha == 0)) {
Counter = Counter - 1;
if (Counter < 1) {
_alpha = 100;
}
}
if (_root.Active && (0 < _alpha)) {
if (!_root.level.P1.ClockUp) {
if (_currentframe < 80) {
gotoAndPlay(_currentframe + 5);
}
} else if (_currentframe < 80) {
play();
}
} else {
stop();
}
}
onClipEvent (load) {
_alpha = 0;
_rotation = random(360);
Counter = random(100);
_x = (random(100) - 50);
_y = (random(100) - 50);
_xscale = (random(30) + 60);
_yscale = _xscale;
}
Instance of Symbol 1235 MovieClip "Explosion" in Symbol 1236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (_alpha == 0)) {
Counter = Counter - 1;
if (Counter < 1) {
_alpha = 100;
}
}
if (_root.Active && (0 < _alpha)) {
if (!_root.level.P1.ClockUp) {
if (_currentframe < 80) {
gotoAndPlay(_currentframe + 5);
}
} else if (_currentframe < 80) {
play();
}
} else {
stop();
}
}
onClipEvent (load) {
_alpha = 0;
_rotation = random(360);
Counter = random(100);
_x = (random(100) - 50);
_y = (random(100) - 50);
_xscale = (random(30) + 60);
_yscale = _xscale;
}
Symbol 1243 MovieClip Frame 1
stop();
Instance of Symbol 1187 MovieClip in Symbol 1243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
tellTarget (_parent) {
_x = (_x - 4);
_y = (_y + yThrust);
if (Dropping) {
yThrust = yThrust + 1;
if (10 < yThrust) {
Dropping = false;
}
} else {
yThrust = yThrust - 1;
if (yThrust < -10) {
Dropping = true;
}
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitTest(_root.level.P1.Box)) {
if (_root.level.P1._currentframe != 8) {
tellTarget (_root.level.P1) {
gotoAndStop (8);
};
_root.life = _root.life - 1;
}
}
};
} else {
stop();
}
tellTarget (_parent) {
if (hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or hitTest(_root.level.Brushie.Brush.Brush.BASH))) {
play();
yThrust = -20;
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
if ((!Key.isDown(90)) && (!Key.isDown(67))) {
_root.level.P1.yThrust = -15;
} else {
_root.level.P1.yThrust = -25;
}
yThrust = -4;
gotoAndPlay (15);
}
};
}
onClipEvent (load) {
gotoAndPlay(random(10));
}
Symbol 1243 MovieClip Frame 2
_root.Shake = true;
if (_parent._xScale == -100) {
_root.level.Points._x = (_parent._x + _parent._parent._x) - _x;
} else {
_root.level.Points._x = (_x + _parent._x) + _parent._parent._x;
}
_root.level.Points._y = (_y + _parent._y) + _parent._parent._y;
_root.level.Points.Value = 100 * _root.level.P1.ScoreCounter;
tellTarget (_root.level.Points) {
_root.Level.Score = _root.level.Score + Value;
_alpha = 100;
gotoAndStop (2);
_root.level.P1.ScoreCounter = _root.level.P1.ScoreCounter * 2;
};
if (_root.KamenRider && (_root.level.P1.ClockUp)) {
gotoAndPlay (30);
}
if (_root.BennyHill && (_root.level.P1.ClockUp)) {
gotoAndPlay (40);
}
Instance of Symbol 1191 MovieClip in Symbol 1243 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1243 MovieClip Frame 9
stop();
Instance of Symbol 1201 MovieClip in Symbol 1243 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
_rotation = (_rotation + 30);
tellTarget (_parent) {
yThrust = yThrust + 2;
_y = (_y + yThrust);
Ready = true;
if (!hitTest(_root.OnScreen)) {
tellTarget (_parent) {
play();
};
}
};
}
}
Symbol 1243 MovieClip Frame 15
_root.Shake = true;
if (_parent._xScale == -100) {
_root.level.Points._x = (_parent._x + _parent._parent._x) - _x;
} else {
_root.level.Points._x = (_x + _parent._x) + _parent._parent._x;
}
_root.level.Points._y = (_y + _parent._y) + _parent._parent._y;
_root.level.Points.Value = 100 * _root.level.P1.ScoreCounter;
tellTarget (_root.level.Points) {
_root.Level.Score = _root.level.Score + Value;
_alpha = 100;
gotoAndStop (2);
_root.level.P1.ScoreCounter = _root.level.P1.ScoreCounter * 2;
};
if (_root.KamenRider && (_root.level.P1.ClockUp)) {
gotoAndPlay (30);
}
if (_root.BennyHill && (_root.level.P1.ClockUp)) {
gotoAndPlay (50);
}
Instance of Symbol 1191 MovieClip in Symbol 1243 MovieClip Frame 15
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Instance of Symbol 1207 MovieClip in Symbol 1243 MovieClip Frame 19
onClipEvent (enterFrame) {
_rotation = (_rotation + 30);
tellTarget (_parent) {
yThrust = yThrust + 2;
_y = (_y + yThrust);
Ready = true;
if (!hitTest(_root.OnScreen)) {
tellTarget (_parent) {
play();
};
}
};
}
Symbol 1243 MovieClip Frame 21
stop();
Instance of Symbol 1201 MovieClip in Symbol 1243 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
_rotation = (_rotation + 30);
tellTarget (_parent) {
yThrust = yThrust + 2;
_y = (_y + yThrust);
Ready = true;
if (!hitTest(_root.OnScreen)) {
tellTarget (_parent) {
play();
};
}
};
}
}
Symbol 1243 MovieClip Frame 30
_root.Shake = true;
if (_parent._xScale == -100) {
_root.level.Points._x = (_parent._x + _parent._parent._x) - _x;
} else {
_root.level.Points._x = (_x + _parent._x) + _parent._parent._x;
}
_root.level.Points._y = (_y + _parent._y) + _parent._parent._y;
_root.level.Points.Value = 100 * _root.level.P1.ScoreCounter;
tellTarget (_root.level.Points) {
_root.Level.Score = _root.level.Score + Value;
_alpha = 100;
gotoAndStop (2);
_root.level.P1.ScoreCounter = _root.level.P1.ScoreCounter * 2;
};
Symbol 1243 MovieClip Frame 37
stop();
Instance of Symbol 1241 MovieClip in Symbol 1243 MovieClip Frame 37
onClipEvent (enterFrame) {
if (_root.Active) {
_alpha = (_alpha - 10);
_rotation = (_rotation + 3);
tellTarget (_parent) {
yThrust = yThrust + 0.2;
_y = (_y + yThrust);
Ready = true;
if (!hitTest(_root.OnScreen)) {
tellTarget (_parent) {
play();
};
}
};
}
}
onClipEvent (load) {
yThrust = -1;
}
Instance of Symbol 1242 MovieClip in Symbol 1243 MovieClip Frame 40
onClipEvent (enterFrame) {
if (_root.Active) {
_rotation = (_rotation + 60);
tellTarget (_parent) {
yThrust = yThrust + 2;
_y = (_y + yThrust);
Ready = true;
if (!hitTest(_root.OnScreen)) {
tellTarget (_parent) {
play();
};
}
};
}
}
onClipEvent (load) {
xThrust = random(40) - 20;
yThrust = -40;
}
Instance of Symbol 1191 MovieClip in Symbol 1243 MovieClip Frame 40
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Instance of Symbol 1242 MovieClip in Symbol 1243 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.Active) {
_rotation = (_rotation + 60);
tellTarget (_parent) {
yThrust = yThrust + 2;
_y = (_y + yThrust);
Ready = true;
if (!hitTest(_root.OnScreen)) {
tellTarget (_parent) {
play();
};
}
};
}
}
onClipEvent (load) {
xThrust = random(40) - 20;
yThrust = -40;
}
Instance of Symbol 1191 MovieClip in Symbol 1243 MovieClip Frame 50
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1244 MovieClip Frame 1
stop();
Symbol 1245 MovieClip Frame 1
stop();
Instance of Symbol 1243 MovieClip in Symbol 1245 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (hitTest(_root.OnScreen)) {
Ready = true;
Counter = 0;
}
if ((_x < -1200) && ((_alpha < 100) or (!hitTest(_root.OnScreen)))) {
_alpha = (_alpha - 25);
if (0 >= _alpha) {
_y = (_y - 9999);
}
}
if ((!hitTest(_root.OnScreen)) && (Ready)) {
Counter = Counter + 1;
if (30 < Counter) {
if (!_parent.Launcher.hitTest(_root.OnScreen)) {
tellTarget (_parent) {
play();
};
}
}
}
}
}
onClipEvent (load) {
if (hitTest(_root.OnScreen)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
yThrust = random(20) - 10;
}
Instance of Symbol 1244 MovieClip "Launcher" in Symbol 1245 MovieClip Frame 2
onClipEvent (enterFrame) {
if (!hitTest(_root.OnScreen)) {
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
Instance of Symbol 1250 MovieClip in Symbol 1251 MovieClip Frame 1
onClipEvent (load) {
tellTarget (_parent) {
rSpeed = random(40) - 20;
_xscale = (random(40) + 80);
if (0 < _x) {
xThrust = random(6);
} else {
xThrust = -random(6);
}
if (0 < _y) {
yThrust = random(6);
} else {
yThrust = -random(6);
}
};
}
onClipEvent (enterFrame) {
tellTarget (_parent) {
_rotation = (_rotation + rSpeed);
_x = (_x + xThrust);
_y = (_y + yThrust);
yThrust = yThrust + 1;
_xscale = (_xscale - (_xscale / 20));
_yscale = _xscale;
_alpha = (_alpha - 5);
};
}
Symbol 1253 MovieClip Frame 1
stop();
Instance of Symbol 1252 MovieClip in Symbol 1253 MovieClip Frame 3
onClipEvent (load) {
_x = (_x + (random(30) - 15));
_y = (_y + (random(30) - 15));
if (Key.isDown(Key.UP) or (_root.level.P1.yThrust < 0)) {
_y = (_y - 48);
}
}
onClipEvent (enterFrame) {
tellTarget (_parent) {
_alpha = (_alpha - 0.5);
};
}
Symbol 1264 MovieClip Frame 1
stop();
Instance of Symbol 1243 MovieClip in Symbol 1264 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (hitTest(_root.OnScreen)) {
Ready = true;
Counter = 0;
}
if ((_x < -1200) && ((_alpha < 100) or (!hitTest(_root.OnScreen)))) {
_alpha = (_alpha - 25);
if (0 >= _alpha) {
_y = (_y - 9999);
}
}
if ((!hitTest(_root.OnScreen)) && (Ready)) {
Counter = Counter + 1;
if (30 < Counter) {
if (!_parent.Launcher.hitTest(_root.OnScreen)) {
tellTarget (_parent) {
play();
};
}
}
}
}
}
onClipEvent (load) {
if (hitTest(_root.OnScreen)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
yThrust = random(20) - 10;
}
Instance of Symbol 1244 MovieClip "Launcher" in Symbol 1264 MovieClip Frame 2
onClipEvent (enterFrame) {
if (!hitTest(_root.OnScreen)) {
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
Symbol 1273 MovieClip Frame 1
stop();
Instance of Symbol 1267 MovieClip in Symbol 1273 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
tellTarget (_parent) {
_x = (_x + xThrust);
_y = (_y + yThrust);
yThrust = yThrust + 2;
_rotation = (_rotation + (xThrust * 4));
};
}
}
Symbol 1273 MovieClip Frame 6
stop();
Symbol 1274 MovieClip Frame 1
stop();
Symbol 1336 MovieClip Frame 4
if (random(2) == 1) {
gotoAndPlay (1);
}
Symbol 1336 MovieClip Frame 7
gotoAndPlay (3);
Symbol 1336 MovieClip Frame 10
_xscale = (-_xscale);
Symbol 1336 MovieClip Frame 18
gotoAndPlay (1);
Instance of Symbol 1191 MovieClip in Symbol 1336 MovieClip Frame 51
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1336 MovieClip Frame 55
_root.level.Points._x = (_x + _parent._x) + _parent._parent._x;
_root.level.Points._y = ((_y + _parent._y) + _parent._parent._y) - 32;
_root.level.Points.Value = 50 * _root.level.P1.ScoreCounter;
tellTarget (_root.level.Points) {
_root.Level.Score = _root.level.Score + Value;
_alpha = 100;
gotoAndStop (2);
_root.level.P1.ScoreCounter = _root.level.P1.ScoreCounter * 2;
};
Symbol 1336 MovieClip Frame 63
tellTarget (_parent) {
stop();
};
Symbol 1336 MovieClip Frame 97
gotoAndPlay (1);
Symbol 1336 MovieClip Frame 100
_root.level.Impact._x = (_x + _parent._x) + _parent._parent._x;
_root.level.Impact._y = (_y + _parent._y) + _parent._parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
if ((Damage == 2) or _root.level.P1.ClockUp) {
_root.Shake = true;
gotoAndPlay (110);
}
Symbol 1336 MovieClip Frame 105
_x = (_x + (_xscale / 9));
Symbol 1336 MovieClip Frame 106
_x = (_x + (_xscale / 9));
Symbol 1336 MovieClip Frame 107
_x = (_x + (_xscale / 9));
Symbol 1336 MovieClip Frame 109
Damage = Damage + 1;
if (((2 < Damage) or (1 < _root.level.Brushie._currentframe)) or _root.level.P1.ClockUp) {
_root.Shake = true;
} else {
gotoAndPlay (1);
}
Instance of Symbol 1191 MovieClip in Symbol 1336 MovieClip Frame 110
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1336 MovieClip Frame 112
_root.level.Points._x = (_x + _parent._x) + _parent._parent._x;
_root.level.Points._y = ((_y + _parent._y) + _parent._parent._y) - 32;
_root.level.Points.Value = 150 * _root.level.P1.ScoreCounter;
tellTarget (_root.level.Points) {
_root.Level.Score = _root.level.Score + Value;
_alpha = 100;
gotoAndStop (2);
_root.level.P1.ScoreCounter = _root.level.P1.ScoreCounter * 2;
};
Symbol 1336 MovieClip Frame 119
stop();
tellTarget (_parent) {
stop();
};
Symbol 1336 MovieClip Frame 125
gotoAndStop (120);
Instance of Symbol 1273 MovieClip "Bony" in Symbol 1337 MovieClip Frame 1
onClipEvent (load) {
_x = _parent.Pony._x;
if (!hitTest(_root.OnScreen)) {
tellTarget (_parent) {
gotoAndPlay (60);
};
}
yThrust = -20 - random(10);
if (_root.level.P1._x < (_parent._x + _parent._parent._x)) {
xThrust = -(random(20) + 5);
} else {
xThrust = random(20) + 5;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.hooves) && (_currentframe == 1)) {
_root.level.P1.yThrust = -10;
play();
if (Key.isDown(90) or Key.isDown(67)) {
_root.level.P1.yThrust = -20;
}
} else if ((hitTest(_root.level.P1.box) && (_root.Active)) && (!_root.level.P1.ClockUp)) {
_root.level.P1.GetHurt = true;
}
if ((hitTest(_root.level.Brushie) && (_currentframe == 1)) && (1 < _root.level.Brushie._currentframe)) {
play();
}
}
Instance of Symbol 1274 MovieClip in Symbol 1337 MovieClip Frame 1
onClipEvent (load) {
if (hitTest(_root.OnScreen)) {
play();
}
}
Instance of Symbol 1336 MovieClip "Pony" in Symbol 1337 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.Clockup)) {
play();
if ((((_parent._x + _parent._parent._x) < _root.level.P1._x) && (0 < _xscale)) && (_currentframe < 10)) {
gotoAndPlay (10);
} else if (((_root.level.P1._x < (_parent._x + _parent._parent._x)) && (_xscale < 0)) && (_currentframe < 10)) {
gotoAndPlay (10);
}
if (hitTest(_root.level.P1.box && (_currentframe < 50))) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 50)) {
gotoAndPlay (100);
}
if ((hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) && (_currentframe < 51)) {
gotoAndPlay (51);
_root.Shake = true;
_root.level.P1.yThrust = -15;
if (Key.isDown(90) or Key.isDown(67)) {
_root.level.P1.yThrust = -25;
}
}
}
onClipEvent (load) {
_xscale = 124;
}
Symbol 1337 MovieClip Frame 75
if (50 < Pony._currentframe) {
gotoAndPlay (60);
}
Symbol 1344 MovieClip Frame 1
if (random(2) == 1) {
VoiceClip = random(4);
if (VoiceClip == 1) {
gotoAndStop (6);
} else if (VoiceClip == 2) {
gotoAndStop (8);
} else if (VoiceClip == 3) {
gotoAndStop (10);
} else {
gotoAndStop (4);
}
} else {
stop();
}
Symbol 1346 MovieClip Frame 1
stop();
Symbol 1346 MovieClip Frame 4
stop();
Instance of Symbol 1346 MovieClip "Apple" in Symbol 1347 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_parent) {
if ((!Active) && (hitTest(_parent.shaketree))) {
yThrust = 2;
Active = true;
}
if (Active) {
if (hitTest(_root.level.P1.box)) {
if (((_parent._parent.P1._currentframe < 6) && (_root.Life < _root.MaxLife)) && (!_root.PoisonJoke)) {
tellTarget (Apple) {
play();
};
_root.AteApples = _root.AteApples + 1;
_root.RedApples = _root.RedApples + 1;
if (_root.MaxLife < (_root.Life + (_root.MaxLife / 3))) {
_root.Life = _root.MaxLife;
} else {
_root.Life = _root.Life + (_root.MaxLife / 3);
}
Active = false;
_y = 2000;
}
}
if (_root.Active && (!Bucked)) {
_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 1350 MovieClip Frame 1
stop();
Symbol 1350 MovieClip Frame 4
stop();
Instance of Symbol 1350 MovieClip "Apple" in Symbol 1351 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_parent) {
if ((!Active) && (hitTest(_parent.shaketree))) {
yThrust = 2;
Active = true;
}
if (Active) {
if (hitTest(_root.level.P1.box)) {
if (((_parent._parent.P1._currentframe < 6) && (_root.Magic < 100)) && (!_root.PoisonJoke)) {
tellTarget (Apple) {
play();
};
_root.AteApples = _root.AteApples + 1;
_root.GreenApples = _root.GreenApples + 1;
_root.Magic = _root.Magic + 30;
Active = false;
_y = 2000;
}
}
if (_root.Active && (!Bucked)) {
_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 1353 MovieClip Frame 1
stop();
Symbol 1354 MovieClip Frame 1
stop();
Instance of Symbol 1360 MovieClip "Timer" in Symbol 1366 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_parent) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
};
}
Instance of Symbol 1360 MovieClip "Timer" in Symbol 1373 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_parent) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
};
}
Symbol 1442 MovieClip Frame 1
stop();
Instance of Symbol 1191 MovieClip in Symbol 1442 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1442 MovieClip Frame 7
gotoAndStop (1);
Symbol 1442 MovieClip Frame 10
play();
Instance of Symbol 1191 MovieClip in Symbol 1442 MovieClip Frame 10
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Instance of Symbol 1359 MovieClip "Head" in Symbol 1443 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
_root.level.Impact._x = _root.level.P1._x;
_root.level.Impact._y = _root.level.P1._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
_root.level.P1.yThrust = -16;
if (Key.isDown(90) or Key.isDown(67)) {
_root.level.P1.yThrust = -26;
}
tellTarget (_parent) {
gotoAndStop (120);
};
}
}
Instance of Symbol 1360 MovieClip "Timer" in Symbol 1443 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_parent) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
};
}
Instance of Symbol 1360 MovieClip "Timer" in Symbol 1443 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_parent) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
};
}
Symbol 1443 MovieClip Frame 10
if (1 < random(6)) {
gotoAndPlay (2);
}
Instance of Symbol 1391 MovieClip in Symbol 1443 MovieClip Frame 11
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1) && (random(3) == 1)) {
tellTarget (_parent) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 1405 MovieClip in Symbol 1443 MovieClip Frame 69
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1) && (random(3) == 1)) {
tellTarget (_parent) {
_xscale = (-_xscale);
gotoAndPlay (2);
};
}
}
Symbol 1443 MovieClip Frame 106
if (random(2) == 1) {
gotoAndPlay(random(20) + 15);
}
Symbol 1443 MovieClip Frame 109
_xscale = (-_xscale);
Symbol 1443 MovieClip Frame 111
if (random(2) == 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (11);
}
Symbol 1443 MovieClip Frame 112
Damage = Damage + 1;
if (Damage == 3) {
gotoAndStop (125);
}
Instance of Symbol 1360 MovieClip "Timer" in Symbol 1443 MovieClip Frame 113
onClipEvent (enterFrame) {
tellTarget (_parent) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
};
}
Symbol 1443 MovieClip Frame 119
if (Damage == 3) {
gotoAndStop (125);
} else {
if (random(2) == 1) {
_xscale = (-_xscale);
}
gotoAndPlay (1);
}
Symbol 1443 MovieClip Frame 120
stop();
_root.Shake = true;
_root.level.Points._x = _x + _parent._x;
_root.level.Points._y = _y + _parent._y;
_root.level.Points.Value = 200 * _root.level.P1.ScoreCounter;
tellTarget (_root.level.Points) {
_root.Level.Score = _root.level.Score + Value;
_alpha = 100;
gotoAndStop (2);
_root.level.P1.ScoreCounter = _root.level.P1.ScoreCounter * 2;
};
Instance of Symbol 1439 MovieClip in Symbol 1443 MovieClip Frame 120
onClipEvent (load) {
yThrust = -10;
}
onClipEvent (enterFrame) {
_y = (_y + yThrust);
yThrust = yThrust + 2;
_rotation = (_rotation + 20);
}
Symbol 1443 MovieClip Frame 125
stop();
stop();
_root.Shake = true;
_root.level.Points._x = _x + _parent._x;
_root.level.Points._y = _y + _parent._y;
_root.level.Points.Value = 250 * _root.level.P1.ScoreCounter;
tellTarget (_root.level.Points) {
_root.Level.Score = _root.level.Score + Value;
_alpha = 100;
gotoAndStop (2);
_root.level.P1.ScoreCounter = _root.level.P1.ScoreCounter * 2;
};
Instance of Symbol 1440 MovieClip in Symbol 1443 MovieClip Frame 125
onClipEvent (load) {
yThrust = -20;
}
onClipEvent (enterFrame) {
_y = (_y + yThrust);
yThrust = yThrust + 3;
_rotation = (_rotation + 20);
}
Instance of Symbol 1442 MovieClip in Symbol 1443 MovieClip Frame 125
onClipEvent (load) {
gotoAndPlay (10);
}
Symbol 1457 MovieClip Frame 1
stop();
Symbol 1458 MovieClip Frame 1
stop();
Symbol 1460 MovieClip Frame 1
stop();
Symbol 1462 MovieClip Frame 1
stop();
Instance of Symbol 1252 MovieClip in Symbol 1462 MovieClip Frame 3
onClipEvent (load) {
_x = (_x + (random(30) - 15));
_y = (_y + (random(30) - 15));
if (Key.isDown(Key.UP) or (_root.level.P1.yThrust < 0)) {
_y = (_y - 48);
}
}
onClipEvent (enterFrame) {
tellTarget (_parent) {
_alpha = (_alpha - 0.5);
};
}
Symbol 1509 MovieClip Frame 4
if ((76 < _parent._currentframe) && (_parent._currentframe < 82)) {
gotoAndPlay (7);
} else if (1 < random(24)) {
gotoAndPlay (1);
}
Symbol 1509 MovieClip Frame 6
if ((76 < _parent._currentframe) && (_parent._currentframe < 82)) {
gotoAndPlay (7);
} else if (random(16) == 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (5);
}
Symbol 1509 MovieClip Frame 10
if ((76 < _parent._currentframe) && (_parent._currentframe < 82)) {
gotoAndPlay (7);
}
Symbol 1512 MovieClip Frame 1
stop();
Symbol 1513 MovieClip Frame 1
stop();
Symbol 1514 MovieClip Frame 1
stop();
Symbol 1515 MovieClip Frame 1
stop();
Symbol 1524 MovieClip Frame 1
stop();
Instance of Symbol 1191 MovieClip in Symbol 1524 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1524 MovieClip Frame 7
gotoAndStop (1);
Symbol 1524 MovieClip Frame 10
play();
Instance of Symbol 1191 MovieClip in Symbol 1524 MovieClip Frame 10
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1529 MovieClip Frame 1
stop();
Instance of Symbol 1191 MovieClip in Symbol 1529 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1529 MovieClip Frame 7
gotoAndStop (1);
Symbol 1529 MovieClip Frame 10
play();
Instance of Symbol 1191 MovieClip in Symbol 1529 MovieClip Frame 10
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1532 MovieClip Frame 1
play();
Instance of Symbol 1512 MovieClip in Symbol 1532 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
_root.level.Impact._x = _root.level.P1._x;
_root.level.Impact._y = _root.level.P1._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
tellTarget (_parent) {
gotoAndPlay (120);
};
if (Key.isDown(90) or Key.isDown(67)) {
_root.level.P1.yThrust = -36;
} else {
_root.level.P1.yThrust = -16;
}
}
}
Instance of Symbol 1513 MovieClip in Symbol 1532 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
_root.level.Impact._x = _root.level.P1._x;
_root.level.Impact._y = _root.level.P1._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
tellTarget (_parent) {
gotoAndPlay (120);
};
_root.level.P1.yThrust = -16;
if (Key.isDown(90) or Key.isDown(67)) {
_root.level.P1.yThrust = -26;
}
}
}
Instance of Symbol 1514 MovieClip in Symbol 1532 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box)) {
tellTarget (_parent) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1515 MovieClip in Symbol 1532 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (hitTest(_root.level.P1.box)) {
_root.level.P1.GetHurt = true;
}
}
}
Symbol 1532 MovieClip Frame 50
if (random(3) == 1) {
gotoAndPlay (1);
}
Symbol 1532 MovieClip Frame 70
if (random(3) == 1) {
gotoAndPlay (51);
}
Symbol 1532 MovieClip Frame 81
GetHit = 0;
if (random(3) != 1) {
gotoAndPlay (80);
}
Symbol 1532 MovieClip Frame 90
if (random(3) == 1) {
gotoAndPlay (51);
} else if (1 < random(12)) {
gotoAndPlay (1);
}
Symbol 1532 MovieClip Frame 96
_xscale = (-_xscale);
Symbol 1532 MovieClip Frame 100
if (random(3) == 1) {
gotoAndPlay (51);
} else if (random(3) == 1) {
gotoAndPlay (71);
} else {
gotoAndPlay (1);
}
Symbol 1532 MovieClip Frame 105
Damage = Damage + 1;
if (10 < Damage) {
gotoAndPlay (140);
}
if (_root.RAINBOWOFLIGHT) {
Damage = Damage + 1;
}
if (_root.level.P1.ClockUp) {
gotoAndPlay (140);
}
Instance of Symbol 1524 MovieClip in Symbol 1532 MovieClip Frame 105
onClipEvent (load) {
if (random(3) == 1) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1524 MovieClip in Symbol 1532 MovieClip Frame 105
onClipEvent (load) {
if (random(3) == 1) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1524 MovieClip in Symbol 1532 MovieClip Frame 105
onClipEvent (load) {
if (random(3) == 1) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1524 MovieClip in Symbol 1532 MovieClip Frame 105
onClipEvent (load) {
if (random(3) == 1) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1524 MovieClip in Symbol 1532 MovieClip Frame 105
onClipEvent (load) {
if (random(3) == 1) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
}
Symbol 1532 MovieClip Frame 114
GetHit = GetHit + 1;
if ((2 < GetHit) && (!_root.RAINBOWOFLIGHT)) {
GetHit = 0;
Invincible = 30;
gotoAndPlay (51);
} else if (random(2) == 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (51);
}
Symbol 1532 MovieClip Frame 120
_root.Shake = true;
Instance of Symbol 1512 MovieClip in Symbol 1532 MovieClip Frame 120
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
_root.level.Impact._x = _root.level.P1._x;
_root.level.Impact._y = _root.level.P1._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
tellTarget (_parent) {
gotoAndPlay (120);
};
if (Key.isDown(90) or Key.isDown(67)) {
_root.level.P1.yThrust = -36;
} else {
_root.level.P1.yThrust = -16;
}
}
}
Instance of Symbol 1513 MovieClip in Symbol 1532 MovieClip Frame 120
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
_root.level.Impact._x = _root.level.P1._x;
_root.level.Impact._y = _root.level.P1._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
tellTarget (_parent) {
gotoAndPlay (120);
};
_root.level.P1.yThrust = -16;
if (Key.isDown(90) or Key.isDown(67)) {
_root.level.P1.yThrust = -26;
}
}
}
Symbol 1532 MovieClip Frame 128
gotoAndPlay (86);
Symbol 1532 MovieClip Frame 140
_root.Shake = true;
_root.level.Points._x = _x + _parent._x;
_root.level.Points._y = (_y + _parent._y) - 64;
_root.level.Points.Value = 1000 * _root.level.P1.ScoreCounter;
tellTarget (_root.level.Points) {
_root.Level.Score = _root.level.Score + Value;
_alpha = 100;
gotoAndStop (2);
_root.level.P1.ScoreCounter = _root.level.P1.ScoreCounter * 2;
};
Instance of Symbol 1529 MovieClip in Symbol 1532 MovieClip Frame 140
onClipEvent (load) {
gotoAndPlay (10);
}
Symbol 1532 MovieClip Frame 147
stop();
Instance of Symbol 1531 MovieClip in Symbol 1532 MovieClip Frame 147
onClipEvent (load) {
yThrust = -6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 6);
_y = (_y + yThrust);
yThrust = yThrust + 3;
}
Symbol 1535 MovieClip Frame 1
stop();
Symbol 1536 MovieClip Frame 1
stop();
Symbol 1550 MovieClip Frame 1
stop();
Symbol 1551 MovieClip Frame 1
stop();
Symbol 1553 MovieClip Frame 1
stop();
Instance of Symbol 1252 MovieClip in Symbol 1553 MovieClip Frame 3
onClipEvent (load) {
_x = (_x + (random(30) - 15));
_y = (_y + (random(30) - 15));
if (Key.isDown(Key.UP) or (_root.level.P1.yThrust < 0)) {
_y = (_y - 48);
}
}
onClipEvent (enterFrame) {
tellTarget (_parent) {
_alpha = (_alpha - 0.5);
};
}
Symbol 1565 MovieClip Frame 1
stop();
Instance of Symbol 1565 MovieClip in Symbol 1566 MovieClip Frame 51
onClipEvent (load) {
if (hitTest(_root.OnScreen)) {
gotoAndPlay (2);
}
}
Instance of Symbol 1565 MovieClip in Symbol 1566 MovieClip Frame 106
onClipEvent (load) {
if (hitTest(_root.OnScreen)) {
gotoAndPlay (2);
}
}
Symbol 1583 MovieClip Frame 1
stop();
Symbol 1583 MovieClip Frame 2
stop();
Symbol 1593 MovieClip Frame 1
stop();
Instance of Symbol 1571 MovieClip in Symbol 1593 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box)) {
_root.Active = false;
tellTarget (_parent) {
play();
};
}
}
Symbol 1593 MovieClip Frame 86
stop();
_root.Active = true;
Instance of Symbol 1577 MovieClip in Symbol 1593 MovieClip Frame 86
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box) && (Key.isDown(88))) {
tellTarget (_parent) {
play();
};
}
}
Symbol 1593 MovieClip Frame 87
_root.Active = false;
Instance of Symbol 1583 MovieClip in Symbol 1593 MovieClip Frame 88
onClipEvent (load) {
if (_root.RomanasTurn) {
gotoAndStop (2);
}
}
Symbol 1593 MovieClip Frame 91
tellTarget (_root.Event) {
gotoAndStop (126);
};
stop();
Instance of Symbol 1588 MovieClip in Symbol 1593 MovieClip Frame 91
onClipEvent (enterFrame) {
if (_root.Active) {
tellTarget (_parent) {
play();
};
}
}
Symbol 1593 MovieClip Frame 97
_root.RomanasTurn = true;
Symbol 1593 MovieClip Frame 214
stop();
Symbol 1595 MovieClip Frame 1
stop();
Symbol 1596 MovieClip Frame 1
stop();
Symbol 1609 MovieClip Frame 1
stop();
Symbol 1611 MovieClip Frame 1
stop();
Instance of Symbol 1252 MovieClip in Symbol 1611 MovieClip Frame 3
onClipEvent (load) {
_x = (_x + (random(30) - 15));
_y = (_y + (random(30) - 15));
if (Key.isDown(Key.UP) or (_root.level.P1.yThrust < 0)) {
_y = (_y - 48);
}
}
onClipEvent (enterFrame) {
tellTarget (_parent) {
_alpha = (_alpha - 0.5);
};
}
Symbol 1615 MovieClip Frame 1
stop();
Symbol 1616 MovieClip Frame 1
stop();
Symbol 1620 MovieClip Frame 1
stop();
Instance of Symbol 1252 MovieClip in Symbol 1620 MovieClip Frame 3
onClipEvent (load) {
_x = (_x + (random(30) - 15));
_y = (_y + (random(30) - 15));
if (Key.isDown(Key.UP) or (_root.level.P1.yThrust < 0)) {
_y = (_y - 48);
}
}
onClipEvent (enterFrame) {
tellTarget (_parent) {
_alpha = (_alpha - 0.5);
};
}
Symbol 1632 MovieClip Frame 1
stop();
Symbol 1634 MovieClip Frame 1
stop();
Symbol 1635 MovieClip Frame 1
stop();
Symbol 1636 MovieClip Frame 1
stop();
Symbol 1637 MovieClip Frame 1
stop();
Symbol 1638 MovieClip Frame 1
stop();
Symbol 1639 MovieClip Frame 1
stop();
Symbol 1640 MovieClip Frame 1
stop();
Instance of Symbol 1176 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
_root.level.CaveWall._x = _x + _parent._x;
_parent._parent.CaveWall._alpha = 100;
} else {
_parent._parent.CaveWall._alpha = 0;
}
}
Instance of Symbol 1245 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (load) {
_xscale = -100;
}
Instance of Symbol 1253 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (load) {
if (_root.Tooth1) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.Brushie) && (_root.level.Brushie.Brush.Brush._currentframe == 5)) {
gotoAndPlay (2);
}
if ((_alpha < 10) && (0 < _alpha)) {
tellTarget (_root.Event) {
gotoAndStop (105);
};
_alpha = 0;
_root.Tooth1 = true;
}
}
Instance of Symbol 1260 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
_root.level.CaveWall._x = _x + _parent._x;
_parent._parent.CaveWall._alpha = 100;
} else {
_parent._parent.CaveWall._alpha = 0;
}
if (4 < _root._currentframe) {
_y = 8000;
}
}
Instance of Symbol 1337 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1353 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 4) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (3);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 4) {
tellTarget (_root.level.Stage) {
gotoAndPlay (3);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1354 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen) && (_root.Active)) {
_root.level._y = _root.level._y + 1;
}
if (((hitTest(_root.level.P1.Box) && (Key.isDown(88))) && (!_root.RAINBOWOFLIGHT)) && (_root.Active)) {
tellTarget (_root.Event) {
gotoAndStop (120);
};
}
}
Instance of Symbol 1355 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == 100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard2._x < _x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1356 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == -100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard2._x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard2" in Symbol 1640 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1444 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((hitTest(_root.level.P1.box) && (Key.isDown(Key.LEFT))) && (_root.Active)) {
tellTarget (_root) {
gotoAndPlay (8);
};
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1445 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box) && (_root.Poisonjoke)) {
tellTarget (_root.level.P1) {
gotoAndStop (20);
};
}
}
Symbol 1640 MovieClip Frame 4
stop();
Instance of Symbol 1337 MovieClip in Symbol 1640 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1457 MovieClip in Symbol 1640 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 7) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (6);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 7) {
tellTarget (_root.level.Stage) {
gotoAndPlay (6);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1458 MovieClip in Symbol 1640 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 1) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (23);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 1) {
tellTarget (_root.level.Stage) {
gotoAndPlay (23);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Symbol 1640 MovieClip Frame 7
stop();
Instance of Symbol 1460 MovieClip in Symbol 1640 MovieClip Frame 7
onClipEvent (enterFrame) {
if (((((hitTest(_root.level.P1) && (Key.isDown(88))) && (_root.Active)) && (_root.Event._currentframe == 1)) && (!_root.DidDerpy)) && (!_root.MissedDerpy)) {
_root.Active = false;
if (_root.DidDoctor && (!_root.PoisonJoke)) {
tellTarget (_root.Event) {
gotoAndStop (102);
};
} else {
tellTarget (_root.Event) {
gotoAndStop (100);
};
}
}
}
Instance of Symbol 1462 MovieClip in Symbol 1640 MovieClip Frame 7
onClipEvent (load) {
if (_root.Tooth2) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.Brushie) && (_root.level.Brushie.Brush.Brush._currentframe == 5)) {
gotoAndPlay (2);
}
if ((_alpha < 10) && (0 < _alpha)) {
tellTarget (_root.Event) {
gotoAndStop (105);
};
_alpha = 0;
_root.Tooth2 = true;
}
}
Instance of Symbol 1490 MovieClip in Symbol 1640 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.DidDerpy or _root.MissedDerpy) {
if (!hitTest(_root.OnScreen)) {
_alpha = 0;
_y = -9999;
} else {
_x = (_x + xThrust);
xThrust = xThrust + 2;
}
}
}
Instance of Symbol 1532 MovieClip "LizardMan" in Symbol 1640 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 147) {
play();
}
if ((50 < _currentframe) && (_currentframe < 70)) {
_x = (_x - (_xscale / 10));
}
if (((100 < _currentframe) && (_currentframe < 120)) or (140 < _currentframe)) {
_x = (_x + (_xscale / 12));
} else if (0 < Invincible) {
Invincible = Invincible - 1;
if (_alpha == 100) {
_alpha = 0;
} else {
_alpha = 100;
}
} else {
_alpha = 100;
if (_currentframe < 90) {
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
} else {
stop();
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
Instance of Symbol 1533 MovieClip in Symbol 1640 MovieClip Frame 7
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_parent.Lizardman._x < _x) {
_parent.Lizardman._x = _x;
}
if ((hitTest(_parent.Lizardman) && (_parent.Lizardman._xScale == 100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1534 MovieClip in Symbol 1640 MovieClip Frame 7
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_x < _parent.Lizardman._x) {
_parent.Lizardman._x = _x;
}
if ((hitTest(_parent.Lizardman) && (_parent.Lizardman._xScale == -100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1535 MovieClip in Symbol 1640 MovieClip Frame 7
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 10) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (9);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 10) {
tellTarget (_root.level.Stage) {
gotoAndPlay (9);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1536 MovieClip in Symbol 1640 MovieClip Frame 7
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 4) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (3);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 4) {
tellTarget (_root.level.Stage) {
gotoAndPlay (3);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Symbol 1640 MovieClip Frame 10
stop();
Instance of Symbol 1355 MovieClip in Symbol 1640 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == 100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard2._x < _x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1356 MovieClip in Symbol 1640 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == -100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard2._x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1548 MovieClip in Symbol 1640 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == -100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard._x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1549 MovieClip in Symbol 1640 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == 100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard._x < _x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard2" in Symbol 1640 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1443 MovieClip "LittleLizard" in Symbol 1640 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1550 MovieClip in Symbol 1640 MovieClip Frame 10
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 13) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (12);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 13) {
tellTarget (_root.level.Stage) {
gotoAndPlay (12);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1551 MovieClip in Symbol 1640 MovieClip Frame 10
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 7) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (6);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 7) {
tellTarget (_root.level.Stage) {
gotoAndPlay (6);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Symbol 1640 MovieClip Frame 13
stop();
Instance of Symbol 1553 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (load) {
if (_root.Tooth3) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.Brushie) && (_root.level.Brushie.Brush.Brush._currentframe == 5)) {
gotoAndPlay (2);
}
if ((_alpha < 10) && (0 < _alpha)) {
tellTarget (_root.Event) {
gotoAndStop (105);
};
_alpha = 0;
_root.Tooth3 = true;
}
}
Instance of Symbol 1566 MovieClip "floor" in Symbol 1640 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1355 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == 100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard2._x < _x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1356 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == -100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard2._x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard2" in Symbol 1640 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1337 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1548 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == -100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard._x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1549 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == 100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard._x < _x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard" in Symbol 1640 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1595 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 16) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (15);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 16) {
tellTarget (_root.level.Stage) {
gotoAndPlay (15);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1596 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 10) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (9);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 10) {
tellTarget (_root.level.Stage) {
gotoAndPlay (9);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Instance of Symbol 1597 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box)) {
_root.Platform1 = true;
if ((_root.Platform1 && (_root.Platform2)) && (_root.Platform3)) {
_root.DidPlatforms = true;
}
}
}
Instance of Symbol 1598 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box)) {
_root.Platform2 = true;
if ((_root.Platform1 && (_root.Platform2)) && (_root.Platform3)) {
_root.DidPlatforms = true;
}
}
}
Instance of Symbol 1599 MovieClip in Symbol 1640 MovieClip Frame 13
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box)) {
_root.Platform3 = true;
}
if ((_root.Platform1 && (_root.Platform2)) && (_root.Platform3)) {
_root.DidPlatforms = true;
}
}
Symbol 1640 MovieClip Frame 16
stop();
Instance of Symbol 1608 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if (0 < _alpha) {
if (hitTest(_root.level.P1.hooves) && (Key.isDown(88))) {
_root.GotSock = true;
tellTarget (_root.Event) {
gotoAndStop (122);
};
_alpha = 0;
}
}
}
onClipEvent (load) {
if (_root.GotSock) {
_alpha = 0;
}
}
Instance of Symbol 1609 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.Hooves) && (!_root.MintKey)) {
_root.Active = false;
tellTarget (_root) {
gotoAndPlay(_currentframe + 2);
};
}
}
Instance of Symbol 1532 MovieClip "LizardMan" in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 147) {
play();
}
if ((50 < _currentframe) && (_currentframe < 70)) {
_x = (_x - (_xscale / 10));
}
if (((100 < _currentframe) && (_currentframe < 120)) or (140 < _currentframe)) {
_x = (_x + (_xscale / 12));
} else if (0 < Invincible) {
Invincible = Invincible - 1;
if (_alpha == 100) {
_alpha = 0;
} else {
_alpha = 100;
}
} else {
_alpha = 100;
if (_currentframe < 90) {
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
} else {
stop();
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
Instance of Symbol 1533 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_parent.Lizardman._x < _x) {
_parent.Lizardman._x = _x;
}
if ((hitTest(_parent.Lizardman) && (_parent.Lizardman._xScale == 100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1534 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_x < _parent.Lizardman._x) {
_parent.Lizardman._x = _x;
}
if ((hitTest(_parent.Lizardman) && (_parent.Lizardman._xScale == -100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1611 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (load) {
if (_root.Tooth4) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.Brushie) && (_root.level.Brushie.Brush.Brush._currentframe == 5)) {
gotoAndPlay (2);
}
if ((_alpha < 10) && (0 < _alpha)) {
tellTarget (_root.Event) {
gotoAndStop (105);
};
_alpha = 0;
_root.Tooth4 = true;
}
}
Instance of Symbol 1337 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1355 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == 100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard2._x < _x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1356 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == -100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard2._x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard2" in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1548 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == -100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard._x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1549 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == 100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard._x < _x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard" in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1532 MovieClip "LizardMan2" in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 147) {
play();
}
if ((50 < _currentframe) && (_currentframe < 70)) {
_x = (_x - (_xscale / 10));
}
if (((100 < _currentframe) && (_currentframe < 120)) or (140 < _currentframe)) {
_x = (_x + (_xscale / 12));
} else if (0 < Invincible) {
Invincible = Invincible - 1;
if (_alpha == 100) {
_alpha = 0;
} else {
_alpha = 100;
}
} else {
_alpha = 100;
if (_currentframe < 90) {
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
} else {
stop();
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
Instance of Symbol 1613 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_parent.Lizardman2._x < _x) {
_parent.Lizardman2._x = _x;
}
if ((hitTest(_parent.Lizardman2) && (_parent.Lizardman2._xScale == 100)) && (_parent.Lizardman2._currentframe < 91)) {
tellTarget (_parent.Lizardman2) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1614 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_x < _parent.Lizardman2._x) {
_parent.Lizardman2._x = _x;
}
if ((hitTest(_parent.Lizardman2) && (_parent.Lizardman2._xScale == -100)) && (_parent.Lizardman2._currentframe < 91)) {
tellTarget (_parent.Lizardman2) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1615 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 19) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (18);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 19) {
tellTarget (_root.level.Stage) {
gotoAndPlay (18);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1616 MovieClip in Symbol 1640 MovieClip Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 13) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (12);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 13) {
tellTarget (_root.level.Stage) {
gotoAndPlay (12);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Symbol 1640 MovieClip Frame 19
stop();
Instance of Symbol 1620 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (load) {
if (_root.Tooth5) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.Brushie) && (_root.level.Brushie.Brush.Brush._currentframe == 5)) {
gotoAndPlay (2);
}
if ((_alpha < 10) && (0 < _alpha)) {
tellTarget (_root.Event) {
gotoAndStop (105);
};
_alpha = 0;
_root.Tooth5 = true;
}
}
Instance of Symbol 1632 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
_root.Down._y = 600;
}
}
Instance of Symbol 1634 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
_root.BossCliff = true;
} else {
_root.BossCliff = false;
}
if (hitTest(_root.level.P1)) {
tellTarget (_root) {
gotoAndPlay (64);
};
}
}
Instance of Symbol 1337 MovieClip "Skull3" in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1337 MovieClip "Skull2" in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1337 MovieClip "Skull1" in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1635 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_parent.Skull1.Pony)) {
while (hitTest(_parent.Skull1.Pony)) {
_parent.Skull1._x = _parent.Skull1._x + 1;
}
}
}
Instance of Symbol 1636 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_parent.Skull2.Pony)) {
while (hitTest(_parent.Skull2.Pony)) {
_parent.Skull2._x = _parent.Skull2._x - 1;
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_parent.Skull1.Pony)) {
while (hitTest(_parent.Skull1.Pony)) {
_parent.Skull1._x = _parent.Skull1._x + 1;
}
}
}
Instance of Symbol 1337 MovieClip "Skull4" in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1637 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_parent.Skull4.Pony)) {
while (hitTest(_parent.Skull4.Pony)) {
_parent.Skull4._x = _parent.Skull4._x - 1;
}
}
}
Instance of Symbol 1355 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == 100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard2._x < _x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1356 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == -100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard2._x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard2" in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1638 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 22) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (21);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 22) {
tellTarget (_root.level.Stage) {
gotoAndPlay (21);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1639 MovieClip in Symbol 1640 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 16) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (15);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 16) {
tellTarget (_root.level.Stage) {
gotoAndPlay (15);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Symbol 1640 MovieClip Frame 22
stop();
Symbol 1641 MovieClip Frame 1
stop();
Instance of Symbol 1176 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
_root.level.CaveWall._x = _x + _parent._x;
_parent._parent.CaveWall._alpha = 100;
} else {
_parent._parent.CaveWall._alpha = 0;
}
}
Instance of Symbol 1245 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
_xscale = -100;
}
Instance of Symbol 1253 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.Tooth1) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.Brushie) && (_root.level.Brushie.Brush.Brush._currentframe == 5)) {
gotoAndPlay (2);
}
if ((_alpha < 10) && (0 < _alpha)) {
tellTarget (_root.Event) {
gotoAndStop (105);
};
_alpha = 0;
_root.Tooth1 = true;
}
}
Instance of Symbol 1260 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
_root.level.CaveWall._x = _x + _parent._x;
_parent._parent.CaveWall._alpha = 100;
} else {
_parent._parent.CaveWall._alpha = 0;
}
if (4 < _root._currentframe) {
_y = 8000;
}
}
Instance of Symbol 1337 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1353 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 4) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (3);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 4) {
tellTarget (_root.level.Stage) {
gotoAndPlay (3);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1354 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen) && (_root.Active)) {
_root.level._y = _root.level._y + 1;
}
if (((hitTest(_root.level.P1.Box) && (Key.isDown(88))) && (!_root.RAINBOWOFLIGHT)) && (_root.Active)) {
tellTarget (_root.Event) {
gotoAndStop (120);
};
}
}
Instance of Symbol 1355 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == 100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard2._x < _x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1356 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == -100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard2._x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard2" in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1444 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((hitTest(_root.level.P1.box) && (Key.isDown(Key.LEFT))) && (_root.Active)) {
tellTarget (_root) {
gotoAndPlay (8);
};
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1445 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box) && (_root.Poisonjoke)) {
tellTarget (_root.level.P1) {
gotoAndStop (20);
};
}
}
Symbol 1641 MovieClip Frame 4
stop();
Instance of Symbol 1337 MovieClip in Symbol 1641 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1457 MovieClip in Symbol 1641 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 7) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (6);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 7) {
tellTarget (_root.level.Stage) {
gotoAndPlay (6);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1458 MovieClip in Symbol 1641 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 1) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (23);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 1) {
tellTarget (_root.level.Stage) {
gotoAndPlay (23);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Symbol 1641 MovieClip Frame 7
stop();
Instance of Symbol 1460 MovieClip in Symbol 1641 MovieClip Frame 7
onClipEvent (enterFrame) {
if (((((hitTest(_root.level.P1) && (Key.isDown(88))) && (_root.Active)) && (_root.Event._currentframe == 1)) && (!_root.DidDerpy)) && (!_root.MissedDerpy)) {
_root.Active = false;
if (_root.DidDoctor && (!_root.PoisonJoke)) {
tellTarget (_root.Event) {
gotoAndStop (102);
};
} else {
tellTarget (_root.Event) {
gotoAndStop (100);
};
}
}
}
Instance of Symbol 1462 MovieClip in Symbol 1641 MovieClip Frame 7
onClipEvent (load) {
if (_root.Tooth2) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.Brushie) && (_root.level.Brushie.Brush.Brush._currentframe == 5)) {
gotoAndPlay (2);
}
if ((_alpha < 10) && (0 < _alpha)) {
tellTarget (_root.Event) {
gotoAndStop (105);
};
_alpha = 0;
_root.Tooth2 = true;
}
}
Instance of Symbol 1490 MovieClip in Symbol 1641 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.DidDerpy or _root.MissedDerpy) {
if (!hitTest(_root.OnScreen)) {
_alpha = 0;
_y = -9999;
} else {
_x = (_x + xThrust);
xThrust = xThrust + 2;
}
}
}
Instance of Symbol 1532 MovieClip "LizardMan" in Symbol 1641 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 147) {
play();
}
if ((50 < _currentframe) && (_currentframe < 70)) {
_x = (_x - (_xscale / 10));
}
if (((100 < _currentframe) && (_currentframe < 120)) or (140 < _currentframe)) {
_x = (_x + (_xscale / 12));
} else if (0 < Invincible) {
Invincible = Invincible - 1;
if (_alpha == 100) {
_alpha = 0;
} else {
_alpha = 100;
}
} else {
_alpha = 100;
if (_currentframe < 90) {
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
} else {
stop();
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
Instance of Symbol 1533 MovieClip in Symbol 1641 MovieClip Frame 7
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_parent.Lizardman._x < _x) {
_parent.Lizardman._x = _x;
}
if ((hitTest(_parent.Lizardman) && (_parent.Lizardman._xScale == 100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1534 MovieClip in Symbol 1641 MovieClip Frame 7
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_x < _parent.Lizardman._x) {
_parent.Lizardman._x = _x;
}
if ((hitTest(_parent.Lizardman) && (_parent.Lizardman._xScale == -100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1535 MovieClip in Symbol 1641 MovieClip Frame 7
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 10) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (9);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 10) {
tellTarget (_root.level.Stage) {
gotoAndPlay (9);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1536 MovieClip in Symbol 1641 MovieClip Frame 7
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 4) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (3);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 4) {
tellTarget (_root.level.Stage) {
gotoAndPlay (3);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Symbol 1641 MovieClip Frame 10
stop();
Instance of Symbol 1355 MovieClip in Symbol 1641 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == 100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard2._x < _x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1356 MovieClip in Symbol 1641 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == -100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard2._x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1548 MovieClip in Symbol 1641 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == -100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard._x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1549 MovieClip in Symbol 1641 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == 100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard._x < _x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard2" in Symbol 1641 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1443 MovieClip "LittleLizard" in Symbol 1641 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1550 MovieClip in Symbol 1641 MovieClip Frame 10
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 13) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (12);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 13) {
tellTarget (_root.level.Stage) {
gotoAndPlay (12);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1551 MovieClip in Symbol 1641 MovieClip Frame 10
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 7) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (6);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 7) {
tellTarget (_root.level.Stage) {
gotoAndPlay (6);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Symbol 1641 MovieClip Frame 13
stop();
Instance of Symbol 1553 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (load) {
if (_root.Tooth3) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.Brushie) && (_root.level.Brushie.Brush.Brush._currentframe == 5)) {
gotoAndPlay (2);
}
if ((_alpha < 10) && (0 < _alpha)) {
tellTarget (_root.Event) {
gotoAndStop (105);
};
_alpha = 0;
_root.Tooth3 = true;
}
}
Instance of Symbol 1566 MovieClip "floor" in Symbol 1641 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1355 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == 100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard2._x < _x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1356 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == -100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard2._x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard2" in Symbol 1641 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1337 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1548 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == -100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard._x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1549 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == 100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard._x < _x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard" in Symbol 1641 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1595 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 16) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (15);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 16) {
tellTarget (_root.level.Stage) {
gotoAndPlay (15);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1596 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 10) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (9);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 10) {
tellTarget (_root.level.Stage) {
gotoAndPlay (9);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Instance of Symbol 1597 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box)) {
_root.Platform1 = true;
if ((_root.Platform1 && (_root.Platform2)) && (_root.Platform3)) {
_root.DidPlatforms = true;
}
}
}
Instance of Symbol 1598 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box)) {
_root.Platform2 = true;
if ((_root.Platform1 && (_root.Platform2)) && (_root.Platform3)) {
_root.DidPlatforms = true;
}
}
}
Instance of Symbol 1599 MovieClip in Symbol 1641 MovieClip Frame 13
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box)) {
_root.Platform3 = true;
}
if ((_root.Platform1 && (_root.Platform2)) && (_root.Platform3)) {
_root.DidPlatforms = true;
}
}
Symbol 1641 MovieClip Frame 16
stop();
Instance of Symbol 1608 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if (0 < _alpha) {
if (hitTest(_root.level.P1.hooves) && (Key.isDown(88))) {
_root.GotSock = true;
tellTarget (_root.Event) {
gotoAndStop (122);
};
_alpha = 0;
}
}
}
onClipEvent (load) {
if (_root.GotSock) {
_alpha = 0;
}
}
Instance of Symbol 1609 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.Hooves) && (!_root.MintKey)) {
_root.Active = false;
tellTarget (_root) {
gotoAndPlay(_currentframe + 2);
};
}
}
Instance of Symbol 1532 MovieClip "LizardMan" in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 147) {
play();
}
if ((50 < _currentframe) && (_currentframe < 70)) {
_x = (_x - (_xscale / 10));
}
if (((100 < _currentframe) && (_currentframe < 120)) or (140 < _currentframe)) {
_x = (_x + (_xscale / 12));
} else if (0 < Invincible) {
Invincible = Invincible - 1;
if (_alpha == 100) {
_alpha = 0;
} else {
_alpha = 100;
}
} else {
_alpha = 100;
if (_currentframe < 90) {
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
} else {
stop();
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
Instance of Symbol 1533 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_parent.Lizardman._x < _x) {
_parent.Lizardman._x = _x;
}
if ((hitTest(_parent.Lizardman) && (_parent.Lizardman._xScale == 100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1534 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_x < _parent.Lizardman._x) {
_parent.Lizardman._x = _x;
}
if ((hitTest(_parent.Lizardman) && (_parent.Lizardman._xScale == -100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1611 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (load) {
if (_root.Tooth4) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.Brushie) && (_root.level.Brushie.Brush.Brush._currentframe == 5)) {
gotoAndPlay (2);
}
if ((_alpha < 10) && (0 < _alpha)) {
tellTarget (_root.Event) {
gotoAndStop (105);
};
_alpha = 0;
_root.Tooth4 = true;
}
}
Instance of Symbol 1337 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1355 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == 100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard2._x < _x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1356 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == -100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard2._x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard2" in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1548 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == -100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard._x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1549 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard) && (_parent.LittleLizard._xScale == 100)) && (_parent.LittleLizard._currentframe < 107)) {
tellTarget (_parent.LittleLizard) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard._x < _x) {
_parent.LittleLizard._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard" in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1532 MovieClip "LizardMan2" in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 147) {
play();
}
if ((50 < _currentframe) && (_currentframe < 70)) {
_x = (_x - (_xscale / 10));
}
if (((100 < _currentframe) && (_currentframe < 120)) or (140 < _currentframe)) {
_x = (_x + (_xscale / 12));
} else if (0 < Invincible) {
Invincible = Invincible - 1;
if (_alpha == 100) {
_alpha = 0;
} else {
_alpha = 100;
}
} else {
_alpha = 100;
if (_currentframe < 90) {
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
} else {
stop();
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 140)) {
gotoAndPlay (105);
}
}
}
Instance of Symbol 1613 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_parent.Lizardman2._x < _x) {
_parent.Lizardman2._x = _x;
}
if ((hitTest(_parent.Lizardman2) && (_parent.Lizardman2._xScale == 100)) && (_parent.Lizardman2._currentframe < 91)) {
tellTarget (_parent.Lizardman2) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1614 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_x < _parent.Lizardman2._x) {
_parent.Lizardman2._x = _x;
}
if ((hitTest(_parent.Lizardman2) && (_parent.Lizardman2._xScale == -100)) && (_parent.Lizardman2._currentframe < 91)) {
tellTarget (_parent.Lizardman2) {
gotoAndPlay (91);
};
}
}
Instance of Symbol 1615 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 19) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (18);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 19) {
tellTarget (_root.level.Stage) {
gotoAndPlay (18);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1616 MovieClip in Symbol 1641 MovieClip Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 13) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (12);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 13) {
tellTarget (_root.level.Stage) {
gotoAndPlay (12);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Symbol 1641 MovieClip Frame 19
stop();
Instance of Symbol 1620 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (load) {
if (_root.Tooth5) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.Brushie) && (_root.level.Brushie.Brush.Brush._currentframe == 5)) {
gotoAndPlay (2);
}
if ((_alpha < 10) && (0 < _alpha)) {
tellTarget (_root.Event) {
gotoAndStop (105);
};
_alpha = 0;
_root.Tooth5 = true;
}
}
Instance of Symbol 1632 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
_root.Down._y = 600;
}
}
Instance of Symbol 1634 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
_root.BossCliff = true;
} else {
_root.BossCliff = false;
}
if (hitTest(_root.level.P1)) {
tellTarget (_root) {
gotoAndPlay (64);
};
}
}
Instance of Symbol 1337 MovieClip "Skull3" in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1337 MovieClip "Skull2" in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1337 MovieClip "Skull1" in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1635 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_parent.Skull1.Pony)) {
while (hitTest(_parent.Skull1.Pony)) {
_parent.Skull1._x = _parent.Skull1._x + 1;
}
}
}
Instance of Symbol 1636 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_parent.Skull2.Pony)) {
while (hitTest(_parent.Skull2.Pony)) {
_parent.Skull2._x = _parent.Skull2._x - 1;
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_parent.Skull1.Pony)) {
while (hitTest(_parent.Skull1.Pony)) {
_parent.Skull1._x = _parent.Skull1._x + 1;
}
}
}
Instance of Symbol 1337 MovieClip "Skull4" in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
play();
} else {
stop();
}
}
Instance of Symbol 1637 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_parent.Skull4.Pony)) {
while (hitTest(_parent.Skull4.Pony)) {
_parent.Skull4._x = _parent.Skull4._x - 1;
}
}
}
Instance of Symbol 1355 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == 100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (108);
};
}
if (_parent.LittleLizard2._x < _x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1356 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if ((hitTest(_parent.LittleLizard2) && (_parent.LittleLizard2._xScale == -100)) && (_parent.LittleLizard2._currentframe < 107)) {
tellTarget (_parent.LittleLizard2) {
gotoAndPlay (107);
};
}
if (_x < _parent.LittleLizard2._x) {
_parent.LittleLizard2._x = _x;
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1443 MovieClip "LittleLizard2" in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 11) {
_x = (_x - (_xscale / 6));
} else if ((112 < _currentframe) && (_currentframe < 120)) {
_x = (_x + (_xscale / 10));
}
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
} else if (hitbox.hitTest(_root.level.P1.Box)) {
_root.level.P1.GetHurt = true;
}
} else {
stop();
}
if ((hitbox.hitTest(_root.level.Brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (_currentframe < 112)) {
if (_root.level.P1._x < (_x + _parent._x)) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.level.Impact._x = _x + _parent._x;
_root.level.Impact._y = _y + _parent._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
gotoAndPlay (112);
}
}
Instance of Symbol 1638 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 22) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (21);
};
_root.level.Stage2._x = _parent._x + 2000;
}
} else if (_root.level.Stage._currentframe != 22) {
tellTarget (_root.level.Stage) {
gotoAndPlay (21);
};
_root.level.stage._x = _parent._x + 2000;
}
}
}
Instance of Symbol 1639 MovieClip in Symbol 1641 MovieClip Frame 19
onClipEvent (enterFrame) {
if (hitTest(_root.OnScreen)) {
if (_parent._name == "Stage") {
if (_root.level.Stage2._currentframe != 16) {
tellTarget (_root.level.Stage2) {
gotoAndPlay (15);
};
_root.level.Stage2._x = _parent._x - 2000;
}
} else if (_root.level.Stage._currentframe != 16) {
tellTarget (_root.level.Stage) {
gotoAndPlay (15);
};
_root.level.stage._x = _parent._x - 2000;
}
}
}
Symbol 1641 MovieClip Frame 22
stop();
Symbol 1649 MovieClip Frame 1
stop();
GoAgain = false;
if (Again) {
play();
}
Instance of Symbol 1643 MovieClip in Symbol 1649 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
if (_root.Active) {
if (Key.isDown(88) && (!_root.Brushie)) {
tellTarget (_parent) {
if (paused) {
play();
}
};
}
}
}
Instance of Symbol 1647 MovieClip in Symbol 1649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (1 < _parent._parent._currentframe) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 1649 MovieClip Frame 2
Again = false;
Symbol 1651 MovieClip Frame 1
stop();
GoAgain = false;
if (Again) {
play();
}
Instance of Symbol 1643 MovieClip in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
if (_root.Active) {
if (Key.isDown(88) && (!_root.Brushie)) {
tellTarget (_parent) {
if (paused) {
play();
}
};
}
}
}
Instance of Symbol 1647 MovieClip in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
if (1 < _parent._parent._currentframe) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 1651 MovieClip Frame 2
Again = false;
Symbol 1652 MovieClip Frame 1
stop();
Instance of Symbol 1649 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
Paused = true;
}
onClipEvent (enterFrame) {
if (_root.Active) {
if ((1 < _currentframe) && (!Key.isDown(88))) {
GoAgain = true;
}
if (Key.isDown(88) && (GoAgain)) {
Again = true;
}
if (!Paused) {
if (!Key.isDown(Key.DOWN)) {
_rotation = (_rotation - 30);
} else {
_rotation = (_rotation + 30);
}
}
if (Key.isDown(Key.DOWN) or (_root.level.P1._currentframe == 5)) {
if (_rotation != -30) {
Paused = false;
} else {
Paused = true;
}
} else if (Key.isDown(Key.UP)) {
if (_rotation != 60) {
Paused = false;
} else {
Paused = true;
}
} else if (_rotation != 0) {
Paused = false;
} else {
Paused = true;
}
}
}
Symbol 1652 MovieClip Frame 2
xThrust = -8;
Instance of Symbol 1650 MovieClip in Symbol 1652 MovieClip Frame 2
onClipEvent (enterFrame) {
_rotation = (_rotation + 18);
}
Instance of Symbol 1651 MovieClip in Symbol 1652 MovieClip Frame 2
onClipEvent (enterFrame) {
Rspeed = Rspeed + 2;
_rotation = (_rotation - RSpeed);
}
Instance of Symbol 1650 MovieClip in Symbol 1652 MovieClip Frame 3
onClipEvent (enterFrame) {
_rotation = (_rotation + 18);
}
Symbol 1656 MovieClip Frame 1
stop();
GoAgain = false;
if (Again) {
play();
}
Instance of Symbol 1654 MovieClip in Symbol 1656 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active) {
if ((Key.isDown(88) && (!_root.Brushie)) && (!_root.PoisonJoke)) {
tellTarget (_parent) {
if (paused) {
play();
}
};
}
}
}
Symbol 1656 MovieClip Frame 2
Again = false;
Symbol 1657 MovieClip Frame 1
stop();
GoAgain = false;
if (Again) {
play();
}
Instance of Symbol 1654 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active) {
if ((Key.isDown(88) && (!_root.Brushie)) && (!_root.PoisonJoke)) {
tellTarget (_parent) {
if (paused) {
play();
}
};
}
}
}
Symbol 1657 MovieClip Frame 2
Again = false;
Symbol 1658 MovieClip Frame 1
stop();
Instance of Symbol 1656 MovieClip "Brush" in Symbol 1658 MovieClip Frame 1
onClipEvent (load) {
Paused = true;
}
onClipEvent (enterFrame) {
if (_root.Active) {
if (1 < _currentframe) {
if (!Key.isDown(88)) {
GoAgain = true;
}
}
if (Key.isDown(88) && (GoAgain)) {
Again = true;
}
if (!Paused) {
if (!Key.isDown(Key.DOWN)) {
_rotation = (_rotation - 30);
} else {
_rotation = (_rotation + 30);
}
}
if (Key.isDown(Key.DOWN) or (_root.level.P1._currentframe == 5)) {
if (_rotation != -30) {
Paused = false;
} else {
Paused = true;
}
} else if (Key.isDown(Key.UP)) {
if (_rotation != 60) {
Paused = false;
} else {
Paused = true;
}
} else if (_rotation != 0) {
Paused = false;
} else {
Paused = true;
}
}
}
Symbol 1658 MovieClip Frame 2
xThrust = -8;
Instance of Symbol 1657 MovieClip in Symbol 1658 MovieClip Frame 2
onClipEvent (enterFrame) {
Rspeed = Rspeed + 2;
_rotation = (_rotation - RSpeed);
}
Symbol 1665 MovieClip Frame 1
stop();
Instance of Symbol 1661 MovieClip in Symbol 1665 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.Active) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 1664 MovieClip in Symbol 1665 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.Active) {
_alpha = (_alpha + 5);
}
}
Symbol 1677 MovieClip Frame 1
stop();
Instance of Symbol 1652 MovieClip "Brush2" in Symbol 1677 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop (1);
}
Instance of Symbol 1658 MovieClip "Brush" in Symbol 1677 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop (1);
}
Instance of Symbol 1665 MovieClip in Symbol 1677 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.Active) {
_rotation = (_rotation + RSpeed);
RSpeed = RSpeed + 2;
if (16 < RSpeed) {
gotoAndStop (2);
}
_x = (_x + xThrust);
if (20 < _parent._currentframe) {
xThrust = xThrust - 4;
} else {
xThrust = xThrust + 2;
}
}
}
onClipEvent (load) {
RSpeed = 4;
xThrust = -4;
}
Symbol 1677 MovieClip Frame 43
xThrust = -(_xscale / 6);
Instance of Symbol 1681 MovieClip in Symbol 1685 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 1681 MovieClip in Symbol 1692 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Symbol 1702 MovieClip Frame 4
stop();
Symbol 1702 MovieClip Frame 7
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1705 MovieClip Frame 1
stop();
Symbol 1705 MovieClip Frame 2
stop();
Instance of Symbol 1702 MovieClip in Symbol 1705 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.Active) {
if (!Key.isDown(Key.DOWN)) {
play();
} else {
Counter = Counter + 1;
if (30 < Counter) {
if (_parent._parent.Map._y < 180) {
_parent._parent.Map._y = _parent._parent.Map._y + 2;
}
}
}
}
}
onClipEvent (load) {
Counter = 0;
_parent._parent.Map._y = -35;
}
Symbol 1705 MovieClip Frame 3
stop();
Instance of Symbol 1704 MovieClip in Symbol 1705 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.Active) {
if (!Key.isDown(Key.UP)) {
tellTarget (_parent) {
gotoAndStop (1);
};
} else {
Counter = Counter + 1;
if (30 < Counter) {
if (-235 < _parent._parent.Map._y) {
_parent._parent.Map._y = _parent._parent.Map._y - 2;
}
}
}
}
}
onClipEvent (load) {
Counter = 0;
_parent._parent.Map._y = -35;
}
Symbol 1762 MovieClip Frame 18
if ((1 < _root.level.Brushie._currentframe) && (_root.level.Brushie._currentframe < 20)) {
gotoAndPlay (8);
}
Symbol 1762 MovieClip Frame 23
tellTarget (_parent) {
gotoAndStop (1);
};
Instance of Symbol 1764 MovieClip "EB" in Symbol 1768 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(88)) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Instance of Symbol 1764 MovieClip "Brow" in Symbol 1768 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(88)) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Symbol 1769 MovieClip Frame 1
stop();
Symbol 1769 MovieClip Frame 5
stop();
Symbol 1791 MovieClip Frame 1
VoiceClip = random(4);
if (VoiceClip == 1) {
gotoAndStop (6);
} else if (VoiceClip == 2) {
gotoAndStop (8);
} else if (VoiceClip == 3) {
gotoAndStop (10);
} else {
gotoAndStop (4);
}
Symbol 1804 MovieClip Frame 1
if (_parent.ClockOver) {
gotoAndPlay (105);
}
Instance of Symbol 1775 MovieClip in Symbol 1804 MovieClip Frame 6
onClipEvent (load) {
_xscale = 5;
}
onClipEvent (enterFrame) {
_xscale = (_root.ClockUp * 2);
_yscale = _xscale;
}
Instance of Symbol 1781 MovieClip in Symbol 1804 MovieClip Frame 7
onClipEvent (load) {
if (_root.ClockReady) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Symbol 1804 MovieClip Frame 8
if (Key.isDown(88) && (Key.isDown(90) or Key.isDown(67))) {
gotoAndPlay (6);
}
Symbol 1804 MovieClip Frame 9
if (!_root.ClockReady) {
_root.Brushie = false;
gotoAndPlay (100);
} else {
_parent.ClockUp = true;
_root.ClockMax = _root.ClockUp;
}
Symbol 1804 MovieClip Frame 10
_root.ClockReady = false;
_root.Active = false;
Symbol 1804 MovieClip Frame 34
tellTarget (_root.level) {
gotoAndStop (2);
};
Symbol 1804 MovieClip Frame 40
_root.level.P1.ClockUp = true;
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1804 MovieClip Frame 106
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1807 MovieClip Frame 2
if (_root.level.Brushie._currentframe == 1) {
tellTarget (_parent) {
gotoAndStop (4);
};
}
Instance of Symbol 1821 MovieClip in Symbol 1822 MovieClip Frame 1
onClipEvent (load) {
tellTarget (_parent) {
xThrust = _x / 3;
yThrust = -6;
rotSpeed = xThrust * 5;
_xscale = (random(60) + 80);
_yscale = _xscale;
};
}
onClipEvent (enterFrame) {
tellTarget (_parent) {
_x = (_x + xThrust);
_y = (_y + yThrust);
yThrust = yThrust + 2;
_xscale = (_xscale - 2);
_yscale = (_yscale - 2);
};
}
Symbol 1829 MovieClip Frame 1
_parent.CanMove = false;
Symbol 1829 MovieClip Frame 5
Counter = 0;
Target = random(4) + 4;
Symbol 1829 MovieClip Frame 6
stop();
Symbol 1829 MovieClip Frame 12
Counter = Counter + 1;
if (Counter < Target) {
gotoAndStop (6);
}
Symbol 1829 MovieClip Frame 25
tellTarget (_parent) {
CanMove = true;
gotoAndStop (1);
};
Instance of Symbol 1833 MovieClip in Symbol 1840 MovieClip Frame 1
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1833 MovieClip in Symbol 1840 MovieClip Frame 15
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 1843 MovieClip Frame 2
if (_parent._currentframe < 11) {
Counter = Counter + 1;
if (4 < Counter) {
tellTarget (_parent) {
gotoAndStop (4);
};
}
}
Symbol 1848 MovieClip Frame 1
if (((1 < _root.Life) && (_root.Active)) && (!_root.level.P1.ClockUp)) {
VoiceClip = random(4);
if (VoiceClip == 1) {
gotoAndStop (6);
} else if (VoiceClip == 2) {
gotoAndStop (8);
} else if (VoiceClip == 3) {
gotoAndStop (10);
} else {
gotoAndStop (4);
}
} else {
stop();
}
Symbol 1849 MovieClip Frame 2
if (_parent._currentframe < 11) {
Counter = Counter + 1;
if (4 < Counter) {
tellTarget (_parent) {
gotoAndStop (4);
};
}
}
Symbol 1850 MovieClip Frame 2
if (_parent._currentframe < 11) {
Counter = Counter + 1;
if (4 < Counter) {
tellTarget (_parent) {
gotoAndStop (4);
};
}
}
Symbol 1859 MovieClip Frame 1
if (_root.Life == 0) {
VoiceClip = random(7);
if (VoiceClip == 1) {
gotoAndStop (6);
} else if (VoiceClip == 2) {
gotoAndStop (8);
} else if (VoiceClip == 3) {
gotoAndStop (10);
} else if (VoiceClip == 4) {
gotoAndStop (12);
} else if (VoiceClip == 5) {
gotoAndStop (14);
} else if (VoiceClip == 6) {
gotoAndStop (16);
} else {
gotoAndStop (4);
}
} else {
stop();
}
Symbol 1863 MovieClip Frame 1
stop();
Symbol 1863 MovieClip Frame 2
stop();
Instance of Symbol 1702 MovieClip in Symbol 1863 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.Active) {
if (!Key.isDown(Key.DOWN)) {
play();
} else {
Counter = Counter + 1;
if (30 < Counter) {
if (_parent._parent.Map._y < 180) {
_parent._parent.Map._y = _parent._parent.Map._y + 2;
}
}
}
}
}
onClipEvent (load) {
Counter = 0;
_parent._parent.Map._y = -35;
}
Symbol 1863 MovieClip Frame 3
stop();
Instance of Symbol 1704 MovieClip in Symbol 1863 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.Active) {
if (!Key.isDown(Key.UP)) {
tellTarget (_parent) {
gotoAndStop (1);
};
} else {
Counter = Counter + 1;
if (30 < Counter) {
if (-235 < _parent._parent.Map._y) {
_parent._parent.Map._y = _parent._parent.Map._y - 2;
}
}
}
}
}
onClipEvent (load) {
Counter = 0;
_parent._parent.Map._y = -35;
}
Instance of Symbol 1876 MovieClip in Symbol 1877 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
_xscale = (random(50) + 50);
_yscale = _xscale;
yThrust = random(5);
Counter = random(40);
}
onClipEvent (enterFrame) {
if (Counter < 1) {
_y = (_y - yThrust);
_alpha = (_alpha - (yThrust * 2));
if (0 >= _alpha) {
_y = 0;
_xscale = (random(50) + 50);
_yscale = _xscale;
_alpha = 100;
yThrust = random(5) + 1;
}
} else {
Counter = Counter - 1;
}
}
Symbol 1912 MovieClip Frame 127
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1913 MovieClip Frame 1
CanMove = true;
Instance of Symbol 1705 MovieClip "sprite" in Symbol 1913 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active) {
if (Key.isDown(Key.DOWN)) {
gotoAndStop (2);
} else if (Key.isDown(Key.UP)) {
gotoAndStop (3);
} else {
_parent.Map._y = -35;
}
}
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1707 MovieClip in Symbol 1913 MovieClip Frame 1
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1709 MovieClip "Box" in Symbol 1913 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(Key.DOWN)) {
_y = 0;
} else {
_y = -36;
}
}
Symbol 1913 MovieClip Frame 2
CanMove = true;
Instance of Symbol 1741 MovieClip "sprite" in Symbol 1913 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.Active) {
play();
} else {
stop();
}
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1750 MovieClip in Symbol 1913 MovieClip Frame 2
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1751 MovieClip "Map" in Symbol 1913 MovieClip Frame 2
onClipEvent (enterFrame) {
_y = -36;
}
Symbol 1913 MovieClip Frame 3
CanMove = false;
Instance of Symbol 1762 MovieClip "sprite" in Symbol 1913 MovieClip Frame 3
onClipEvent (enterFrame) {
tellTarget (_parent) {
_x = (_x - xThrust);
xThrust = 0;
yThrust = 0;
};
}
Symbol 1913 MovieClip Frame 4
Jump = true;
CanMove = true;
Instance of Symbol 1768 MovieClip "sprite" in Symbol 1913 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_parent.yThrust < -4) {
gotoAndStop (1);
} else if (2 < _parent.yThrust) {
gotoAndStop (3);
} else {
gotoAndStop (2);
}
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1769 MovieClip in Symbol 1913 MovieClip Frame 4
onClipEvent (load) {
if (_parent.yThrust < 0) {
gotoAndPlay (2);
}
}
Instance of Symbol 1770 MovieClip in Symbol 1913 MovieClip Frame 4
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_parent.yThrust < -4) {
gotoAndStop (4);
} else if (2 < _parent.yThrust) {
gotoAndStop (6);
} else {
gotoAndStop (5);
}
}
Instance of Symbol 1804 MovieClip "sprite" in Symbol 1913 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((!_root.Active) && (_root.Pause._alpha == 100)) {
stop();
} else {
play();
}
_parent.yThrust = 0;
if ((10 < _currentframe) && (_currentframe < 100)) {
_root.ClockUP = _root.ClockMax;
}
}
Symbol 1913 MovieClip Frame 6
stop();
yThrust = -4;
Instance of Symbol 1807 MovieClip "sprite" in Symbol 1913 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.Active) {
if (_root.level.Brushie._currentframe < 20) {
_parent.yThrust = _parent.yThrust - 1;
_parent._y = _parent._y + _parent.yThrust;
_parent.CanMove = false;
} else {
tellTarget (_parent) {
CanMove = true;
gotoAndStop (4);
};
}
}
}
Symbol 1913 MovieClip Frame 8
xThrust = -(_xscale / 4);
_y = (_y - 10);
yThrust = -10;
_root.ClockUp = 0;
_root.Brushie = false;
if (_root.Item3 == 2) {
_root.Life = _root.Life + 1;
gotoAndStop (10);
}
Instance of Symbol 1829 MovieClip "StonePony" in Symbol 1913 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.Active) {
if ((5 < _currentframe) && (_currentframe < 10)) {
if ((Key.isDown(90) or Key.isDown(88)) or Key.isDown(67)) {
play();
}
}
if (_parent.GetHurt) {
gotoAndPlay (13);
}
tellTarget (_parent) {
_x = (_x + xThrust);
_y = (_y + yThrust);
yThrust = yThrust + 1;
xThrust = xThrust - (xThrust / 4);
if ((xThrust < 1) && (-1 < xThrust)) {
xThrust = 0;
Running = false;
}
};
}
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1840 MovieClip in Symbol 1913 MovieClip Frame 8
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
gotoAndPlay(_parent.StonePony._currentframe);
}
Symbol 1913 MovieClip Frame 9
xThrust = -(_xscale / 8);
yThrust = -10;
_y = (_y - 10);
HitY = _y;
_root.ClockUp = 0;
_root.Brushie = false;
_root.Shake = true;
Instance of Symbol 1843 MovieClip "sprite" in Symbol 1913 MovieClip Frame 9
onClipEvent (enterFrame) {
tellTarget (_parent) {
_x = (_x + xThrust);
_y = (_y + yThrust);
yThrust = yThrust + 1;
};
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1833 MovieClip in Symbol 1913 MovieClip Frame 9
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 1913 MovieClip Frame 10
Invincible = 60;
_root.Life = _root.Life - 1;
_root.ClockUp = 0;
_root.Brushie = false;
gotoAndStop (9);
Instance of Symbol 1849 MovieClip "sprite" in Symbol 1913 MovieClip Frame 10
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 1913 MovieClip Frame 11
_root.Active = false;
yThrust = -10;
_root.Shake = true;
Instance of Symbol 1850 MovieClip "sprite" in Symbol 1913 MovieClip Frame 11
onClipEvent (enterFrame) {
tellTarget (_parent) {
stop();
_y = (_y + yThrust);
yThrust = yThrust + 2;
};
_rotation = (_rotation + 20);
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1851 MovieClip in Symbol 1913 MovieClip Frame 11
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 20);
}
Symbol 1913 MovieClip Frame 12
stop();
_root.Life = 0;
_root.level.P1.ClockUp = false;
tellTarget (_root.level) {
gotoAndStop (1);
};
tellTarget (_root.Event) {
play();
};
tellTarget (_root.music) {
stop();
};
tellTarget (_root.music2) {
stop();
};
Symbol 1913 MovieClip Frame 13
stop();
_root.Life = 0;
_root.level.P1.ClockUp = false;
tellTarget (_root.level) {
gotoAndStop (1);
};
tellTarget (_root.Event) {
play();
};
tellTarget (_root.music) {
stop();
};
tellTarget (_root.music2) {
stop();
};
Symbol 1913 MovieClip Frame 14
yThrust = -10;
_root.Shake = true;
Instance of Symbol 1861 MovieClip in Symbol 1913 MovieClip Frame 14
onClipEvent (enterFrame) {
tellTarget (_parent) {
stop();
_y = (_y + yThrust);
yThrust = yThrust + 2;
if (500 < (_y + _parent._y)) {
_root.StonePony = true;
gotoAndPlay (13);
}
};
_rotation = (_rotation + 20);
}
Symbol 1913 MovieClip Frame 15
CanMove = true;
Instance of Symbol 1862 MovieClip "sprite" in Symbol 1913 MovieClip Frame 15
onClipEvent (enterFrame) {
_parent._x = _parent._x + 4;
Counter = Counter + 1;
if (30 < Counter) {
tellTarget (_parent) {
gotoAndStop (1);
};
_root.Active = true;
}
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1750 MovieClip in Symbol 1913 MovieClip Frame 15
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 1913 MovieClip Frame 20
stop();
_alpha = 100;
Instance of Symbol 1863 MovieClip "sprite" in Symbol 1913 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
_parent.yThrust = 0;
}
Instance of Symbol 1864 MovieClip in Symbol 1913 MovieClip Frame 20
onClipEvent (enterFrame) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 1913 MovieClip Frame 21
gotoAndStop (4);
Symbol 1913 MovieClip Frame 30
stop();
Symbol 1917 MovieClip Frame 1
stop();
Symbol 1918 MovieClip Frame 1
_alpha = 100;
_xscale = 100;
_yscale = 100;
Symbol 1918 MovieClip Frame 2
stop();
Instance of Symbol 1917 MovieClip in Symbol 1918 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_parent) {
_xscale = (_xscale + 2);
_yscale = _xscale;
_y = (_y - 2);
_alpha = (_alpha - 5);
if (0 >= _alpha) {
gotoAndStop (1);
}
};
}
Symbol 1919 MovieClip Frame 1
stop();
Instance of Symbol 1191 MovieClip in Symbol 1919 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1919 MovieClip Frame 7
gotoAndStop (1);
Symbol 1919 MovieClip Frame 10
play();
Instance of Symbol 1191 MovieClip in Symbol 1919 MovieClip Frame 10
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Instance of Symbol 1927 MovieClip in Symbol 1928 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 120);
if (_x < -1600) {
_x = (_x + 3200);
}
}
Instance of Symbol 1927 MovieClip in Symbol 1928 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 120);
if (_x < -1600) {
_x = (_x + 3200);
}
}
Symbol 1929 MovieClip Frame 1
stop();
Symbol 1929 MovieClip Frame 2
stop();
Instance of Symbol 1702 MovieClip in Symbol 1929 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.Active) {
if (!Key.isDown(Key.DOWN)) {
play();
} else {
Counter = Counter + 1;
if (30 < Counter) {
if (_parent._parent.Map._y < 180) {
_parent._parent.Map._y = _parent._parent.Map._y + 2;
}
}
}
}
}
onClipEvent (load) {
Counter = 0;
_parent._parent.Map._y = -35;
}
Symbol 1929 MovieClip Frame 3
stop();
Instance of Symbol 1704 MovieClip in Symbol 1929 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.Active) {
if (!Key.isDown(Key.UP)) {
tellTarget (_parent) {
gotoAndStop (1);
};
} else {
Counter = Counter + 1;
if (30 < Counter) {
if (-235 < _parent._parent.Map._y) {
_parent._parent.Map._y = _parent._parent.Map._y - 2;
}
}
}
}
}
onClipEvent (load) {
Counter = 0;
_parent._parent.Map._y = -35;
}
Instance of Symbol 1764 MovieClip "EB" in Symbol 1932 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(88)) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Instance of Symbol 1764 MovieClip "Brow" in Symbol 1932 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(88)) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Symbol 1935 MovieClip Frame 1
if (((1 < _root.Life) && (_root.Active)) && (!_root.level.P1.ClockUp)) {
VoiceClip = random(4);
if (VoiceClip == 1) {
gotoAndStop (6);
} else if (VoiceClip == 2) {
gotoAndStop (8);
} else if (VoiceClip == 3) {
gotoAndStop (10);
} else {
gotoAndStop (4);
}
} else {
stop();
}
Symbol 1937 MovieClip Frame 2
if (_parent._currentframe < 11) {
Counter = Counter + 1;
if (20 < Counter) {
tellTarget (_parent) {
gotoAndStop (4);
};
}
}
Symbol 1938 MovieClip Frame 2
if (_parent._currentframe < 11) {
Counter = Counter + 1;
if (4 < Counter) {
tellTarget (_parent) {
gotoAndStop (4);
};
}
}
Symbol 1948 MovieClip Frame 1
stop();
Instance of Symbol 1640 MovieClip "Stage" in Symbol 1948 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((1900 < (_x + _parent._x)) && (_root.LastMoved == "Left")) && (!hitTest(_root.OnScreen))) {
_x = (_parent.Stage2._x - 2000);
if (_parent.Stage2._currentframe == 1) {
gotoAndStop (22);
} else if (_parent.Stage2._currentframe == 4) {
gotoAndPlay(_totalframes);
} else {
gotoAndPlay(_parent.Stage2._currentframe - 4);
}
} else if ((((_x + _parent._x) < -1000) && (_root.LastMoved == "Right")) && (!hitTest(_root.OnScreen))) {
_x = (_parent.Stage2._x + 2000);
gotoAndPlay(_parent.Stage2._currentframe + 1);
}
_root.StageX1 = _x + _parent._x;
}
onClipEvent (load) {
gotoAndStop (22);
}
Instance of Symbol 1641 MovieClip "Stage2" in Symbol 1948 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((1800 < (_x + _parent._x)) && (_root.LastMoved == "Left")) && (!hitTest(_root.OnScreen))) {
_x = (_parent.Stage._x - 2000);
if (_parent.Stage._currentframe == 1) {
gotoAndStop (19);
} else if (_parent.Stage._currentframe == 4) {
gotoAndPlay(_totalframes);
} else {
gotoAndPlay(_parent.Stage._currentframe - 4);
}
} else if ((((_x + _parent._x) < -1000) && (_root.LastMoved == "Right")) && (!hitTest(_root.OnScreen))) {
_x = (_parent.Stage._x + 2000);
gotoAndPlay(_parent.Stage._currentframe + 1);
}
_root.StageX2 = _x + _parent._x;
}
Instance of Symbol 1677 MovieClip "Brushie" in Symbol 1948 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.PoisonJoke && (0 < _alpha)) {
_alpha = 0;
} else if ((!_root.PoisonJoke) && (_alpha < 100)) {
_alpha = 100;
}
if (_root.Active) {
if ((_currentframe == 1) && (Brush.Brush._currentframe == 1)) {
Attacking = false;
}
if (Key.isDown(88) && (!_root.PoisonJoke)) {
Attacking = true;
xThrust = 0;
yThrust = 0;
if (_x < _parent.P1._x) {
_x = (_x + ((_parent.P1._x - _x) / 2));
} else if (_parent.P1._x < _x) {
_x = (_x + ((_parent.P1._x - _x) / 2));
}
if (_y < _parent.P1._y) {
_y = (_y + ((_parent.P1._y - _y) / 2));
} else if (_parent.P1._y < _y) {
_y = (_y + ((_parent.P1._y - _y) / 2));
}
} else {
if (_x < _parent.P1._x) {
xThrust = xThrust + 1;
} else if (_parent.P1._x < _x) {
xThrust = xThrust - 1;
}
if (_y < _parent.P1._y) {
yThrust = yThrust + 1;
} else if (_parent.P1._y < _y) {
yThrust = yThrust - 1;
}
xThrust = xThrust - (xThrust / 16);
yThrust = yThrust - (yThrust / 16);
}
_x = (_x + xThrust);
_y = (_y + yThrust);
if (_currentframe == 1) {
_xscale = _parent.P1._xScale;
} else {
play();
}
} else {
stop();
}
}
Instance of Symbol 1913 MovieClip "P1" in Symbol 1948 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe != 1) && (_currentframe != 5)) {
_root.Brushie = false;
}
if (((_currentframe == 1) && (_parent.Brushie._currentframe == 1)) && (!_root.PoisonJoke)) {
ScoreCounter = 1;
}
if (hitTest(_root.OnScreen)) {
LastGoodX = _x;
LastGoodY = _y;
} else {
_x = LastGoodX;
_y = LastGoodY;
}
if (0 < _xscale) {
_root.TargetLeft = -200;
_root.TargetRight = 700;
} else {
_root.TargetLeft = 100;
_root.TargetRight = 1000;
}
if ((_root.Active && (_currentframe < 11)) && (CanMove)) {
if (ClockOver) {
if ((!Key.isDown(90)) or (!Key.isDown(88))) {
ClockOver = false;
}
}
if ((((((((Key.isDown(90) or Key.isDown(67)) && (Key.isDown(88))) && (_currentframe == 1)) && (49 < _root.Magic)) && (yThrust < 3)) && (xThrust == 0)) && (!ClockUp)) && (!_root.PoisonJoke)) {
_root.Brushie = true;
gotoAndStop (5);
}
if (((((((Key.isDown(90) or Key.isDown(67)) && (Key.isDown(88))) && (yThrust < 3)) && (xThrust == 0)) && ((!Key.isDown(Key.LEFT)) && (!Key.isDown(Key.RIGHT)))) && (_currentframe == 1)) && (ClockUp)) {
gotoAndStop (5);
ClockOver = true;
ClockUp = false;
}
if ((Key.isDown(90) or Key.isDown(67)) && (_currentframe < 5)) {
if (!Jump) {
if (!Key.isDown(Key.DOWN)) {
yThrust = yThrust - 21;
if (ClockUp) {
yThrust = yThrust - 8;
}
gotoAndStop (4);
} else {
DropDown = true;
}
Jump = true;
}
}
if (Key.isDown(88) && (!_root.PoisonJoke)) {
if (!_root.Brushie) {
if (Running && (20 < _root.Magic)) {
_root.Magic = _root.Magic - 20;
tellTarget (_parent.Brushie) {
play();
};
if (_currentframe == 4) {
gotoAndStop (6);
yThrust = -2;
} else {
gotoAndStop (3);
}
Running = false;
}
} else if (49 < _root.Magic) {
gotoAndStop (5);
}
Kick = true;
} else {
_root.Brushie = false;
Kick = false;
}
if ((!(Key.isDown(90) or Key.isDown(67))) && (_currentframe < 4)) {
Jump = false;
}
if (Key.isDown(Key.LEFT) && (_currentframe < 5)) {
xThrust = xThrust - 2;
if (ClockUp) {
xThrust = xThrust - 2;
}
if (ReadyToRunL && (!Key.isDown(88))) {
Running = true;
RunCount = 10;
ReadyToRunL = false;
}
_xscale = -100;
if (_currentframe == 1) {
gotoAndStop (2);
}
} else if (Key.isDown(Key.RIGHT) && (_currentframe < 5)) {
xThrust = xThrust + 2;
if (ClockUp) {
xThrust = xThrust + 2;
}
if (ReadyToRunR && (!Key.isDown(88))) {
Running = true;
RunCount = 10;
ReadyToRunR = false;
}
_xscale = 100;
if (_currentframe == 1) {
gotoAndStop (2);
}
} else if ((_currentframe == 2) or ((_currentframe == 3) && (sprite._currentframe == 1))) {
gotoAndStop (1);
}
if (((_currentframe < 7) or (_currentframe == 10)) or (_currentframe == 9)) {
_x = (_x + xThrust);
if (Running) {
_x = (_x + (xThrust / 2));
RunCount = RunCount - 1;
if (RunCount < 1) {
Running = false;
}
}
_y = (_y + yThrust);
xThrust = xThrust - (xThrust / 4);
if ((xThrust < 0.1) && (-0.1 < xThrust)) {
xThrust = 0;
Running = false;
}
} else {
xThrust = xThrust - (xThrust / 4);
yThrust = 0;
}
if (!Key.isDown(Key.LEFT)) {
if (xThrust < 0) {
ReadyToRunL = true;
} else {
ReadyToRunL = false;
}
}
if (!Key.isDown(Key.RIGHT)) {
if (0 < xThrust) {
ReadyToRunR = true;
} else {
ReadyToRunR = false;
}
if (!Key.isDown(Key.LEFT)) {
Running = false;
}
}
}
}
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) && (_currentframe != 9)) {
if (_currentframe == 4) {
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) {
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 < 6)) {
gotoAndStop (4);
}
}
if ((_parent.Stage.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)) && (_currentframe < 9)) {
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)) {
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) or (_currentframe == 15))) {
if (map.hitTest(_root.Up)) {
while (map.hitTest(_root.Up)) {
_parent._y = _parent._y + 1;
}
}
if (map.hitTest(_root.Down)) {
while (map.hitTest(_root.Down) && (0 < _parent._y)) {
_parent._y = _parent._y - 1;
}
}
if (map.hitTest(_root.Left)) {
while (map.hitTest(_root.Left)) {
_parent._x = _parent._x + 1;
_root.BG._x = _root.BG._x + 0.3;
_root.BG2._x = _root.BG2._x + 0.6;
_root.LastMoved = "Left";
}
}
if (map.hitTest(_root.Right)) {
while (map.hitTest(_root.Right)) {
_parent._x = _parent._x - 1;
_root.BG._x = _root.BG._x - 0.3;
_root.BG2._x = _root.BG2._x - 0.6;
_root.LastMoved = "Right";
}
}
if (GetHurt) {
if ((_currentframe < 6) && (Invincible < 1)) {
_root.DamageCounter = _root.DamageCounter + 1;
gotoAndStop (10);
xThrust = (-20 * _xscale) / 100;
yThrust = -15;
}
GetHurt = false;
}
if (_currentframe == 10) {
yThrust = yThrust + 2;
}
if (0 < Invincible) {
if (50 < _alpha) {
_alpha = 0;
} else {
_alpha = 100;
}
if (75 < Invincible) {
hooves._name = "";
}
GetHurt = false;
Invincible = Invincible - 1;
} else {
_alpha = 100;
}
}
if ((_root.Life < 1) && (_currentframe < 11)) {
yThrust = -20;
gotoAndStop (11);
Invincible = 0;
_alpha = 100;
}
if ((_currentframe == 11) && (!DroppedOut)) {
_alpha = 100;
if (1000 < _y) {
removeMovieClip(this);
_root.Active = false;
}
}
}
onClipEvent (load) {
RightThrust = 1;
LeftThrust = 1;
_root.Active = false;
Invincible = 0;
gotoAndStop (15);
}
onClipEvent (enterFrame) {
if ((_root.PauseButton._alpha == 100) && (!_root.Active)) {
if (Key.isDown(Key.SHIFT) && (Key.isDown(Key.DOWN))) {
_root.Debug = true;
}
if (Key.isDown(Key.SHIFT) && (Key.isDown(Key.UP))) {
_root.Debug = false;
}
if (_root.Debug) {
if (Key.isDown(Key.UP)) {
_y = (_y - 50);
} else if (Key.isDown(Key.DOWN)) {
_y = (_y + 50);
}
if (Key.isDown(Key.LEFT)) {
_x = (_x - 50);
} else if (Key.isDown(Key.RIGHT)) {
_x = (_x + 50);
}
}
}
if (_root.Debug && (!_root.Active)) {
if (map.hitTest(_root.Up)) {
while (map.hitTest(_root.Up)) {
_parent._y = _parent._y + 1;
}
}
if (map.hitTest(_root.Down)) {
while (map.hitTest(_root.Down) && (0 < _parent._y)) {
_parent._y = _parent._y - 1;
}
}
if (map.hitTest(_root.Left)) {
while (map.hitTest(_root.Left)) {
_parent._x = _parent._x + 1;
_root.BG._x = _root.BG._x + 0.3;
_root.BG2._x = _root.BG2._x + 0.6;
_root.LastMoved = "Left";
}
}
if (map.hitTest(_root.Right)) {
while (map.hitTest(_root.Right)) {
_parent._x = _parent._x - 1;
_root.BG._x = _root.BG._x - 0.3;
_root.BG2._x = _root.BG2._x - 0.6;
_root.LastMoved = "Right";
}
}
}
}
Instance of Symbol 1915 MovieClip in Symbol 1948 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root._currentframe == 60) or _root.Debug) {
_alpha = 0;
} else if (hitTest(_root.OnScreen) && (_root.Level._y < 800)) {
_root.Down._y = 500;
_root.Down._name = "NotDown";
} else {
_root.NotDown._name = "Down";
}
}
Instance of Symbol 1918 MovieClip "Points" in Symbol 1948 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 1919 MovieClip "Impact" in Symbol 1948 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 1948 MovieClip Frame 2
stop();
tellTarget (_root.music) {
stop();
};
tellTarget (_root.music2) {
play();
};
Instance of Symbol 1921 MovieClip in Symbol 1948 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
}
Instance of Symbol 1922 MovieClip in Symbol 1948 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 1.4);
_yscale = _xscale;
if (800 < _xscale) {
_root.Active = true;
tellTarget (_parent) {
play();
};
}
}
onClipEvent (load) {
_xscale = 1;
_yscale = 1;
}
Instance of Symbol 1923 MovieClip in Symbol 1948 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 1.4);
_yscale = _xscale;
_rotation = (_rotation + 20);
}
onClipEvent (load) {
_xscale = 1;
_yscale = 1;
}
Symbol 1948 MovieClip Frame 3
stop();
Instance of Symbol 1928 MovieClip "Blur" in Symbol 1948 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (-_parent._x);
_y = (-_parent._y);
if (!_root.level.P1.ClockUp) {
_root.Active = false;
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 1939 MovieClip "Echo1" in Symbol 1948 MovieClip Frame 3
onClipEvent (load) {
X10 = _parent.P1._x;
Y10 = _parent.P1._y;
XS10 = _parent.P1._xScale;
CF10 = _parent.P1._currentframe;
CF210 = _parent.P1.sprite._currentframe;
}
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X2;
_y = _parent.Echo1.Y2;
_xscale = _parent.Echo1.XS2;
gotoAndStop(_parent.Echo1.CF2);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF22);
};
Switch = true;
} else {
_x = _parent.Echo1.X1;
_y = _parent.Echo1.Y1;
_xscale = _parent.Echo1.XS1;
gotoAndStop(_parent.Echo1.CF1);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF21);
};
Switch = false;
}
X1 = X2;
Y1 = Y2;
XS1 = XS2;
CF1 = CF2;
CF21 = CF22;
X2 = X3;
Y2 = Y3;
XS2 = XS3;
CF2 = CF3;
CF22 = CF23;
X3 = X4;
Y3 = Y4;
XS3 = XS4;
CF3 = CF4;
CF23 = CF24;
X4 = X5;
Y4 = Y5;
XS4 = XS5;
CF4 = CF5;
CF24 = CF25;
X5 = X6;
Y5 = Y6;
XS5 = XS6;
CF5 = CF6;
CF25 = CF26;
X6 = X7;
Y6 = Y7;
XS6 = XS7;
CF6 = CF7;
CF26 = CF27;
X7 = X8;
Y7 = Y8;
XS7 = XS8;
CF7 = CF8;
CF27 = CF28;
X8 = X9;
Y8 = Y9;
XS8 = XS9;
CF8 = CF9;
CF28 = CF29;
X9 = X10;
Y9 = Y10;
XS9 = XS10;
CF9 = CF10;
CF29 = CF210;
X10 = _parent.P1._x;
Y10 = _parent.P1._y;
XS10 = _parent.P1._xScale;
CF10 = _parent.P1._currentframe;
CF210 = _parent.P1.sprite._currentframe;
}
Instance of Symbol 1940 MovieClip "Echo5" in Symbol 1948 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X4;
_y = _parent.Echo1.Y4;
_xscale = _parent.Echo1.XS4;
gotoAndStop(_parent.Echo1.CF4);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF24);
};
Switch = true;
} else {
_x = _parent.Echo1.X3;
_y = _parent.Echo1.Y3;
_xscale = _parent.Echo1.XS3;
gotoAndStop(_parent.Echo1.CF3);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF23);
};
Switch = false;
}
}
Instance of Symbol 1941 MovieClip "Echo2" in Symbol 1948 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X6;
_y = _parent.Echo1.Y6;
_xscale = _parent.Echo1.XS6;
gotoAndStop(_parent.Echo1.CF6);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF26);
};
Switch = true;
} else {
_x = _parent.Echo1.X5;
_y = _parent.Echo1.Y5;
_xscale = _parent.Echo1.XS5;
gotoAndStop(_parent.Echo1.CF5);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF25);
};
Switch = false;
}
}
Instance of Symbol 1942 MovieClip "Echo3" in Symbol 1948 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X8;
_y = _parent.Echo1.Y8;
_xscale = _parent.Echo1.XS8;
gotoAndStop(_parent.Echo1.CF8);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF28);
};
Switch = true;
} else {
_x = _parent.Echo1.X7;
_y = _parent.Echo1.Y7;
_xscale = _parent.Echo1.XS7;
gotoAndStop(_parent.Echo1.CF7);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF27);
};
Switch = false;
}
}
Instance of Symbol 1943 MovieClip "Echo4" in Symbol 1948 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X10;
_y = _parent.Echo1.Y10;
_xscale = _parent.Echo1.XS10;
gotoAndStop(_parent.Echo1.CF10);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF210);
};
Switch = true;
} else {
_x = _parent.Echo1.X9;
_y = _parent.Echo1.Y9;
_xscale = _parent.Echo1.XS9;
gotoAndStop(_parent.Echo1.CF9);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF29);
};
Switch = false;
}
}
Symbol 1948 MovieClip Frame 4
stop();
tellTarget (_root.music2) {
gotoAndStop (1);
};
Instance of Symbol 1921 MovieClip in Symbol 1948 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
}
Instance of Symbol 1944 MovieClip in Symbol 1948 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 1.2);
_yscale = _xscale;
if (800 < _xscale) {
tellTarget (_parent) {
play();
};
}
}
onClipEvent (load) {
_xscale = 1;
_yscale = 1;
}
Instance of Symbol 1945 MovieClip in Symbol 1948 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 0.9);
_yscale = _xscale;
_rotation = (_rotation - 20);
}
onClipEvent (load) {
_xscale = 800;
_yscale = 800;
}
Symbol 1948 MovieClip Frame 5
stop();
tellTarget (_root.music) {
play();
};
Instance of Symbol 1947 MovieClip in Symbol 1948 MovieClip Frame 5
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_alpha = (_alpha - 10);
if (_alpha < 10) {
_root.Active = true;
tellTarget (_parent) {
play();
};
}
}
Symbol 1950 MovieClip Frame 1
stop();
Symbol 1956 MovieClip Frame 1
stop();
Instance of Symbol 229 MovieClip in Symbol 1956 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Debug) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Instance of Symbol 230 MovieClip in Symbol 1956 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SHIFT) && (_root.level.P1.ClockUp)) && (_root.Active)) {
_root.level.P1.ClockOver = true;
_root.level.P1.ClockUp = false;
}
}
Symbol 1975 MovieClip Frame 1
stop();
Symbol 1975 MovieClip Frame 11
stop();
Instance of Symbol 1980 MovieClip in Symbol 1981 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._currentframe == 1) {
stop();
} else {
play();
}
}
Symbol 1983 MovieClip Frame 1
stop();
Symbol 1983 MovieClip Frame 74
stop();
_root.Active = false;
tellTarget (_root.Event) {
gotoAndStop (124);
};
Symbol 1996 MovieClip Frame 4
if ((76 < _parent._currentframe) && (_parent._currentframe < 82)) {
gotoAndPlay (7);
} else if (1 < random(24)) {
gotoAndPlay (1);
}
Symbol 1996 MovieClip Frame 6
if ((76 < _parent._currentframe) && (_parent._currentframe < 82)) {
gotoAndPlay (7);
} else if (random(16) == 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (5);
}
Symbol 1996 MovieClip Frame 10
if ((76 < _parent._currentframe) && (_parent._currentframe < 82)) {
gotoAndPlay (7);
}
Symbol 2001 MovieClip Frame 1
stop();
Symbol 2002 MovieClip Frame 1
stop();
Symbol 2003 MovieClip Frame 1
stop();
Symbol 2007 MovieClip Frame 1
stop();
Symbol 2018 MovieClip Frame 1
stop();
Instance of Symbol 1191 MovieClip in Symbol 2018 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 2018 MovieClip Frame 7
gotoAndStop (1);
Symbol 2018 MovieClip Frame 10
play();
Instance of Symbol 1191 MovieClip in Symbol 2018 MovieClip Frame 10
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 2022 MovieClip Frame 1
stop();
Instance of Symbol 1191 MovieClip in Symbol 2022 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 2022 MovieClip Frame 7
gotoAndStop (1);
Symbol 2022 MovieClip Frame 10
play();
Instance of Symbol 1191 MovieClip in Symbol 2022 MovieClip Frame 10
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 2028 MovieClip Frame 1
stop();
Symbol 2031 MovieClip Frame 1
play();
Instance of Symbol 2001 MovieClip in Symbol 2031 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
_root.level.Impact._x = _root.level.P1._x;
_root.level.Impact._y = _root.level.P1._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
tellTarget (_parent) {
gotoAndPlay (140);
};
_root.level.P1.yThrust = -16;
if (Key.isDown(90) or Key.isDown(67)) {
_root.level.P1.yThrust = -26;
}
}
}
Instance of Symbol 2001 MovieClip in Symbol 2031 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.hooves) && (2 < _root.level.P1.yThrust)) {
_root.level.Impact._x = _root.level.P1._x;
_root.level.Impact._y = _root.level.P1._y;
tellTarget (_root.level.Impact) {
gotoAndPlay (2);
};
tellTarget (_parent) {
gotoAndPlay (140);
};
_root.level.P1.yThrust = -16;
if (Key.isDown(90) or Key.isDown(67)) {
_root.level.P1.yThrust = -26;
}
}
}
Instance of Symbol 2002 MovieClip in Symbol 2031 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box)) {
tellTarget (_parent) {
gotoAndPlay (111);
};
}
}
Instance of Symbol 2003 MovieClip in Symbol 2031 MovieClip Frame 1
onClipEvent (enterFrame) {
Action = random(40);
if (Action == 5) {
tellTarget (_parent) {
gotoAndPlay (50);
};
} else if (35 < Action) {
tellTarget (_parent) {
gotoAndPlay (71);
};
}
}
Instance of Symbol 1515 MovieClip "hitbox" in Symbol 2031 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (hitTest(_root.level.P1.box)) {
_root.level.P1.GetHurt = true;
}
}
}
Instance of Symbol 1515 MovieClip in Symbol 2031 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (hitTest(_root.level.P1.box)) {
_root.level.P1.GetHurt = true;
}
}
}
Symbol 2031 MovieClip Frame 50
if (random(3) == 1) {
gotoAndPlay (1);
}
Instance of Symbol 2002 MovieClip in Symbol 2031 MovieClip Frame 50
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box)) {
tellTarget (_parent) {
gotoAndPlay (111);
};
}
}
Instance of Symbol 2007 MovieClip in Symbol 2031 MovieClip Frame 50
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.box) && (!_parent.Invincible)) {
tellTarget (_parent) {
gotoAndPlay (71);
};
}
}
Instance of Symbol 1515 MovieClip in Symbol 2031 MovieClip Frame 69
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (hitTest(_root.level.P1.box)) {
_root.level.P1.GetHurt = true;
}
}
}
Symbol 2031 MovieClip Frame 70
if (random(3) == 1) {
gotoAndPlay (51);
}
Instance of Symbol 2016 MovieClip in Symbol 2031 MovieClip Frame 74
onClipEvent (enterFrame) {
if ((hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) && (!_parent.Invincible)) {
tellTarget (_parent) {
gotoAndPlay (125);
};
}
}
Symbol 2031 MovieClip Frame 101
GetHit = 0;
Instance of Symbol 1515 MovieClip in Symbol 2031 MovieClip Frame 102
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (hitTest(_root.level.P1.box)) {
_root.level.P1.GetHurt = true;
}
}
}
Symbol 2031 MovieClip Frame 110
if (1 < random(5)) {
gotoAndPlay (51);
} else if (1 < random(12)) {
gotoAndPlay (1);
}
Symbol 2031 MovieClip Frame 116
_xscale = (-_xscale);
Symbol 2031 MovieClip Frame 120
if (random(2) == 1) {
gotoAndPlay (51);
} else if (random(12) == 1) {
gotoAndPlay (71);
} else {
gotoAndPlay (1);
}
Symbol 2031 MovieClip Frame 125
Damage = Damage + 1;
if (10 < Damage) {
gotoAndPlay (160);
}
if (_root.level.P1.ClockUp) {
gotoAndPlay (160);
}
Instance of Symbol 2018 MovieClip in Symbol 2031 MovieClip Frame 125
onClipEvent (load) {
if (random(3) == 1) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2018 MovieClip in Symbol 2031 MovieClip Frame 125
onClipEvent (load) {
if (random(3) == 1) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2018 MovieClip in Symbol 2031 MovieClip Frame 125
onClipEvent (load) {
if (random(3) == 1) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2018 MovieClip in Symbol 2031 MovieClip Frame 125
onClipEvent (load) {
if (random(3) == 1) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2018 MovieClip in Symbol 2031 MovieClip Frame 125
onClipEvent (load) {
if (random(3) == 1) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
}
Symbol 2031 MovieClip Frame 134
GetHit = GetHit + 1;
if ((2 < GetHit) && (!_root.RAINBOWOFLIGHT)) {
GetHit = 0;
Invincible = 30;
gotoAndPlay (51);
} else if (random(2) == 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (51);
}
Symbol 2031 MovieClip Frame 140
_root.Shake = true;
Symbol 2031 MovieClip Frame 148
Damage = Damage + 1;
if (10 < Damage) {
gotoAndPlay (160);
} else {
gotoAndPlay (1);
}
Symbol 2031 MovieClip Frame 160
_root.Shake = true;
_root.level.Points._x = _x + _parent._x;
_root.level.Points._y = (_y + _parent._y) - 64;
_root.level.Points.Value = 5000 * _root.level.P1.ScoreCounter;
tellTarget (_root.level.Points) {
_root.Level.Score = _root.level.Score + Value;
_alpha = 100;
gotoAndStop (2);
_root.level.P1.ScoreCounter = _root.level.P1.ScoreCounter * 2;
};
Invincible = 0;
_alpha = 100;
tellTarget (_root.music) {
stop();
};
Instance of Symbol 2021 MovieClip in Symbol 2031 MovieClip Frame 160
onClipEvent (load) {
yThrust = -16;
Accel = 1;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 36);
_y = (_y + yThrust);
yThrust = yThrust + Accel;
if (0 < yThrust) {
Accel = Accel + 0.1;
}
}
Instance of Symbol 2022 MovieClip in Symbol 2031 MovieClip Frame 160
onClipEvent (load) {
gotoAndPlay (10);
}
Symbol 2031 MovieClip Frame 167
stop();
Instance of Symbol 2026 MovieClip "KEY" in Symbol 2031 MovieClip Frame 167
onClipEvent (load) {
yThrust = -20;
RSpeed = 60;
LastX = _parent._x;
}
onClipEvent (enterFrame) {
if (hitTest(_root.level.P1.Box) && (0 < _alpha)) {
_alpha = 0;
_root.MintyKey = true;
}
if (_parent._x < LastX) {
_x = (_x + (((LastX - _parent._x) * _parent._xScale) / 100));
} else if (LastX < _parent._x) {
_x = (_x - (((_parent._x - LastX) * _parent._xScale) / 100));
}
LastX = _parent._x;
_y = (_y + yThrust);
if (!Done) {
yThrust = yThrust + 2;
}
_rotation = (_rotation + RSpeed);
if (0 < RSpeed) {
RSpeed = RSpeed - 1;
}
if ((58 < _y) && (0 < yThrust)) {
_y = 58;
if (6 < Bounce) {
yThrust = 0;
Done = true;
} else {
yThrust = -(yThrust / 2);
Bounce = Bounce + 1;
tellTarget (_parent.DING) {
play();
};
}
}
}
Instance of Symbol 2030 MovieClip in Symbol 2031 MovieClip Frame 167
onClipEvent (load) {
yThrust = -6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 6);
_y = (_y + yThrust);
yThrust = yThrust + 3;
}
Instance of Symbol 2031 MovieClip "LizardMan" in Symbol 2038 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active && (!_root.level.P1.ClockUp)) {
if (_currentframe < 167) {
play();
}
if ((50 < _currentframe) && (_currentframe < 70)) {
_x = (_x - (_xscale / 10));
}
if (((120 < _currentframe) && (_currentframe < 140)) or (160 < _currentframe)) {
_x = (_x + (_xscale / 12));
} else if (0 < Invincible) {
Invincible = Invincible - 1;
if (_alpha == 100) {
_alpha = 0;
} else {
_alpha = 100;
}
} else {
_alpha = 100;
if (_currentframe < 90) {
if (hitbox.hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) {
gotoAndPlay (125);
}
}
}
} else {
stop();
if (hitbox.hitTest(_root.level.brushie) && ((1 < _root.level.Brushie._currentframe) or (1 < _root.level.Brushie.Brush.Brush._currentframe))) {
gotoAndPlay (125);
}
}
}
Instance of Symbol 2036 MovieClip in Symbol 2038 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_parent.Lizardman._x < _x) {
_parent.Lizardman._x = _x;
}
if ((hitTest(_parent.Lizardman.hitbox) && (_parent.Lizardman._xScale == 100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (111);
};
}
if (hitTest(_parent.Lizardman)) {
while (hitTest(_parent.Lizardman.LIZARD)) {
_parent.Lizardman._x = _parent.Lizardman._x + 1;
}
}
}
Instance of Symbol 2037 MovieClip in Symbol 2038 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_x < _parent.Lizardman._x) {
_parent.Lizardman._x = _x;
}
if ((hitTest(_parent.Lizardman.hitbox) && (_parent.Lizardman._xScale == -100)) && (_parent.Lizardman._currentframe < 91)) {
tellTarget (_parent.Lizardman) {
gotoAndPlay (111);
};
}
if (hitTest(_parent.Lizardman)) {
while (hitTest(_parent.Lizardman.LIZARD)) {
_parent.Lizardman._x = _parent.Lizardman._x - 1;
}
}
}
Symbol 2039 MovieClip Frame 1
CanMove = true;
Instance of Symbol 1705 MovieClip "sprite" in Symbol 2039 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Active) {
if (Key.isDown(Key.DOWN)) {
gotoAndStop (2);
} else if (Key.isDown(Key.UP)) {
gotoAndStop (3);
} else {
_parent.Map._y = -35;
}
}
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1707 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1709 MovieClip "Box" in Symbol 2039 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(Key.DOWN)) {
_y = 0;
} else {
_y = -36;
}
}
Symbol 2039 MovieClip Frame 2
CanMove = true;
Instance of Symbol 1741 MovieClip "sprite" in Symbol 2039 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.Active) {
play();
} else {
stop();
}
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1750 MovieClip in Symbol 2039 MovieClip Frame 2
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1751 MovieClip "Map" in Symbol 2039 MovieClip Frame 2
onClipEvent (enterFrame) {
_y = -36;
}
Symbol 2039 MovieClip Frame 3
CanMove = false;
Instance of Symbol 1762 MovieClip "sprite" in Symbol 2039 MovieClip Frame 3
onClipEvent (enterFrame) {
tellTarget (_parent) {
_x = (_x - xThrust);
xThrust = 0;
yThrust = 0;
};
}
Symbol 2039 MovieClip Frame 4
Jump = true;
CanMove = true;
Instance of Symbol 1768 MovieClip "sprite" in Symbol 2039 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_parent.yThrust < -4) {
gotoAndStop (1);
} else if (2 < _parent.yThrust) {
gotoAndStop (3);
} else {
gotoAndStop (2);
}
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1769 MovieClip in Symbol 2039 MovieClip Frame 4
onClipEvent (load) {
if (_parent.yThrust < 0) {
gotoAndPlay (2);
}
}
Instance of Symbol 1770 MovieClip in Symbol 2039 MovieClip Frame 4
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_parent.yThrust < -4) {
gotoAndStop (4);
} else if (2 < _parent.yThrust) {
gotoAndStop (6);
} else {
gotoAndStop (5);
}
}
Instance of Symbol 1804 MovieClip "sprite" in Symbol 2039 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((!_root.Active) && (_root.Pause._alpha == 100)) {
stop();
} else {
play();
}
_parent.yThrust = 0;
if ((10 < _currentframe) && (_currentframe < 100)) {
_root.ClockUP = _root.ClockMax;
}
}
Symbol 2039 MovieClip Frame 6
stop();
yThrust = -4;
Instance of Symbol 1807 MovieClip "sprite" in Symbol 2039 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.Active) {
if (_root.level.Brushie._currentframe < 20) {
_parent.yThrust = _parent.yThrust - 1;
_parent._y = _parent._y + _parent.yThrust;
_parent.CanMove = false;
} else {
tellTarget (_parent) {
CanMove = true;
gotoAndStop (4);
};
}
}
}
Symbol 2039 MovieClip Frame 8
xThrust = -(_xscale / 4);
_y = (_y - 10);
yThrust = -10;
_root.ClockUp = 0;
_root.Brushie = false;
if (_root.Item3 == 2) {
_root.Life = _root.Life + 1;
gotoAndStop (10);
}
Instance of Symbol 1829 MovieClip "StonePony" in Symbol 2039 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.Active) {
if ((5 < _currentframe) && (_currentframe < 10)) {
if ((Key.isDown(90) or Key.isDown(88)) or Key.isDown(67)) {
play();
}
}
if (_parent.GetHurt) {
gotoAndPlay (13);
}
tellTarget (_parent) {
_x = (_x + xThrust);
_y = (_y + yThrust);
yThrust = yThrust + 1;
xThrust = xThrust - (xThrust / 4);
if ((xThrust < 1) && (-1 < xThrust)) {
xThrust = 0;
Running = false;
}
};
}
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1840 MovieClip in Symbol 2039 MovieClip Frame 8
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
gotoAndPlay(_parent.StonePony._currentframe);
}
Symbol 2039 MovieClip Frame 9
xThrust = -(_xscale / 8);
yThrust = -10;
_y = (_y - 10);
HitY = _y;
_root.ClockUp = 0;
_root.Brushie = false;
_root.Shake = true;
Instance of Symbol 1843 MovieClip "sprite" in Symbol 2039 MovieClip Frame 9
onClipEvent (enterFrame) {
tellTarget (_parent) {
_x = (_x + xThrust);
_y = (_y + yThrust);
yThrust = yThrust + 1;
};
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1833 MovieClip in Symbol 2039 MovieClip Frame 9
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 2039 MovieClip Frame 10
Invincible = 60;
_root.Life = _root.Life - 1;
_root.ClockUp = 0;
_root.Brushie = false;
gotoAndStop (9);
Instance of Symbol 1849 MovieClip "sprite" in Symbol 2039 MovieClip Frame 10
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 2039 MovieClip Frame 11
_root.Active = false;
yThrust = -10;
_root.Shake = true;
Instance of Symbol 1850 MovieClip "sprite" in Symbol 2039 MovieClip Frame 11
onClipEvent (enterFrame) {
tellTarget (_parent) {
stop();
_y = (_y + yThrust);
yThrust = yThrust + 2;
};
_rotation = (_rotation + 20);
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1851 MovieClip in Symbol 2039 MovieClip Frame 11
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 20);
}
Symbol 2039 MovieClip Frame 12
stop();
_root.Life = 0;
_root.level.P1.ClockUp = false;
tellTarget (_root.level) {
gotoAndStop (1);
};
tellTarget (_root.Event) {
play();
};
tellTarget (_root.music) {
stop();
};
tellTarget (_root.music2) {
stop();
};
Symbol 2039 MovieClip Frame 13
stop();
_root.Life = 0;
_root.level.P1.ClockUp = false;
tellTarget (_root.level) {
gotoAndStop (1);
};
tellTarget (_root.Event) {
play();
};
tellTarget (_root.music) {
stop();
};
tellTarget (_root.music2) {
stop();
};
Symbol 2039 MovieClip Frame 14
yThrust = -10;
_root.Shake = true;
Instance of Symbol 1861 MovieClip in Symbol 2039 MovieClip Frame 14
onClipEvent (enterFrame) {
tellTarget (_parent) {
stop();
_y = (_y + yThrust);
yThrust = yThrust + 2;
if (500 < (_y + _parent._y)) {
_root.StonePony = true;
gotoAndPlay (13);
}
};
_rotation = (_rotation + 20);
}
Symbol 2039 MovieClip Frame 15
CanMove = true;
Instance of Symbol 1862 MovieClip "sprite" in Symbol 2039 MovieClip Frame 15
onClipEvent (enterFrame) {
_parent._x = _parent._x + 4;
Counter = Counter + 1;
if (30 < Counter) {
tellTarget (_parent) {
gotoAndStop (1);
};
_root.Active = true;
}
}
onClipEvent (load) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 1750 MovieClip in Symbol 2039 MovieClip Frame 15
onClipEvent (load) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 2039 MovieClip Frame 20
stop();
_alpha = 100;
Instance of Symbol 1863 MovieClip "sprite" in Symbol 2039 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
_parent.yThrust = 0;
}
Instance of Symbol 1864 MovieClip in Symbol 2039 MovieClip Frame 20
onClipEvent (enterFrame) {
if (!_root.PoisonJoke) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Symbol 2039 MovieClip Frame 21
gotoAndStop (4);
Symbol 2039 MovieClip Frame 30
stop();
Symbol 2040 MovieClip Frame 1
stop();
Instance of Symbol 1677 MovieClip "Brushie" in Symbol 2040 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.PoisonJoke && (0 < _alpha)) {
_alpha = 0;
} else if ((!_root.PoisonJoke) && (_alpha < 100)) {
_alpha = 100;
}
if (_root.Active) {
if ((_currentframe == 1) && (Brush.Brush._currentframe == 1)) {
Attacking = false;
}
if (Key.isDown(88) && (!_root.PoisonJoke)) {
Attacking = true;
xThrust = 0;
yThrust = 0;
if (_x < _parent.P1._x) {
_x = (_x + ((_parent.P1._x - _x) / 2));
} else if (_parent.P1._x < _x) {
_x = (_x + ((_parent.P1._x - _x) / 2));
}
if (_y < _parent.P1._y) {
_y = (_y + ((_parent.P1._y - _y) / 2));
} else if (_parent.P1._y < _y) {
_y = (_y + ((_parent.P1._y - _y) / 2));
}
} else {
if (_x < _parent.P1._x) {
xThrust = xThrust + 1;
} else if (_parent.P1._x < _x) {
xThrust = xThrust - 1;
}
if (_y < _parent.P1._y) {
yThrust = yThrust + 1;
} else if (_parent.P1._y < _y) {
yThrust = yThrust - 1;
}
xThrust = xThrust - (xThrust / 16);
yThrust = yThrust - (yThrust / 16);
}
_x = (_x + xThrust);
_y = (_y + yThrust);
if (_currentframe == 1) {
_xscale = _parent.P1._xScale;
} else {
play();
}
} else {
stop();
}
}
Instance of Symbol 2039 MovieClip "P1" in Symbol 2040 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe != 1) && (_currentframe != 5)) {
_root.Brushie = false;
}
if ((_currentframe == 1) && (_parent.Brushie._currentframe == 1)) {
ScoreCounter = 1;
}
if (hitTest(_root.OnScreen)) {
LastGoodX = _x;
LastGoodY = _y;
} else {
_x = LastGoodX;
_y = LastGoodY;
}
if (0 < _xscale) {
_root.TargetLeft = -200;
_root.TargetRight = 700;
} else {
_root.TargetLeft = 100;
_root.TargetRight = 1000;
}
if ((_root.Active && (_currentframe < 11)) && (CanMove)) {
if (ClockOver) {
if ((!Key.isDown(90)) or (!Key.isDown(88))) {
ClockOver = false;
}
}
if (((((((Key.isDown(90) or Key.isDown(67)) && (Key.isDown(88))) && (_currentframe == 1)) && (49 < _root.Magic)) && (yThrust < 3)) && (xThrust == 0)) && (!ClockUp)) {
_root.Brushie = true;
gotoAndStop (5);
}
if (((((((Key.isDown(90) or Key.isDown(67)) && (Key.isDown(88))) && (yThrust < 3)) && (xThrust == 0)) && ((!Key.isDown(Key.LEFT)) && (!Key.isDown(Key.RIGHT)))) && (_currentframe == 1)) && (ClockUp)) {
gotoAndStop (5);
ClockOver = true;
ClockUp = false;
}
if ((Key.isDown(90) or Key.isDown(67)) && (_currentframe < 5)) {
if (!Jump) {
if (!Key.isDown(Key.DOWN)) {
yThrust = yThrust - 21;
if (ClockUp) {
yThrust = yThrust - 8;
}
gotoAndStop (4);
} else {
DropDown = true;
}
Jump = true;
}
}
if (Key.isDown(88) && (!_root.PoisonJoke)) {
if (!_root.Brushie) {
if (Running && (20 < _root.Magic)) {
_root.Magic = _root.Magic - 20;
tellTarget (_parent.Brushie) {
play();
};
if (_currentframe == 4) {
gotoAndStop (6);
yThrust = -2;
} else {
gotoAndStop (3);
}
Running = false;
}
} else if (49 < _root.Magic) {
gotoAndStop (5);
}
Kick = true;
} else {
_root.Brushie = false;
Kick = false;
}
if ((!(Key.isDown(90) or Key.isDown(67))) && (_currentframe < 4)) {
Jump = false;
}
if (Key.isDown(Key.LEFT) && (_currentframe < 5)) {
xThrust = xThrust - 2;
if (ClockUp) {
xThrust = xThrust - 2;
}
if (ReadyToRunL && (!Key.isDown(88))) {
Running = true;
RunCount = 10;
ReadyToRunL = false;
}
_xscale = -100;
if (_currentframe == 1) {
gotoAndStop (2);
}
} else if (Key.isDown(Key.RIGHT) && (_currentframe < 5)) {
xThrust = xThrust + 2;
if (ClockUp) {
xThrust = xThrust + 2;
}
if (ReadyToRunR && (!Key.isDown(88))) {
Running = true;
RunCount = 10;
ReadyToRunR = false;
}
_xscale = 100;
if (_currentframe == 1) {
gotoAndStop (2);
}
} else if ((_currentframe == 2) or ((_currentframe == 3) && (sprite._currentframe == 1))) {
gotoAndStop (1);
}
if (((_currentframe < 7) or (_currentframe == 10)) or (_currentframe == 9)) {
_x = (_x + xThrust);
if (Running) {
_x = (_x + (xThrust / 2));
RunCount = RunCount - 1;
if (RunCount < 1) {
Running = false;
}
}
_y = (_y + yThrust);
xThrust = xThrust - (xThrust / 4);
if ((xThrust < 0.1) && (-0.1 < xThrust)) {
xThrust = 0;
Running = false;
}
} else {
xThrust = xThrust - (xThrust / 4);
yThrust = 0;
}
if (!Key.isDown(Key.LEFT)) {
if (xThrust < 0) {
ReadyToRunL = true;
} else {
ReadyToRunL = false;
}
}
if (!Key.isDown(Key.RIGHT)) {
if (0 < xThrust) {
ReadyToRunR = true;
} else {
ReadyToRunR = false;
}
if (!Key.isDown(Key.LEFT)) {
Running = false;
}
}
}
}
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) && (_currentframe != 9)) {
if (_currentframe == 4) {
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) {
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 < 6)) {
gotoAndStop (4);
}
}
if ((_parent.Stage.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)) && (_currentframe < 9)) {
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)) {
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) or (_currentframe == 15))) {
if (map.hitTest(_root.Up)) {
while (map.hitTest(_root.Up)) {
_parent._y = _parent._y + 1;
}
}
if (map.hitTest(_root.Down)) {
while (map.hitTest(_root.Down) && (0 < _parent._y)) {
_parent._y = _parent._y - 1;
}
}
if (map.hitTest(_root.Left)) {
while (map.hitTest(_root.Left)) {
_parent._x = _parent._x + 1;
_root.BG._x = _root.BG._x + 0.3;
_root.BG2._x = _root.BG2._x + 0.6;
_root.LastMoved = "Left";
}
}
if (map.hitTest(_root.Right)) {
while (map.hitTest(_root.Right)) {
_parent._x = _parent._x - 1;
_root.BG._x = _root.BG._x - 0.3;
_root.BG2._x = _root.BG2._x - 0.6;
_root.LastMoved = "Right";
}
}
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 (50 < _alpha) {
_alpha = 0;
} else {
_alpha = 100;
}
if (75 < Invincible) {
hooves._name = "";
}
GetHurt = false;
Invincible = Invincible - 1;
} else {
_alpha = 100;
}
}
if ((_root.Life < 1) && (_currentframe < 11)) {
yThrust = -20;
gotoAndStop (11);
Invincible = 0;
_alpha = 100;
}
if ((_currentframe == 11) && (!DroppedOut)) {
_alpha = 100;
if (1000 < _y) {
removeMovieClip(this);
_root.Active = false;
}
}
}
onClipEvent (load) {
RightThrust = 1;
LeftThrust = 1;
_root.Active = true;
Invincible = 0;
}
Instance of Symbol 1918 MovieClip "Points" in Symbol 2040 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 1919 MovieClip "Impact" in Symbol 2040 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 2040 MovieClip Frame 2
stop();
tellTarget (_root.music) {
stop();
};
tellTarget (_root.music2) {
play();
};
Instance of Symbol 1921 MovieClip in Symbol 2040 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
}
Instance of Symbol 1922 MovieClip in Symbol 2040 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 1.4);
_yscale = _xscale;
if (800 < _xscale) {
_root.Active = true;
tellTarget (_parent) {
play();
};
}
}
onClipEvent (load) {
_xscale = 1;
_yscale = 1;
}
Instance of Symbol 1923 MovieClip in Symbol 2040 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 1.4);
_yscale = _xscale;
_rotation = (_rotation + 20);
}
onClipEvent (load) {
_xscale = 1;
_yscale = 1;
}
Symbol 2040 MovieClip Frame 3
stop();
Instance of Symbol 1928 MovieClip "Blur" in Symbol 2040 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (-_parent._x);
_y = (-_parent._y);
if (!_root.level.P1.ClockUp) {
_root.Active = false;
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 1939 MovieClip "Echo1" in Symbol 2040 MovieClip Frame 3
onClipEvent (load) {
X10 = _parent.P1._x;
Y10 = _parent.P1._y;
XS10 = _parent.P1._xScale;
CF10 = _parent.P1._currentframe;
CF210 = _parent.P1.sprite._currentframe;
}
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X2;
_y = _parent.Echo1.Y2;
_xscale = _parent.Echo1.XS2;
gotoAndStop(_parent.Echo1.CF2);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF22);
};
Switch = true;
} else {
_x = _parent.Echo1.X1;
_y = _parent.Echo1.Y1;
_xscale = _parent.Echo1.XS1;
gotoAndStop(_parent.Echo1.CF1);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF21);
};
Switch = false;
}
X1 = X2;
Y1 = Y2;
XS1 = XS2;
CF1 = CF2;
CF21 = CF22;
X2 = X3;
Y2 = Y3;
XS2 = XS3;
CF2 = CF3;
CF22 = CF23;
X3 = X4;
Y3 = Y4;
XS3 = XS4;
CF3 = CF4;
CF23 = CF24;
X4 = X5;
Y4 = Y5;
XS4 = XS5;
CF4 = CF5;
CF24 = CF25;
X5 = X6;
Y5 = Y6;
XS5 = XS6;
CF5 = CF6;
CF25 = CF26;
X6 = X7;
Y6 = Y7;
XS6 = XS7;
CF6 = CF7;
CF26 = CF27;
X7 = X8;
Y7 = Y8;
XS7 = XS8;
CF7 = CF8;
CF27 = CF28;
X8 = X9;
Y8 = Y9;
XS8 = XS9;
CF8 = CF9;
CF28 = CF29;
X9 = X10;
Y9 = Y10;
XS9 = XS10;
CF9 = CF10;
CF29 = CF210;
X10 = _parent.P1._x;
Y10 = _parent.P1._y;
XS10 = _parent.P1._xScale;
CF10 = _parent.P1._currentframe;
CF210 = _parent.P1.sprite._currentframe;
}
Instance of Symbol 1940 MovieClip "Echo5" in Symbol 2040 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X4;
_y = _parent.Echo1.Y4;
_xscale = _parent.Echo1.XS4;
gotoAndStop(_parent.Echo1.CF4);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF24);
};
Switch = true;
} else {
_x = _parent.Echo1.X3;
_y = _parent.Echo1.Y3;
_xscale = _parent.Echo1.XS3;
gotoAndStop(_parent.Echo1.CF3);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF23);
};
Switch = false;
}
}
Instance of Symbol 1941 MovieClip "Echo2" in Symbol 2040 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X6;
_y = _parent.Echo1.Y6;
_xscale = _parent.Echo1.XS6;
gotoAndStop(_parent.Echo1.CF6);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF26);
};
Switch = true;
} else {
_x = _parent.Echo1.X5;
_y = _parent.Echo1.Y5;
_xscale = _parent.Echo1.XS5;
gotoAndStop(_parent.Echo1.CF5);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF25);
};
Switch = false;
}
}
Instance of Symbol 1942 MovieClip "Echo3" in Symbol 2040 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X8;
_y = _parent.Echo1.Y8;
_xscale = _parent.Echo1.XS8;
gotoAndStop(_parent.Echo1.CF8);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF28);
};
Switch = true;
} else {
_x = _parent.Echo1.X7;
_y = _parent.Echo1.Y7;
_xscale = _parent.Echo1.XS7;
gotoAndStop(_parent.Echo1.CF7);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF27);
};
Switch = false;
}
}
Instance of Symbol 1943 MovieClip "Echo4" in Symbol 2040 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X10;
_y = _parent.Echo1.Y10;
_xscale = _parent.Echo1.XS10;
gotoAndStop(_parent.Echo1.CF10);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF210);
};
Switch = true;
} else {
_x = _parent.Echo1.X9;
_y = _parent.Echo1.Y9;
_xscale = _parent.Echo1.XS9;
gotoAndStop(_parent.Echo1.CF9);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF29);
};
Switch = false;
}
}
Symbol 2040 MovieClip Frame 4
stop();
tellTarget (_root.music2) {
gotoAndStop (1);
};
Instance of Symbol 1921 MovieClip in Symbol 2040 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
}
Instance of Symbol 1944 MovieClip in Symbol 2040 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 1.2);
_yscale = _xscale;
if (800 < _xscale) {
tellTarget (_parent) {
play();
};
}
}
onClipEvent (load) {
_xscale = 1;
_yscale = 1;
}
Instance of Symbol 1945 MovieClip in Symbol 2040 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 0.9);
_yscale = _xscale;
_rotation = (_rotation - 20);
}
onClipEvent (load) {
_xscale = 800;
_yscale = 800;
}
Symbol 2040 MovieClip Frame 5
stop();
tellTarget (_root.music) {
play();
};
Instance of Symbol 1947 MovieClip in Symbol 2040 MovieClip Frame 5
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_alpha = (_alpha - 10);
if (_alpha < 10) {
_root.Active = true;
tellTarget (_parent) {
play();
};
}
}
Symbol 2046 MovieClip Frame 1
stop();
Instance of Symbol 1640 MovieClip "Stage" in Symbol 2046 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((1900 < (_x + _parent._x)) && (_root.LastMoved == "Left")) && (!hitTest(_root.OnScreen))) {
_x = (_parent.Stage2._x - 2000);
if (_parent.Stage2._currentframe == 1) {
gotoAndStop (22);
} else if (_parent.Stage2._currentframe == 4) {
gotoAndPlay(_totalframes);
} else {
gotoAndPlay(_parent.Stage2._currentframe - 4);
}
} else if ((((_x + _parent._x) < -1000) && (_root.LastMoved == "Right")) && (!hitTest(_root.OnScreen))) {
_x = (_parent.Stage2._x + 2000);
gotoAndPlay(_parent.Stage2._currentframe + 1);
}
_root.StageX1 = _x + _parent._x;
}
onClipEvent (load) {
gotoAndStop (22);
}
Instance of Symbol 1641 MovieClip "Stage2" in Symbol 2046 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((1800 < (_x + _parent._x)) && (_root.LastMoved == "Left")) && (!hitTest(_root.OnScreen))) {
_x = (_parent.Stage._x - 2000);
if (_parent.Stage._currentframe == 1) {
gotoAndStop (19);
} else if (_parent.Stage._currentframe == 4) {
gotoAndPlay(_totalframes);
} else {
gotoAndPlay(_parent.Stage._currentframe - 4);
}
} else if ((((_x + _parent._x) < -1000) && (_root.LastMoved == "Right")) && (!hitTest(_root.OnScreen))) {
_x = (_parent.Stage._x + 2000);
gotoAndPlay(_parent.Stage._currentframe + 1);
}
_root.StageX2 = _x + _parent._x;
}
Instance of Symbol 1677 MovieClip "Brushie" in Symbol 2046 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.PoisonJoke && (0 < _alpha)) {
_alpha = 0;
} else if ((!_root.PoisonJoke) && (_alpha < 100)) {
_alpha = 100;
}
if (_root.Active) {
if ((_currentframe == 1) && (Brush.Brush._currentframe == 1)) {
Attacking = false;
}
if (Key.isDown(88) && (!_root.PoisonJoke)) {
Attacking = true;
xThrust = 0;
yThrust = 0;
if (_x < _parent.P1._x) {
_x = (_x + ((_parent.P1._x - _x) / 2));
} else if (_parent.P1._x < _x) {
_x = (_x + ((_parent.P1._x - _x) / 2));
}
if (_y < _parent.P1._y) {
_y = (_y + ((_parent.P1._y - _y) / 2));
} else if (_parent.P1._y < _y) {
_y = (_y + ((_parent.P1._y - _y) / 2));
}
} else {
if (_x < _parent.P1._x) {
xThrust = xThrust + 1;
} else if (_parent.P1._x < _x) {
xThrust = xThrust - 1;
}
if (_y < _parent.P1._y) {
yThrust = yThrust + 1;
} else if (_parent.P1._y < _y) {
yThrust = yThrust - 1;
}
xThrust = xThrust - (xThrust / 16);
yThrust = yThrust - (yThrust / 16);
}
_x = (_x + xThrust);
_y = (_y + yThrust);
if (_currentframe == 1) {
_xscale = _parent.P1._xScale;
} else {
play();
}
} else {
stop();
}
}
Instance of Symbol 1913 MovieClip "P1" in Symbol 2046 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe != 1) && (_currentframe != 5)) {
_root.Brushie = false;
}
if (((_currentframe == 1) && (_parent.Brushie._currentframe == 1)) && (!_root.PoisonJoke)) {
ScoreCounter = 1;
}
if (hitTest(_root.OnScreen)) {
LastGoodX = _x;
LastGoodY = _y;
} else {
_x = LastGoodX;
_y = LastGoodY;
}
if (0 < _xscale) {
_root.TargetLeft = -200;
_root.TargetRight = 700;
} else {
_root.TargetLeft = 100;
_root.TargetRight = 1000;
}
if ((_root.Active && (_currentframe < 11)) && (CanMove)) {
if (ClockOver) {
if ((!Key.isDown(90)) or (!Key.isDown(88))) {
ClockOver = false;
}
}
if ((((((((Key.isDown(90) or Key.isDown(67)) && (Key.isDown(88))) && (_currentframe == 1)) && (49 < _root.Magic)) && (yThrust < 3)) && (xThrust == 0)) && (!ClockUp)) && (!_root.PoisonJoke)) {
_root.Brushie = true;
gotoAndStop (5);
}
if (((((((Key.isDown(90) or Key.isDown(67)) && (Key.isDown(88))) && (yThrust < 3)) && (xThrust == 0)) && ((!Key.isDown(Key.LEFT)) && (!Key.isDown(Key.RIGHT)))) && (_currentframe == 1)) && (ClockUp)) {
gotoAndStop (5);
ClockOver = true;
ClockUp = false;
}
if ((Key.isDown(90) or Key.isDown(67)) && (_currentframe < 5)) {
if (!Jump) {
if (!Key.isDown(Key.DOWN)) {
yThrust = yThrust - 21;
if (ClockUp) {
yThrust = yThrust - 8;
}
gotoAndStop (4);
} else {
DropDown = true;
}
Jump = true;
}
}
if (Key.isDown(88) && (!_root.PoisonJoke)) {
if (!_root.Brushie) {
if (Running && (20 < _root.Magic)) {
_root.Magic = _root.Magic - 20;
tellTarget (_parent.Brushie) {
play();
};
if (_currentframe == 4) {
gotoAndStop (6);
yThrust = -2;
} else {
gotoAndStop (3);
}
Running = false;
}
} else if (49 < _root.Magic) {
gotoAndStop (5);
}
Kick = true;
} else {
_root.Brushie = false;
Kick = false;
}
if ((!(Key.isDown(90) or Key.isDown(67))) && (_currentframe < 4)) {
Jump = false;
}
if (Key.isDown(Key.LEFT) && (_currentframe < 5)) {
xThrust = xThrust - 2;
if (ClockUp) {
xThrust = xThrust - 2;
}
if (ReadyToRunL && (!Key.isDown(88))) {
Running = true;
RunCount = 10;
ReadyToRunL = false;
}
_xscale = -100;
if (_currentframe == 1) {
gotoAndStop (2);
}
} else if (Key.isDown(Key.RIGHT) && (_currentframe < 5)) {
xThrust = xThrust + 2;
if (ClockUp) {
xThrust = xThrust + 2;
}
if (ReadyToRunR && (!Key.isDown(88))) {
Running = true;
RunCount = 10;
ReadyToRunR = false;
}
_xscale = 100;
if (_currentframe == 1) {
gotoAndStop (2);
}
} else if ((_currentframe == 2) or ((_currentframe == 3) && (sprite._currentframe == 1))) {
gotoAndStop (1);
}
if (((_currentframe < 7) or (_currentframe == 10)) or (_currentframe == 9)) {
_x = (_x + xThrust);
if (Running) {
_x = (_x + (xThrust / 2));
RunCount = RunCount - 1;
if (RunCount < 1) {
Running = false;
}
}
_y = (_y + yThrust);
xThrust = xThrust - (xThrust / 4);
if ((xThrust < 0.1) && (-0.1 < xThrust)) {
xThrust = 0;
Running = false;
}
} else {
xThrust = xThrust - (xThrust / 4);
yThrust = 0;
}
if (!Key.isDown(Key.LEFT)) {
if (xThrust < 0) {
ReadyToRunL = true;
} else {
ReadyToRunL = false;
}
}
if (!Key.isDown(Key.RIGHT)) {
if (0 < xThrust) {
ReadyToRunR = true;
} else {
ReadyToRunR = false;
}
if (!Key.isDown(Key.LEFT)) {
Running = false;
}
}
}
}
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) && (_currentframe != 9)) {
if (_currentframe == 4) {
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) {
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 < 6)) {
gotoAndStop (4);
}
}
if ((_parent.Stage.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)) && (_currentframe < 9)) {
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)) {
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) or (_currentframe == 15))) {
if (map.hitTest(_root.Up)) {
while (map.hitTest(_root.Up)) {
_parent._y = _parent._y + 1;
}
}
if (map.hitTest(_root.Down)) {
while (map.hitTest(_root.Down) && (0 < _parent._y)) {
_parent._y = _parent._y - 1;
}
}
if (map.hitTest(_root.Left)) {
while (map.hitTest(_root.Left)) {
_parent._x = _parent._x + 1;
_root.BG._x = _root.BG._x + 0.3;
_root.BG2._x = _root.BG2._x + 0.6;
_root.LastMoved = "Left";
}
}
if (map.hitTest(_root.Right)) {
while (map.hitTest(_root.Right)) {
_parent._x = _parent._x - 1;
_root.BG._x = _root.BG._x - 0.3;
_root.BG2._x = _root.BG2._x - 0.6;
_root.LastMoved = "Right";
}
}
if (GetHurt) {
if ((_currentframe < 6) && (Invincible < 1)) {
_root.DamageCounter = _root.DamageCounter + 1;
gotoAndStop (10);
xThrust = (-20 * _xscale) / 100;
yThrust = -15;
}
GetHurt = false;
}
if (_currentframe == 10) {
yThrust = yThrust + 2;
}
if (0 < Invincible) {
if (50 < _alpha) {
_alpha = 0;
} else {
_alpha = 100;
}
if (75 < Invincible) {
hooves._name = "";
}
GetHurt = false;
Invincible = Invincible - 1;
} else {
_alpha = 100;
}
}
if ((_root.Life < 1) && (_currentframe < 11)) {
yThrust = -20;
gotoAndStop (11);
Invincible = 0;
_alpha = 100;
}
if ((_currentframe == 11) && (!DroppedOut)) {
_alpha = 100;
if (1000 < _y) {
removeMovieClip(this);
_root.Active = false;
}
}
}
onClipEvent (load) {
RightThrust = 1;
LeftThrust = 1;
_root.Active = false;
Invincible = 0;
gotoAndStop (15);
}
onClipEvent (enterFrame) {
if ((_root.PauseButton._alpha == 100) && (!_root.Active)) {
if (Key.isDown(Key.SHIFT) && (Key.isDown(Key.DOWN))) {
_root.Debug = true;
}
if (Key.isDown(Key.SHIFT) && (Key.isDown(Key.UP))) {
_root.Debug = false;
}
if (_root.Debug) {
if (Key.isDown(Key.UP)) {
_y = (_y - 50);
} else if (Key.isDown(Key.DOWN)) {
_y = (_y + 50);
}
if (Key.isDown(Key.LEFT)) {
_x = (_x - 50);
} else if (Key.isDown(Key.RIGHT)) {
_x = (_x + 50);
}
}
}
if (_root.Debug && (!_root.Active)) {
if (map.hitTest(_root.Up)) {
while (map.hitTest(_root.Up)) {
_parent._y = _parent._y + 1;
}
}
if (map.hitTest(_root.Down)) {
while (map.hitTest(_root.Down) && (0 < _parent._y)) {
_parent._y = _parent._y - 1;
}
}
if (map.hitTest(_root.Left)) {
while (map.hitTest(_root.Left)) {
_parent._x = _parent._x + 1;
_root.BG._x = _root.BG._x + 0.3;
_root.BG2._x = _root.BG2._x + 0.6;
_root.LastMoved = "Left";
}
}
if (map.hitTest(_root.Right)) {
while (map.hitTest(_root.Right)) {
_parent._x = _parent._x - 1;
_root.BG._x = _root.BG._x - 0.3;
_root.BG2._x = _root.BG2._x - 0.6;
_root.LastMoved = "Right";
}
}
}
}
Instance of Symbol 1915 MovieClip in Symbol 2046 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root._currentframe == 60) or _root.Debug) {
_alpha = 0;
} else if (hitTest(_root.OnScreen) && (_root.Level._y < 800)) {
_root.Down._y = 500;
_root.Down._name = "NotDown";
} else {
_root.NotDown._name = "Down";
}
}
Instance of Symbol 1918 MovieClip "Points" in Symbol 2046 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 1919 MovieClip "Impact" in Symbol 2046 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 2046 MovieClip Frame 2
stop();
tellTarget (_root.music) {
stop();
};
tellTarget (_root.music2) {
play();
};
Instance of Symbol 1921 MovieClip in Symbol 2046 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
}
Instance of Symbol 1922 MovieClip in Symbol 2046 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 1.4);
_yscale = _xscale;
if (800 < _xscale) {
_root.Active = true;
tellTarget (_parent) {
play();
};
}
}
onClipEvent (load) {
_xscale = 1;
_yscale = 1;
}
Instance of Symbol 1923 MovieClip in Symbol 2046 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 1.4);
_yscale = _xscale;
_rotation = (_rotation + 20);
}
onClipEvent (load) {
_xscale = 1;
_yscale = 1;
}
Symbol 2046 MovieClip Frame 3
stop();
Instance of Symbol 1928 MovieClip "Blur" in Symbol 2046 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (-_parent._x);
_y = (-_parent._y);
if (!_root.level.P1.ClockUp) {
_root.Active = false;
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 1939 MovieClip "Echo1" in Symbol 2046 MovieClip Frame 3
onClipEvent (load) {
X10 = _parent.P1._x;
Y10 = _parent.P1._y;
XS10 = _parent.P1._xScale;
CF10 = _parent.P1._currentframe;
CF210 = _parent.P1.sprite._currentframe;
}
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X2;
_y = _parent.Echo1.Y2;
_xscale = _parent.Echo1.XS2;
gotoAndStop(_parent.Echo1.CF2);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF22);
};
Switch = true;
} else {
_x = _parent.Echo1.X1;
_y = _parent.Echo1.Y1;
_xscale = _parent.Echo1.XS1;
gotoAndStop(_parent.Echo1.CF1);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF21);
};
Switch = false;
}
X1 = X2;
Y1 = Y2;
XS1 = XS2;
CF1 = CF2;
CF21 = CF22;
X2 = X3;
Y2 = Y3;
XS2 = XS3;
CF2 = CF3;
CF22 = CF23;
X3 = X4;
Y3 = Y4;
XS3 = XS4;
CF3 = CF4;
CF23 = CF24;
X4 = X5;
Y4 = Y5;
XS4 = XS5;
CF4 = CF5;
CF24 = CF25;
X5 = X6;
Y5 = Y6;
XS5 = XS6;
CF5 = CF6;
CF25 = CF26;
X6 = X7;
Y6 = Y7;
XS6 = XS7;
CF6 = CF7;
CF26 = CF27;
X7 = X8;
Y7 = Y8;
XS7 = XS8;
CF7 = CF8;
CF27 = CF28;
X8 = X9;
Y8 = Y9;
XS8 = XS9;
CF8 = CF9;
CF28 = CF29;
X9 = X10;
Y9 = Y10;
XS9 = XS10;
CF9 = CF10;
CF29 = CF210;
X10 = _parent.P1._x;
Y10 = _parent.P1._y;
XS10 = _parent.P1._xScale;
CF10 = _parent.P1._currentframe;
CF210 = _parent.P1.sprite._currentframe;
}
Instance of Symbol 1940 MovieClip "Echo5" in Symbol 2046 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X4;
_y = _parent.Echo1.Y4;
_xscale = _parent.Echo1.XS4;
gotoAndStop(_parent.Echo1.CF4);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF24);
};
Switch = true;
} else {
_x = _parent.Echo1.X3;
_y = _parent.Echo1.Y3;
_xscale = _parent.Echo1.XS3;
gotoAndStop(_parent.Echo1.CF3);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF23);
};
Switch = false;
}
}
Instance of Symbol 1941 MovieClip "Echo2" in Symbol 2046 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X6;
_y = _parent.Echo1.Y6;
_xscale = _parent.Echo1.XS6;
gotoAndStop(_parent.Echo1.CF6);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF26);
};
Switch = true;
} else {
_x = _parent.Echo1.X5;
_y = _parent.Echo1.Y5;
_xscale = _parent.Echo1.XS5;
gotoAndStop(_parent.Echo1.CF5);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF25);
};
Switch = false;
}
}
Instance of Symbol 1942 MovieClip "Echo3" in Symbol 2046 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X8;
_y = _parent.Echo1.Y8;
_xscale = _parent.Echo1.XS8;
gotoAndStop(_parent.Echo1.CF8);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF28);
};
Switch = true;
} else {
_x = _parent.Echo1.X7;
_y = _parent.Echo1.Y7;
_xscale = _parent.Echo1.XS7;
gotoAndStop(_parent.Echo1.CF7);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF27);
};
Switch = false;
}
}
Instance of Symbol 1943 MovieClip "Echo4" in Symbol 2046 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Switch) {
_x = _parent.Echo1.X10;
_y = _parent.Echo1.Y10;
_xscale = _parent.Echo1.XS10;
gotoAndStop(_parent.Echo1.CF10);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF210);
};
Switch = true;
} else {
_x = _parent.Echo1.X9;
_y = _parent.Echo1.Y9;
_xscale = _parent.Echo1.XS9;
gotoAndStop(_parent.Echo1.CF9);
tellTarget (sprite) {
gotoAndStop(_parent._parent.Echo1.CF29);
};
Switch = false;
}
}
Symbol 2046 MovieClip Frame 4
stop();
tellTarget (_root.music2) {
gotoAndStop (1);
};
Instance of Symbol 1921 MovieClip in Symbol 2046 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
}
Instance of Symbol 1944 MovieClip in Symbol 2046 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 1.2);
_yscale = _xscale;
if (800 < _xscale) {
tellTarget (_parent) {
play();
};
}
}
onClipEvent (load) {
_xscale = 1;
_yscale = 1;
}
Instance of Symbol 1945 MovieClip in Symbol 2046 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_xscale = (_xscale * 0.9);
_yscale = _xscale;
_rotation = (_rotation - 20);
}
onClipEvent (load) {
_xscale = 800;
_yscale = 800;
}
Symbol 2046 MovieClip Frame 5
stop();
tellTarget (_root.music) {
play();
};
Instance of Symbol 1947 MovieClip in Symbol 2046 MovieClip Frame 5
onClipEvent (enterFrame) {
_x = (400 - _parent._x);
_y = (240 - _parent._y);
_alpha = (_alpha - 10);
if (_alpha < 10) {
_root.Active = true;
tellTarget (_parent) {
play();
};
}
}
Symbol 2049 MovieClip Frame 1
stop();
Symbol 2052 MovieClip Frame 1
stop();
Symbol 2058 MovieClip Frame 1
stop();
Symbol 2058 MovieClip Frame 2
_root.Active = false;
Symbol 2058 MovieClip Frame 5
_root.Active = true;
Symbol 2058 MovieClip Frame 7
_root.Active = false;
Symbol 2058 MovieClip Frame 10
_root.Active = true;
Symbol 2058 MovieClip Frame 12
_root.Active = false;
Symbol 2058 MovieClip Frame 15
_root.Active = true;
Symbol 2058 MovieClip Frame 17
_root.Active = false;
Symbol 2058 MovieClip Frame 20
_root.Active = true;
Symbol 2058 MovieClip Frame 22
_root.Active = false;
Symbol 2058 MovieClip Frame 25
_root.Active = true;
Symbol 2058 MovieClip Frame 27
_root.Active = false;
Symbol 2058 MovieClip Frame 30
_root.Active = true;
Symbol 2058 MovieClip Frame 32
_root.Active = false;
Symbol 2058 MovieClip Frame 35
_root.Active = true;
Symbol 2058 MovieClip Frame 37
_root.Active = false;
Symbol 2058 MovieClip Frame 40
_root.Active = true;
Symbol 2058 MovieClip Frame 43
stop();
Instance of Symbol 2057 MovieClip in Symbol 2058 MovieClip Frame 43
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_alpha < 100) {
_alpha = (_alpha + 3);
}
}
Symbol 2061 MovieClip Frame 1
stop();
Symbol 2061 MovieClip Frame 100
stop();
Instance of Symbol 7 MovieClip in Symbol 2063 MovieClip Frame 1
onClipEvent (enterFrame) {
if (20 < _alpha) {
xThrust = -0.25;
} else if (_alpha < 10) {
xThrust = 0.25;
}
_alpha = (_alpha + xThrust);
}
onClipEvent (load) {
xThrust = 0.25;
}
Symbol 2063 MovieClip Frame 100
stop();
Symbol 2064 MovieClip Frame 1
stop();
Instance of Symbol 2063 MovieClip in Symbol 2064 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
GoToTarget = int((((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + ((_root.buffer.getBytesLoaded() / _root.buffer.getBytesTotal()) * 100)) / 2);
Percent = String(goToTarget) + "%";
gotoAndStop(GoToTarget);
}
Symbol 2064 MovieClip Frame 2
stop();
Symbol 2065 MovieClip Frame 1
stop();
Symbol 2089 Button
on (release) {
tellTarget (_root) {
gotoAndPlay (350);
};
play();
}
Symbol 2090 Button
on (release) {
tellTarget (_root) {
play();
};
gotoAndStop (1);
}
Symbol 2094 MovieClip Frame 1
stop();
Symbol 2094 MovieClip Frame 2
stop();
Symbol 2094 MovieClip Frame 4
loadMovie ("music-ending.swf", _root.music);
stop();
Symbol 2096 MovieClip Frame 1
stop();
Instance of Symbol 2096 MovieClip in Symbol 2097 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((((hitTest(_root.level.P1.box) && (_root.Active)) && (!_root.level.P1.ClockUp)) && (25 < _parent._parent._currentframe)) && (_parent._parent._currentframe < 30)) {
_root.level.P1.GetHurt = true;
}
}
Instance of Symbol 2096 MovieClip in Symbol 2098 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((((hitTest(_root.level.P1.box) && (_root.Active)) && (!_root.level.P1.ClockUp)) && (25 < _parent._parent._currentframe)) && (_parent._parent._currentframe < 30)) {
_root.level.P1.GetHurt = true;
}
}
Symbol 2099 MovieClip Frame 1
stop();
Instance of Symbol 2097 MovieClip in Symbol 2099 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_currentframe == 1) {
if ((random(80) == 1) && (2 < _root._currentframe)) {
tellTarget (_parent) {
_name = "Smash";
play();
};
}
}
}
Instance of Symbol 2098 MovieClip in Symbol 2099 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_currentframe == 1) {
if (random(80) == 1) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 2099 MovieClip Frame 40
_name = "";
Symbol 2103 MovieClip Frame 1
stop();
Instance of Symbol 687 MovieClip in Symbol 2145 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Zecora")) {
play();
}
}
Symbol 2145 MovieClip Frame 380
stop();
Symbol 2165 MovieClip Frame 1
stop();
Instance of Symbol 1652 MovieClip "Brush2" in Symbol 2165 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop (1);
}
Instance of Symbol 1658 MovieClip "Brush" in Symbol 2165 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop (1);
}
Instance of Symbol 1665 MovieClip in Symbol 2165 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.Active) {
_rotation = (_rotation + RSpeed);
RSpeed = RSpeed + 2;
if (16 < RSpeed) {
gotoAndStop (2);
}
_x = (_x + xThrust);
if (20 < _parent._currentframe) {
xThrust = xThrust - 4;
} else {
xThrust = xThrust + 2;
}
}
}
onClipEvent (load) {
RSpeed = 4;
xThrust = -4;
}
Symbol 2165 MovieClip Frame 43
xThrust = -(_xscale / 6);
Symbol 2171 MovieClip Frame 360
stop();
Instance of Symbol 2175 MovieClip in Symbol 2190 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.P1.ClockUp or (!_root.Active)) {
tellTarget (_parent) {
stop();
};
} else {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 2175 MovieClip in Symbol 2192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.P1.ClockUp or (!_root.Active)) {
tellTarget (_parent) {
stop();
};
} else {
tellTarget (_parent) {
play();
};
}
}
Symbol 2198 MovieClip Frame 360
stop();
Symbol 2213 MovieClip Frame 580
stop();
Instance of Symbol 2212 MovieClip in Symbol 2213 MovieClip Frame 580
onClipEvent (load) {
if (_root.Ending == 5) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Symbol 2214 MovieClip Frame 1
stop();
Symbol 2224 MovieClip Frame 1
stop();
Symbol 2243 MovieClip Frame 1
stop();
Symbol 2243 MovieClip Frame 8
stop();
Symbol 2252 MovieClip Frame 1
stop();
Instance of Symbol 2252 MovieClip in Symbol 2270 MovieClip Frame 1
onClipEvent (enterFrame) {
if (1 < _parent._parent.Mouth._currentframe) {
play();
}
}
Symbol 2273 Button
on (release, keyPress "x") {
_alpha = 0;
}
Symbol 2275 MovieClip Frame 1
stop();
Symbol 2275 MovieClip Frame 2
TextBox = TargetText;
stop();
Symbol 2280 MovieClip Frame 1
stop();
TextSpeed = 1;
TargetText = "Oh! A dentist's office? That's great!\rPonyville really needed one of these!";
Speaker = "Minuette";
Instance of Symbol 2224 MovieClip in Symbol 2280 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Minuette")) {
play();
}
}
Symbol 2280 MovieClip Frame 3
stop();
TextSpeed = 1;
TargetText = "Ooh, I wonder if they need a receptionist?";
Speaker = "Minuette";
Instance of Symbol 709 MovieClip in Symbol 2280 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 2280 MovieClip Frame 10
stop();
TextSpeed = 1;
TargetText = "Oh, hey! You're Minuette, aren't you?<B></B>\rI liked your resume!<B></B> Can you start tomorrow?";
Speaker = "Colgate";
Instance of Symbol 2243 MovieClip in Symbol 2280 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Minuette")) {
play();
}
}
Symbol 2280 MovieClip Frame 12
stop();
TextSpeed = 1;
TargetText = "But... but I didn't send you my resume yet!";
Speaker = "Minuette";
Instance of Symbol 2270 MovieClip in Symbol 2280 MovieClip Frame 13
onClipEvent (enterFrame) {
_x = (_x - 5.5);
_y = (_y + yThrust);
if (StartY < _y) {
yThrust = yThrust - 1;
} else {
yThrust = yThrust + 1;
}
}
onClipEvent (load) {
yThrust = -4;
StartY = _y;
}
Symbol 2280 MovieClip Frame 14
TextSpeed = 1;
TargetText = "Be sure to mail it tomorrow anyway, <B></B>or you'll\rcause a paradox that might destroy the universe~!";
Speaker = "Derpy";
Instance of Symbol 2275 MovieClip in Symbol 2280 MovieClip Frame 14
onClipEvent (load) {
TargetText = _parent.TargetText;
Counter = 1;
TextBox = "";
TextSpeed = _root.TextSpeed;
if (TextSpeed < 1) {
TextSpeed = 1;
}
}
onClipEvent (enterFrame) {
if ((length(TextBox) < length(TargetText)) && (_currentframe == 1)) {
TextBox = TextBox + (substring(TargetText, Counter, TextSpeed));
Counter = Counter + TextSpeed;
tellTarget (_parent.Mouth) {
play();
};
} else {
tellTarget (_parent.Mouth) {
gotoAndStop (1);
};
}
}
Instance of Symbol 702 MovieClip in Symbol 2280 MovieClip Frame 121
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 2280 MovieClip Frame 255
stop();
Instance of Symbol 2277 MovieClip in Symbol 2280 MovieClip Frame 255
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 1);
if (_alpha >= 100) {
Counter = Counter + 1;
if (5 < Counter) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 2280 MovieClip Frame 256
stop();
TextSpeed = 1;
TargetText = "";
Speaker = "";
Symbol 2280 MovieClip Frame 257
tellTarget (_root) {
play();
};
Symbol 2291 MovieClip Frame 1
stop();
Instance of Symbol 2289 MovieClip in Symbol 2291 MovieClip Frame 1
onClipEvent (enterFrame) {
if (110 < _parent._parent._currentframe) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Symbol 2300 MovieClip Frame 1
stop();
Instance of Symbol 2291 MovieClip in Symbol 2302 MovieClip Frame 1
onClipEvent (load) {
if (!_root.DidMinty) {
_alpha = 0;
}
}
Instance of Symbol 2300 MovieClip "Mouth" in Symbol 2302 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent._parent._parent.Mouth._currentframe) && (_parent._parent._parent.Speaker == "Colgate")) {
gotoAndPlay(random(7) + 1);
}
}
Symbol 2307 MovieClip Frame 1
stop();
Symbol 2319 MovieClip Frame 1
stop();
Symbol 2385 MovieClip Frame 199
stop();
Instance of Symbol 2291 MovieClip in Symbol 2385 MovieClip Frame 201
onClipEvent (load) {
if (!_root.DidMinty) {
_alpha = 0;
}
}
Instance of Symbol 2307 MovieClip "Mouth" in Symbol 2385 MovieClip Frame 201
onClipEvent (enterFrame) {
if (1 < _parent._parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
}
Symbol 2385 MovieClip Frame 204
stop();
Instance of Symbol 2319 MovieClip "Mouth" in Symbol 2385 MovieClip Frame 204
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Colgate")) {
gotoAndPlay(random(7) + 1);
}
}
Instance of Symbol 2307 MovieClip "Mouth" in Symbol 2385 MovieClip Frame 205
onClipEvent (enterFrame) {
if (1 < _parent._parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
}
Instance of Symbol 2307 MovieClip "Mouth" in Symbol 2385 MovieClip Frame 207
onClipEvent (enterFrame) {
if (1 < _parent._parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
}
Instance of Symbol 2307 MovieClip "Mouth" in Symbol 2385 MovieClip Frame 208
onClipEvent (enterFrame) {
if (1 < _parent._parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
}
Symbol 2385 MovieClip Frame 209
stop();
Instance of Symbol 2333 MovieClip in Symbol 2385 MovieClip Frame 209
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_alpha < 50) {
_alpha = (_alpha + 2);
}
}
Instance of Symbol 2319 MovieClip "Mouth" in Symbol 2385 MovieClip Frame 209
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Colgate")) {
gotoAndPlay(random(7) + 1);
}
}
Instance of Symbol 2307 MovieClip "Mouth" in Symbol 2385 MovieClip Frame 210
onClipEvent (enterFrame) {
if (1 < _parent._parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
}
Symbol 2385 MovieClip Frame 214
stop();
Symbol 2385 MovieClip Frame 215
stop();
Instance of Symbol 2319 MovieClip "Mouth" in Symbol 2385 MovieClip Frame 215
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Colgate")) {
gotoAndPlay(random(7) + 1);
}
}
Symbol 2385 MovieClip Frame 221
stop();
Symbol 2388 MovieClip Frame 1
stop();
TextSpeed = 1;
TargetText = "- \"Wow, a dentist?\"<BR>- \"Ponyville really needed one of these!\"";
Speaker = "OtherPonies";
Symbol 2388 MovieClip Frame 3
stop();
TextSpeed = 1;
TargetText = "- \"I can finally get my teeth looked at!\"<BR>- \"With Sugarcube Corner, we NEED a dentist here!\"";
Speaker = "OtherPonies";
Symbol 2388 MovieClip Frame 4
stop();
Instance of Symbol 2386 MovieClip in Symbol 2388 MovieClip Frame 4
onClipEvent (enterFrame) {
if (190 < _parent.Ponies._currentframe) {
tellTarget (_parent) {
play();
};
}
}
Symbol 2388 MovieClip Frame 5
stop();
TextSpeed = 1;
TargetText = "It's ... beautiful!";
Speaker = "Colgate";
Symbol 2388 MovieClip Frame 6
tellTarget (Ponies) {
gotoAndPlay (200);
};
Symbol 2388 MovieClip Frame 7
stop();
TextSpeed = 1;
TargetText = "It feels like all my hopes and dreams<BR>are coming true...";
Speaker = "Colgate";
Symbol 2388 MovieClip Frame 8
tellTarget (Ponies) {
gotoAndPlay (205);
};
Symbol 2388 MovieClip Frame 9
stop();
TextSpeed = 1;
TargetText = "...and it's all thanks to you!<B></B>\rThank you SO much!";
Speaker = "Colgate";
Symbol 2388 MovieClip Frame 10
tellTarget (Ponies) {
gotoAndPlay (210);
};
Symbol 2388 MovieClip Frame 11
stop();
TextSpeed = 1;
TargetText = "HEY! What do you think you're doing?! Only I get to\rtalk to the audience!";
Speaker = "Pinkie";
Symbol 2388 MovieClip Frame 12
tellTarget (Ponies) {
gotoAndStop (215);
};
Symbol 2388 MovieClip Frame 13
stop();
TextSpeed = 1;
TargetText = "Sorry, Pinkie!<BR>I'm all done now!";
Speaker = "Colgate";
Symbol 2388 MovieClip Frame 14
tellTarget (Ponies) {
play();
};
Symbol 2388 MovieClip Frame 15
stop();
TextSpeed = 1;
TargetText = "Oh!<B></B> Okie dokie lokie!";
Speaker = "Pinkie";
Symbol 2388 MovieClip Frame 16
stop();
Instance of Symbol 2277 MovieClip in Symbol 2388 MovieClip Frame 16
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 1);
if (_alpha >= 100) {
Counter = Counter + 1;
if (5 < Counter) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 2388 MovieClip Frame 17
stop();
stop();
TextSpeed = 1;
TargetText = "";
Speaker = "";
Symbol 2388 MovieClip Frame 18
tellTarget (_root) {
play();
};
Symbol 2394 Button
on (release, keyPress "x") {
play();
}
Instance of Symbol 1039 MovieClip in Symbol 2395 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Instance of Symbol 859 MovieClip "Derpy" in Symbol 2395 MovieClip Frame 1
onClipEvent (load) {
StartY = _y;
_y = (_y + 5);
}
onClipEvent (enterFrame) {
if (StartY < _y) {
yThrust = yThrust - 0.2;
} else {
yThrust = yThrust + 0.2;
}
_y = (_y + yThrust);
}
Symbol 2395 MovieClip Frame 3
stop();
TargetText = "So, she did it after all. She made it through her ordeal\rin the Cave of Wisdom...";
Speaker = "Dr";
Symbol 2395 MovieClip Frame 5
stop();
TargetText = "You KNEW, didn't you, Derpy? You knew that giving\rher that glimpse of her future would inspire her.";
Speaker = "Dr";
Symbol 2395 MovieClip Frame 7
stop();
TargetText = "Did you seriously risk destroying the universe, just to\rencourage one pony to chase her dream?";
Speaker = "Dr";
Symbol 2395 MovieClip Frame 9
stop();
TargetText = "Yup!<B></B> I sure did!";
Speaker = "Derpy";
Symbol 2395 MovieClip Frame 11
stop();
TargetText = "You're a silly pony, Derpy.";
Speaker = "Dr";
Symbol 2395 MovieClip Frame 12
tellTarget ("Derpy") {
play();
};
Symbol 2395 MovieClip Frame 13
stop();
TargetText = "Yes I am!";
Speaker = "Derpy";
Symbol 2395 MovieClip Frame 39
stop();
Instance of Symbol 2277 MovieClip in Symbol 2395 MovieClip Frame 39
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 1);
if (_alpha >= 100) {
Counter = Counter + 1;
if (5 < Counter) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 2395 MovieClip Frame 40
stop();
Symbol 2395 MovieClip Frame 41
tellTarget (_root) {
play();
};
Instance of Symbol 2291 MovieClip in Symbol 2414 MovieClip Frame 1
onClipEvent (load) {
if (!_root.DidMinty) {
_alpha = 0;
}
}
Instance of Symbol 709 MovieClip in Symbol 2414 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 1039 MovieClip in Symbol 2414 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Instance of Symbol 2291 MovieClip in Symbol 2415 MovieClip Frame 1
onClipEvent (load) {
if (!_root.DidMinty) {
_alpha = 0;
}
}
Instance of Symbol 709 MovieClip in Symbol 2415 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 1039 MovieClip in Symbol 2415 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 2417 MovieClip Frame 199
stop();
Instance of Symbol 2291 MovieClip in Symbol 2417 MovieClip Frame 201
onClipEvent (load) {
if (!_root.DidMinty) {
_alpha = 0;
}
}
Instance of Symbol 2307 MovieClip "Mouth" in Symbol 2417 MovieClip Frame 201
onClipEvent (enterFrame) {
if (1 < _parent._parent._parent.Mouth._currentframe) {
gotoAndPlay(random(7) + 1);
}
}
Instance of Symbol 2319 MovieClip "Mouth" in Symbol 2417 MovieClip Frame 204
onClipEvent (enterFrame) {
if ((1 < _parent._parent.Mouth._currentframe) && (_parent._parent.Speaker == "Colgate")) {
gotoAndPlay(random(7) + 1);
}
}
Instance of Symbol 702 MovieClip in Symbol 2417 MovieClip Frame 205
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 2417 MovieClip Frame 216
stop();
Instance of Symbol 2291 MovieClip in Symbol 2417 MovieClip Frame 216
onClipEvent (load) {
if (!_root.DidMinty) {
_alpha = 0;
}
}
Instance of Symbol 709 MovieClip in Symbol 2417 MovieClip Frame 216
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 1039 MovieClip in Symbol 2417 MovieClip Frame 216
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Instance of Symbol 2425 MovieClip in Symbol 2426 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x + (random(10) - 5));
_y = (_y - (random(5) + 5));
_rotation = (_rotation + RSpeed);
_xscale = (_xscale + ScaleSpeed);
_yscale = _xscale;
}
onClipEvent (load) {
RSpeed = random(20) - 10;
ScaleSpeed = random(6) - 3;
}
Symbol 2427 MovieClip Frame 10
stop();
Symbol 2438 MovieClip Frame 1
stop();
TextSpeed = 1;
TargetText = "- \"Dentist? Scary...\"<BR>- \"Hooray! Finally my teeth can stop hurting!\"";
Speaker = "OtherPonies";
Symbol 2438 MovieClip Frame 3
stop();
TextSpeed = 1;
TargetText = "- \"Is it true she brushed the teeth of an Ursa Major?\"<BR>- \"Oh, don't believe everything you hear!\"";
Speaker = "OtherPonies";
Symbol 2438 MovieClip Frame 4
stop();
Instance of Symbol 2386 MovieClip in Symbol 2438 MovieClip Frame 4
onClipEvent (enterFrame) {
if (190 < _parent.Ponies._currentframe) {
tellTarget (_parent) {
play();
};
}
}
Symbol 2438 MovieClip Frame 5
stop();
TextSpeed = 1;
TargetText = "It's ... beautiful!";
Speaker = "Colgate";
Symbol 2438 MovieClip Frame 6
tellTarget (Ponies) {
gotoAndStop (200);
};
Symbol 2438 MovieClip Frame 7
stop();
TextSpeed = 1;
TargetText = "Congratulations!\rI knew you'd be able to do it!";
Speaker = "Dr";
Symbol 2438 MovieClip Frame 8
stop();
tellTarget (Ponies) {
play();
};
Instance of Symbol 2418 MovieClip in Symbol 2438 MovieClip Frame 8
onClipEvent (enterFrame) {
if (215 < _parent.Ponies._currentframe) {
tellTarget (_parent) {
play();
};
}
}
Symbol 2438 MovieClip Frame 9
stop();
TextSpeed = 1;
TargetText = "Ah, hello, Doctor!";
Speaker = "Colgate";
Instance of Symbol 2291 MovieClip in Symbol 2438 MovieClip Frame 9
onClipEvent (load) {
if (!_root.DidMinty) {
_alpha = 0;
}
}
Instance of Symbol 709 MovieClip in Symbol 2438 MovieClip Frame 9
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 1039 MovieClip in Symbol 2438 MovieClip Frame 9
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 2438 MovieClip Frame 11
stop();
TextSpeed = 1;
TargetText = "Hello to you, too, <B></B>Doctor!";
Speaker = "Dr";
Symbol 2438 MovieClip Frame 13
stop();
TextSpeed = 1;
TargetText = "Haha, <B></B>oh wow, that's right!\r<B></B><B></B>That's going to take some getting used to!";
Speaker = "Romana";
Instance of Symbol 724 MovieClip in Symbol 2438 MovieClip Frame 13
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Symbol 2438 MovieClip Frame 15
stop();
TextSpeed = 1;
TargetText = "But seriously, congratulations on making it through\ryour little adventure alive.";
Speaker = "Dr";
Instance of Symbol 709 MovieClip in Symbol 2438 MovieClip Frame 15
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 2438 MovieClip Frame 17
stop();
TextSpeed = 1;
TargetText = "It wasn't a fixed point in time, so even I wasn't sure\ryou would survive... <B></B>but I'm glad you did!";
Speaker = "Dr";
Symbol 2438 MovieClip Frame 19
stop();
TextSpeed = 1;
TargetText = "Thanks, <B></B>so am I!";
Speaker = "Colgate";
Symbol 2438 MovieClip Frame 21
stop();
TextSpeed = 1;
TargetText = "Oh yeah, come to think of it... did you ever find out\rwhat happened to Derpy?";
Speaker = "Colgate";
Instance of Symbol 1030 MovieClip in Symbol 2438 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 2438 MovieClip Frame 23
stop();
TextSpeed = 1;
TargetText = "No... I've looked all over time and space for her, and\rhaven't found the slightest trace.";
Speaker = "Dr";
Instance of Symbol 1039 MovieClip in Symbol 2438 MovieClip Frame 24
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 2438 MovieClip Frame 25
stop();
TextSpeed = 1;
TargetText = "But somehow, I'm not too worried.";
Speaker = "Dr";
Symbol 2438 MovieClip Frame 27
stop();
TextSpeed = 1;
TargetText = "I have a funny feeling she's just going to pop up when\rwe least expect her.";
Speaker = "Dr";
Symbol 2438 MovieClip Frame 29
stop();
TextSpeed = 1;
TargetText = "LOOK OUT BELOW!!!";
Speaker = "Derpy";
Instance of Symbol 702 MovieClip in Symbol 2438 MovieClip Frame 29
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Instance of Symbol 1030 MovieClip in Symbol 2438 MovieClip Frame 29
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 2438 MovieClip Frame 31
stop();
tellTarget (_root.music) {
stop();
};
Instance of Symbol 2422 MovieClip in Symbol 2438 MovieClip Frame 31
onClipEvent (enterFrame) {
Counter = Counter + 1;
_root.Shake = true;
if (30 < Counter) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 176 MovieClip in Symbol 2438 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.Shake) {
play();
_root.Shake = false;
}
if (1 < _currentframe) {
_root._y = _root._y * 2;
} else {
_root._y = 0;
}
}
Symbol 2438 MovieClip Frame 32
stop();
loadMovie ("music-comedy.swf", _root.music);
tellTarget (_root.music) {
play();
};
Instance of Symbol 2427 MovieClip in Symbol 2438 MovieClip Frame 32
onClipEvent (enterFrame) {
_y = (_y - 2);
if (_parent._currentframe == 33) {
_alpha = (_alpha - 1);
}
}
onClipEvent (load) {
_alpha = 100;
}
Instance of Symbol 2428 MovieClip in Symbol 2438 MovieClip Frame 32
onClipEvent (enterFrame) {
Counter = Counter + 1;
_root.Shake = true;
if (60 < Counter) {
tellTarget (_parent) {
play();
};
}
}
Symbol 2438 MovieClip Frame 33
stop();
TextSpeed = 1;
TargetText = "Sorry! My bad!";
Speaker = "Derpy";
Instance of Symbol 1039 MovieClip in Symbol 2438 MovieClip Frame 34
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Dr")) {
play();
}
}
Symbol 2438 MovieClip Frame 37
stop();
TextSpeed = 1;
TargetText = "Nooo... my brand new dental office... ~sob~";
Speaker = "Colgate";
Instance of Symbol 702 MovieClip in Symbol 2438 MovieClip Frame 38
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Colgate")) {
play();
}
}
Symbol 2438 MovieClip Frame 39
stop();
TextSpeed = 1;
TargetText = "But, no, no... that's not what's important now.\r<B></B>Derpy, are you okay?";
Speaker = "Colgate";
Symbol 2438 MovieClip Frame 41
stop();
TextSpeed = 1;
TargetText = "Oww! I think I chipped my tooth!";
Speaker = "Derpy";
Instance of Symbol 724 MovieClip in Symbol 2438 MovieClip Frame 42
onClipEvent (enterFrame) {
if ((1 < _parent.Mouth._currentframe) && (_parent.Speaker == "Romana")) {
play();
}
}
Symbol 2438 MovieClip Frame 43
stop();
TextSpeed = 1;
TargetText = "Yay! My first patient!";
Speaker = "Romana";
Symbol 2438 MovieClip Frame 44
stop();
Instance of Symbol 2435 MovieClip in Symbol 2438 MovieClip Frame 44
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 2);
if (_alpha >= 100) {
Counter = Counter + 1;
if (5 < Counter) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 2438 MovieClip Frame 45
stop();
stop();
TextSpeed = 1;
TargetText = "";
Speaker = "";
Symbol 2438 MovieClip Frame 46
tellTarget (_root) {
play();
};
Symbol 2439 MovieClip Frame 1
stop();
_root.Active = false;
Symbol 2439 MovieClip Frame 2
stop();
Symbol 2439 MovieClip Frame 3
stop();
Symbol 2439 MovieClip Frame 4
stop();
Symbol 2463 Button
on (rollOver) {
_root.CMName = "CAPTAIN SCARLET";
_root.CMText = "You didn't die a single time during your quest. Fate has made you indestructible!";
}
Symbol 2465 Button
on (rollOver) {
_root.CMName = "INVINCIBLE";
_root.CMText = "You made it through your adventure without getting hit even once! No, getting eaten doesn't count.";
}
Symbol 2467 Button
on (rollOver) {
_root.CMName = "NEVER GIVE UP";
_root.CMText = "You sure died a lot. But you never gave up! We'll always cheer for you, no matter how much you lose!";
}
Symbol 2469 Button
on (rollOver) {
_root.CMName = "MASTER PLATFORMER";
_root.CMText = "Your jumping skills are incredible! Even when the ground vanishes beneath your feet, you don't give up!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2471 Button
on (rollOver) {
_root.CMName = "ME GOT KICKED IN THE HEAD BACKSTAGE";
_root.CMText = "What an unlucky day... you got turned to stone and died as a direct result.";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2473 Button
on (rollOver) {
_root.CMName = "FU-FORGET YOU AH CAN EAT ALL THESE APPLES";
_root.CMText = "You sure do like apples!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2475 Button
on (rollOver) {
_root.CMName = "HEALTHY EATER";
_root.CMText = "Eating a lot of red apples is good for your health!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2477 Button
on (rollOver) {
_root.CMName = "MAGICALLY DELICIOUS";
_root.CMText = "Mmm, green apples, good for your magic meter! I hope they're not radioactive!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2479 Button
on (rollOver) {
_root.CMName = "I DIDN'T PUT THESE IN MY BAG";
_root.CMText = "Wow, you got through the whole thing without buying any of Trixie's items?";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2481 Button
on (rollOver) {
_root.CMName = "ARCHAEOLOGIST";
_root.CMText = "What an intrepid explorer you are! You discovered the Shrine of the Ancient Goddess!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2482 Button
on (rollOver) {
_root.CMName = "LOW ROAD";
_root.CMText = "You took the lower route through the Cave of Wisdom, performing precise platform jumps!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2484 Button
on (rollOver) {
_root.CMName = "HIGH ROAD";
_root.CMText = "You took the upper route through the Cave of Wisdom, beating many tough enemies!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2486 Button
on (rollOver) {
_root.CMName = "PLOT DEVICE";
_root.CMText = "Dr. Whooves used his mysterious device to save your plot!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2488 Button
on (rollOver) {
_root.CMName = "MINTY FRESH HEROINE";
_root.CMText = "You came to the rescue of a pony in distress!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2490 Button
on (rollOver) {
_root.CMName = "CLOCKWISE";
_root.CMText = "You managed to get through the game without using Clock Up at all!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2492 Button
on (rollOver) {
_root.CMName = "TUBE OF PURE AWESOME";
_root.CMText = "You performed great deeds of heroism while you were a tube of toothpaste. That's so awesome it's stupid.";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2494 Button
on (rollOver) {
_root.CMName = "NO POET'S SOCIETY";
_root.CMText = "You bothered Zecora so much she actually said something that didn't rhyme. You're a bad person.";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2495 Button
on (rollOver) {
_root.CMName = "WORST DAY EVER";
_root.CMText = "You got turned to toothpaste AND turned to stone on the same night. It's been one of those days...";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2497 Button
on (rollOver) {
_root.CMName = "DEDICATED DENTIST";
_root.CMText = "You brushed every even vaguely tooth-shaped thing you encountered. Surely you were born to be a dentist!";
}
on (rollOut) {
_root.CMName = "";
_root.CMText = "";
}
Symbol 2498 MovieClip Frame 3
if ((0 < (!_root.TimesDied)) && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 4
if ((0 < (!_root.DamageCounter)) && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 5
if ((6 < _root.TimesDied) && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 6
if (_root.DidPlatforms && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
play();
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 7
if (_root.DidStonePony && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 8
if ((10 < _root.AteApples) && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 9
if ((6 < _root.RedApples) && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 10
if ((6 < _root.GreenApples) && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 11
if ((!_root.UsedShop) && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 12
if (_root.DidMegan && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 13
if (_root.DidLowRoad && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 14
if (_root.DidHighRoad && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 15
if (_root.DidPlotDevice && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 16
if (_root.DidMinty && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 17
if ((!_root.DidClockUp) && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 18
if (_root.BadassToothpaste && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 19
if (_root.DidBotherZecora && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 20
if (_root.WorstDayEver && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 21
if (_root.DidTeeth && (_parent.CMCount < _currentframe)) {
stop();
_parent.CMCount = _currentframe;
tellTarget (_parent) {
play();
};
} else {
tellTarget (_parent) {
stop();
};
}
Symbol 2498 MovieClip Frame 22
stop();
tellTarget (_parent) {
stop();
};
Symbol 2498 MovieClip Frame 26
gotoAndStop (16);
Symbol 2499 MovieClip Frame 1
CMCount = 1;
Symbol 2499 MovieClip Frame 2
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 3
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 4
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 4
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 5
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 5
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 6
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 6
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 7
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 7
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 8
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 9
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 9
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 10
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 10
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 11
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 11
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 12
stop();
Symbol 2499 MovieClip Frame 13
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 13
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 14
stop();
Instance of Symbol 2498 MovieClip in Symbol 2499 MovieClip Frame 14
onClipEvent (load) {
gotoAndPlay(_parent.CMCount);
}
Symbol 2499 MovieClip Frame 15
stop();
Symbol 2499 MovieClip Frame 16
stop();
Symbol 2499 MovieClip Frame 17
stop();
Symbol 2514 Button
on (release, keyPress "<Space>") {
play();
}