Frame 1
fadein = "false";
loaded = "false";
blacksquare.onEnterFrame = function () {
ifFrameLoaded (_totalframes) {
gotoAndStop (10);
}
if (fadein == "true") {
if (background._alpha < 100) {
background._alpha = background._alpha + 12;
}
}
if (loaded == "true") {
ifFrameLoaded (6) {
gotoAndStop (6);
}
}
};
Frame 5
loaded = "true";
Frame 6
background._alpha = 0;
fadein = "true";
Frame 8
stop();
Frame 9
Buttons.play();
stop();
Frame 10
hornet01 = new Sound(Sounds1);
hornet01.attachSound("hornet01");
hornet01.setVolume(45);
hate01 = new Sound(Sounds2);
hate01.attachSound("hate01");
hate01.onSoundComplete = function () {
play();
};
Sounds1.onEnterFrame = function () {
if (((hornet01.position / 1000) >= 2) && ((hornet01.position / 1000) <= 2.3)) {
gotoAndStop (15);
}
};
Frame 11
music01 = new Sound(MusicHolderBackground);
music01.attachSound("track9");
music01.start();
music01.setVolume(80);
music01.onSoundComplete = function () {
nextFrame();
};
stop();
Frame 12
music01.stop("track9");
fadeOut02 = 0;
Sounds2.onEnterFrame = function () {
if (fadeOut02 == 1) {
unicron01.setVolume(myLoopVolume);
myLoopVolume = myLoopVolume - 0.4;
if (myLoopVolume < 5) {
unicron01.stop("unicron01");
fadeOut02 = 0;
}
}
};
unicron01 = new Sound(MusicHolderUnicron01);
unicron01.attachSound("unicron01");
unicron01.start(0, 99);
myLoopVolume = 40;
unicron01.setVolume(myLoopVolume);
stop();
Frame 13
stop();
Instance of Symbol 207 MovieClip "IThinkText" in Frame 13
onClipEvent (load) {
TextGraphic.gotoAndStop(11);
}
Frame 14
hornet01.start();
hornet01.setVolume(45);
Sounds3.onEnterFrame = function () {
if (((hornet01.position / 1000) >= 2) && ((hornet01.position / 1000) <= 2.3)) {
gotoAndStop (15);
}
};
Instance of Symbol 207 MovieClip "_2" in Frame 14
onClipEvent (load) {
TextGraphic.gotoAndStop(12);
}
Frame 15
Sounds4.onEnterFrame = function () {
if (((hate01.position / 1000) >= 0) && ((hate01.position / 1000) <= 0.4)) {
_2.gotoAndPlay(2);
}
if (((hate01.position / 1000) >= 1.5) && ((hate01.position / 1000) <= 1.88)) {
_2.gotoAndPlay(21);
}
};
Frame 49
gotoAndStop (8);
Frame 51
World._xscale = 10;
World._yscale = 10;
World._visible = 1;
TitleFairyTale._alpha = 0;
Frame 80
this.onEnterFrame = function () {
if (TitleFairyTale._alpha < 100) {
TitleFairyTale._alpha = TitleFairyTale._alpha + 3.5;
}
};
Frame 160
this.onEnterFrame = function () {
if (TitleFairyTale._alpha > 0) {
TitleFairyTale._alpha = TitleFairyTale._alpha - 3.5;
}
};
Frame 230
chomp01 = new Sound(MusicHolderBackground);
chomp01.attachSound("chomp01");
chomp01.setVolume(90);
unirun = "false";
World._xscale = 10;
World._yscale = 10;
World._visible = 1;
this.onEnterFrame = function () {
if ((Uni._x >= 40) && (Uni._x <= 60)) {
chomp01.start();
}
if (World._xscale < 100) {
World._xscale = World._xscale + 0.15;
}
if (World._yscale < 100) {
World._yscale = World._yscale + 0.15;
}
if (unirun == "true") {
if (Uni._x < 618) {
Uni._x = Uni._x + 30;
Uni2._x = Uni2._x + 30;
}
if (Uni._x > 209) {
World._visible = 0;
}
}
};
Text._alpha = 0;
stop();
Frame 231
gotoAndPlay (8);
Symbol 34 MovieClip Frame 1
this.onEnterFrame = function () {
loading = _parent.getBytesLoaded();
total = _parent.getBytesTotal();
percent = percent - ((percent - ((loading / total) * 100)) * 0.25);
per = int(percent);
percentage = per + "%";
};
_root.stop();
PercentLoaded = (_parent.getBytesLoaded() / _parent.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
_parent.play();
}
Symbol 34 MovieClip Frame 2
gotoAndPlay (1);
Symbol 48 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 1
this.onEnterFrame = function () {
L.gotoAndStop(2);
G.gotoAndStop(3);
};
setProperty("Cover", _visible , "0");
Symbol 49 MovieClip Frame 32
_parent.play();
stop();
Symbol 52 Button
on (release) {
getURL ("http://www.melovegrimlock.com");
}
Symbol 58 Button
on (release) {
stopAllSounds();
gotoAndStop (11);
}
Symbol 62 Button
on (rollOver) {
boing01.start();
}
on (release) {
getURL ("http://www.melovegrimlock.com");
}
Symbol 64 MovieClip Frame 3
stop();
Symbol 65 MovieClip Frame 3
stop();
Symbol 66 Button
on (rollOver) {
boing01.start();
}
on (release) {
_parent._parent.gotoAndPlay("MovieEnd");
}
Symbol 68 MovieClip Frame 3
stop();
Symbol 69 MovieClip Frame 3
stop();
Symbol 70 Button
on (rollOver) {
boing01.start();
}
on (release) {
_parent._parent.gotoAndStop("ForceMusicToPlay");
}
Symbol 72 MovieClip Frame 3
stop();
Symbol 73 MovieClip Frame 4
stop();
Symbol 74 Button
on (rollOver) {
boing01.start();
}
on (release) {
_parent._parent.gotoAndPlay("Movie");
}
Symbol 76 MovieClip Frame 3
stop();
Symbol 77 MovieClip Frame 3
stop();
Symbol 78 Button
on (rollOver) {
boing01.start();
}
on (release) {
getURL ("http://www.melovegrimlock.com", "_blank");
}
Symbol 81 MovieClip Frame 60
stop();
Symbol 82 MovieClip Frame 1
boing01 = new Sound(_parent._parent.MusicHolderBackground);
boing01.attachSound("boing01");
boing01.setVolume(110);
Symbol 83 MovieClip Frame 1
CreditsFake._visible = 0;
stop();
Symbol 83 MovieClip Frame 4
stop();
Symbol 85 Button
on (release) {
getURL ("http://www.melovegrimlock.com", "_blank");
}
Symbol 93 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 1
Text._alpha = 0;
Text.onEnterFrame = function () {
if (Text._alpha < 100) {
Text._alpha = Text._alpha + 2;
}
};
Symbol 94 MovieClip Frame 110
Text._alpha = 100;
Text.onEnterFrame = function () {
if (Text._alpha > 0) {
Text._alpha = Text._alpha - 2;
}
};
Symbol 94 MovieClip Frame 160
Text.onEnterFrame = function () {
Text.nextFrame();
};
Symbol 95 Button
on (release) {
music01.stop("track9");
nextFrame();
}
Symbol 96 Button
on (release) {
_parent.IntroCredits.stop();
myMusicPosition = _parent.music01.position / 1000;
_parent.music01.stop("track9");
nextFrame();
}
Symbol 99 Button
on (release) {
_parent.IntroCredits.play();
_parent.music01.start(myMusicPosition, 0);
prevFrame();
}
Symbol 100 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip "Asteroid" in Symbol 111 MovieClip Frame 1
onClipEvent (load) {
this._rotation = 0;
}
onClipEvent (enterFrame) {
if (_parent._parent.cat != true) {
cat = true;
this._rotation = _rotation + 1.4;
}
}
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 7
stop();
Symbol 116 MovieClip Frame 13
stop();
Symbol 121 MovieClip Frame 1
this.onEnterFrame = function () {
if (_parent._parent._parent._parent.cat != false) {
_parent.stop();
}
if (_parent._parent._parent._parent.cat == false) {
_parent.play();
}
};
Symbol 122 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 122 MovieClip Frame 7
stop();
Symbol 122 MovieClip Frame 13
stop();
Symbol 127 MovieClip Frame 120
_parent.gotoAndStop(2);
Symbol 127 MovieClip Frame 121
_parent.gotoAndStop(3);
Symbol 127 MovieClip Frame 122
_parent.gotoAndStop(2);
Symbol 127 MovieClip Frame 123
_parent.gotoAndStop(1);
Symbol 131 Button
on (rollOver) {
BeamWeapon.play();
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 120
_parent.gotoAndPlay(71);
Symbol 153 MovieClip Frame 123
_parent.gotoAndStop(72);
Symbol 153 MovieClip Frame 124
_parent.gotoAndStop(71);
Symbol 153 MovieClip Frame 125
_parent.gotoAndStop(70);
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 7
stop();
Symbol 156 MovieClip Frame 65
stop();
Symbol 156 MovieClip Frame 70
stop();
Symbol 157 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 10
this.onEnterFrame = function () {
if (_parent._parent.cat != false) {
stop();
}
if (_parent._parent.cat == false) {
play();
}
};
Symbol 165 MovieClip Frame 52
_parent._parent.UnicronFloating.Unicron.EyeAni1.gotoAndPlay(2);
Symbol 165 MovieClip Frame 80
_parent._parent.UnicronFloating.Unicron.EyeAni1.gotoAndPlay(8);
Symbol 165 MovieClip Frame 201
_parent._parent.UnicronFloating.Unicron.EyeAni1.gotoAndPlay(66);
Symbol 165 MovieClip Frame 215
_parent._parent._parent.fadeOut02 = 1;
Symbol 165 MovieClip Frame 275
_parent._parent._parent.play();
Symbol 165 MovieClip Frame 276
_parent.gotoAndStop(1);
stop();
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 2
stop();
Symbol 172 Button
on (rollOver) {
PopUp1.gotoAndPlay(1);
PopUp1.Box.gotoAndStop(1);
}
on (rollOut) {
PopUp1.gotoAndPlay(11);
}
Symbol 173 Button
on (rollOver) {
PopUp2.gotoAndPlay(1);
PopUp2.Box.gotoAndStop(2);
}
on (rollOut) {
PopUp2.gotoAndPlay(11);
}
Symbol 183 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 10
stop();
Symbol 185 Button
on (release) {
_parent.GobotHolder.gotoAndStop(2);
_parent.Text.gotoAndStop(1);
_parent.voice.stop("sorbetron");
_parent.voice.setVolume(0);
nextFrame();
}
on (release) {
_parent.Text._1.gotoAndStop(1);
_parent.Text._2.gotoAndStop(1);
_parent.Text._3.gotoAndStop(1);
_parent.Text._4.gotoAndStop(1);
_parent.Text._5.gotoAndStop(1);
_parent.Text._6.gotoAndStop(1);
_parent.Text._7.gotoAndStop(1);
_parent.Text._8.gotoAndStop(1);
_parent.Text._9.gotoAndStop(1);
_parent.Text._10.gotoAndStop(1);
}
Symbol 206 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 20
stop();
Symbol 208 MovieClip Frame 1
_1.TextGraphic.gotoAndStop(1);
_2.TextGraphic.gotoAndStop(2);
_3.TextGraphic.gotoAndStop(3);
_4.TextGraphic.gotoAndStop(4);
_5.TextGraphic.gotoAndStop(5);
_6.TextGraphic.gotoAndStop(6);
_7.TextGraphic.gotoAndStop(7);
_8.TextGraphic.gotoAndStop(8);
_9.TextGraphic.gotoAndStop(9);
_10.TextGraphic.gotoAndStop(10);
Symbol 208 MovieClip Frame 50
_parent._parent.voiceOn = true;
_parent._parent.voice.start();
_parent._parent.voice.setVolume(100);
_parent._parent.voice.onSoundComplete = function () {
play();
};
setProperty("_parent._parent.FalseButton", _visible , "0");
stop();
this.onEnterFrame = function () {
if (((_parent._parent.voice.position / 1000) >= 2.5) && ((_parent._parent.voice.position / 1000) <= 2.7)) {
_1.gotoAndPlay(2);
}
if (((_parent._parent.voice.position / 1000) >= 3.5) && ((_parent._parent.voice.position / 1000) <= 3.7)) {
_2.gotoAndPlay(2);
}
if (((_parent._parent.voice.position / 1000) >= 3.7) && ((_parent._parent.voice.position / 1000) <= 3.9)) {
_3.gotoAndPlay(2);
}
if (((_parent._parent.voice.position / 1000) >= 3.9) && ((_parent._parent.voice.position / 1000) <= 4.1)) {
_4.gotoAndPlay(2);
}
if (((_parent._parent.voice.position / 1000) >= 4.32) && ((_parent._parent.voice.position / 1000) <= 4.52)) {
_5.gotoAndPlay(2);
}
if (((_parent._parent.voice.position / 1000) >= 4.5) && ((_parent._parent.voice.position / 1000) <= 4.7)) {
_6.gotoAndPlay(2);
}
if (((_parent._parent.voice.position / 1000) >= 4.88) && ((_parent._parent.voice.position / 1000) <= 5.08)) {
_7.gotoAndPlay(2);
}
if (((_parent._parent.voice.position / 1000) >= 5.075) && ((_parent._parent.voice.position / 1000) <= 5.275)) {
_8.gotoAndPlay(2);
}
if (((_parent._parent.voice.position / 1000) >= 5.46) && ((_parent._parent.voice.position / 1000) <= 5.66)) {
_9.gotoAndPlay(2);
}
if (((_parent._parent.voice.position / 1000) >= 6.665) && ((_parent._parent.voice.position / 1000) <= 6.865)) {
_10.gotoAndPlay(2);
}
};
Symbol 208 MovieClip Frame 95
_1.gotoAndPlay("FadeOut");
_2.gotoAndPlay("FadeOut");
_3.gotoAndPlay("FadeOut");
_4.gotoAndPlay("FadeOut");
_5.gotoAndPlay("FadeOut");
_6.gotoAndPlay("FadeOut");
_7.gotoAndPlay("FadeOut");
_8.gotoAndPlay("FadeOut");
_9.gotoAndPlay("FadeOut");
_10.gotoAndPlay("FadeOut");
Symbol 208 MovieClip Frame 135
_parent._parent.GobotHolder.gotoAndStop(2);
_parent._parent.GobotHolder.GobotAni.gotoAndPlay(2);
_parent._parent.NextButtons.gotoAndStop(2);
Symbol 208 MovieClip Frame 136
stop();
Symbol 208 MovieClip Frame 150
gotoAndPlay (148);
Symbol 209 Button
on (release) {
stopAllSounds();
_parent.UnicronFloating.Unicron.EyeAni1.gotoAndPlay(71);
_parent.UnicronFloating.Unicron.EyeAni1.EyeTimeCont3.gotoAndStop(1);
_parent.GobotHolder.gotoAndStop(1);
_parent._parent.gotoAndStop("ForceMusicToPlay");
prevFrame();
}
Symbol 210 MovieClip Frame 1
stop();
Symbol 211 Button
on (release) {
nextFrame();
}
on (release) {
_parent.cat = true;
_parent.UnicronFloating.stop();
if (_parent.voiceOn == false) {
_parent.NextButtons.Text.stop();
}
}
on (release) {
if (_parent.voiceOn == true) {
_parent.voiceCheck = false;
myMusicPosition = _parent.voice.position / 1000;
_parent.voice.stop("sorbetron");
}
if (pause != true) {
playing = false;
paused = true;
stopped = false;
myMusicPosition2 = _parent._parent.unicron01.position / 1000;
_parent._parent.unicron01.stop("unicron01");
}
}
Symbol 212 Button
on (release) {
prevFrame();
}
on (release) {
_parent.cat = false;
_parent.UnicronFloating.play();
if (_parent.voiceOn == false) {
_parent.NextButtons.Text.play();
}
}
on (release) {
if (_parent.voiceCheck != true) {
if (_parent.voiceOn == true) {
_parent.voice.start(myMusicPosition, 0);
}
}
if (paused == true) {
playing = true;
paused = false;
stopped = false;
_parent._parent.unicron01.start(myMusicPosition2, 0);
_parent._parent.unicron01.onSoundComplete = function () {
_parent._parent.unicron01.start();
};
}
}
Symbol 213 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 1
cat = false;
voiceOn = false;
voiceCheck = true;
voice = new Sound(Asteroids1);
voice.attachSound("sorbetron");
voiceVolume = 100;
voice.setVolume(voiceVolume);
Asteroids1.Asteroid.gotoAndStop(1);
Asteroids2.Asteroid.gotoAndStop(2);
Asteroids3.Asteroid.gotoAndStop(3);
Asteroids4.Asteroid.gotoAndStop(4);
Asteroids5.Asteroid.gotoAndStop(5);
Asteroids6.Asteroid.gotoAndStop(6);
stop();
Cybertron.Asteroid.gotoAndStop(7);
this.onEnterFrame = function () {
if (((voice.position / 1000) >= 0.1) && ((voice.position / 1000) <= 0.3)) {
UnicronFloating.Unicron.Arm2.gotoAndPlay(2);
}
if (((voice.position / 1000) >= 0.8) && ((voice.position / 1000) <= 1)) {
UnicronFloating.Unicron.Arm2.gotoAndPlay(8);
}
if (((voice.position / 1000) >= 1.7) && ((voice.position / 1000) <= 1.9)) {
UnicronFloating.Unicron.Arm2.gotoAndPlay(14);
}
if (((voice.position / 1000) >= 0.1) && ((voice.position / 1000) <= 0.3)) {
UnicronFloating.Unicron.Arm1.gotoAndPlay(2);
}
if (((voice.position / 1000) >= 0.8) && ((voice.position / 1000) <= 1)) {
UnicronFloating.Unicron.Arm1.gotoAndPlay(8);
}
if (((voice.position / 1000) >= 1.7) && ((voice.position / 1000) <= 1.9)) {
UnicronFloating.Unicron.Arm1.gotoAndPlay(14);
}
};
Symbol 215 Button
on (release) {
stopAllSounds();
gotoAndStop (10);
}
Symbol 216 Button
on (release) {
_root.ThinkPlayer.stop();
if (_parent.playing == true) {
if (paused != true) {
playing = false;
paused = true;
stopped = false;
_parent.think01.stop("think01");
myMusicPosition = _parent.think01.position / 1000;
}
}
_parent.playing = false;
_parent.playing2 = false;
_parent.Sounds.stop();
nextFrame();
}
Symbol 217 Button
on (release) {
_root.ThinkPlayer.play();
if (_parent.playing != true) {
if (paused == true) {
playing = true;
paused = false;
stopped = true;
_parent.think01.start(myMusicPosition, 0);
}
}
_parent.playing = true;
_parent.playing2 = true;
_parent.Sounds.play();
prevFrame();
}
Symbol 218 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 40
_parent.IThinkText.gotoAndPlay(2);
Symbol 220 MovieClip Frame 99
_parent.IThinkText.gotoAndPlay(21);
Symbol 220 MovieClip Frame 119
_parent.gotoAndStop("ForceMusicToPlay");
Symbol 220 MovieClip Frame 122
gotoAndPlay (120);
Symbol 221 Button
on (release) {
if (paused != true) {
playing = false;
paused = true;
stopped = false;
_parent.hornet01.stop("hornet01");
myMusicPosition = _parent.hornet01.position / 1000;
}
_parent.Credits.stop();
nextFrame();
}
Symbol 222 Button
on (release) {
if (paused == true) {
playing = true;
paused = false;
stopped = true;
_parent.hornet01.start(myMusicPosition, 0);
}
_parent.Credits.play();
prevFrame();
}
Symbol 223 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 13
_parent._parent.hate01.start();
stop();
Symbol 240 MovieClip Frame 1
Text._alpha = 0;
Text.onEnterFrame = function () {
if (Text._alpha < 100) {
Text._alpha = Text._alpha + 6;
}
};
Symbol 240 MovieClip Frame 73
Text._alpha = 100;
Text.onEnterFrame = function () {
if (Text._alpha > 0) {
Text._alpha = Text._alpha - 6;
}
};
Symbol 240 MovieClip Frame 90
Text.onEnterFrame = function () {
Text.nextFrame();
};
Symbol 241 Button
on (release) {
stopAllSounds();
gotoAndStop (230);
TitleFairyTale._alpha = 0;
}
Symbol 246 Button
on (release) {
stopAllSounds();
gotoAndStop (10);
}
Symbol 247 Button
on (release) {
stopAllSounds();
Text._alpha = 0;
Text.run = "false";
Text.gotoAndStop(4);
World._xscale = 100;
World._yscale = 100;
}
Symbol 260 MovieClip Frame 45
_parent.run = "false";
stop();
Symbol 263 MovieClip Frame 15
_parent.run = "false";
stop();
Symbol 264 MovieClip Frame 1
run = "false";
begin = new Sound(MusicHolderBackground);
begin.attachSound("begin");
begin.onSoundComplete = function () {
run = "true";
};
this.onEnterFrame = function () {
if (run == "false") {
if (_parent.Text._alpha < 100) {
_parent.Text._alpha = _parent.Text._alpha + 10;
if (_parent.Text._alpha > 100) {
begin.start();
}
}
}
if (run == "true") {
if (_parent.Text._alpha > 0) {
_parent.Text._alpha = _parent.Text._alpha - 10;
if (_parent.Text._alpha < 1) {
run = "false";
nextFrame();
}
}
}
};
stop();
Symbol 264 MovieClip Frame 2
beautiful = new Sound(MusicHolderBackground);
beautiful.attachSound("beautiful");
beautiful.onSoundComplete = function () {
run = "true";
};
this.onEnterFrame = function () {
if (run == "false") {
if (_parent.Text._alpha < 100) {
_parent.Text._alpha = _parent.Text._alpha + 10;
if (_parent.Text._alpha > 100) {
beautiful.start();
}
}
}
if (run == "true") {
if (_parent.Text._alpha > 0) {
_parent.Text._alpha = _parent.Text._alpha - 10;
if (_parent.Text._alpha < 1) {
run = "false";
nextFrame();
}
}
}
};
stop();
Symbol 264 MovieClip Frame 3
animals = new Sound(MusicHolderBackground);
animals.attachSound("animals");
animals.onSoundComplete = function () {
run = "true";
};
this.onEnterFrame = function () {
if (run == "false") {
if (_parent.Text._alpha < 100) {
_parent.Text._alpha = _parent.Text._alpha + 10;
if (_parent.Text._alpha > 100) {
animals.start();
}
}
}
if (run == "true") {
if (_parent.Text._alpha > 0) {
_parent.Text._alpha = _parent.Text._alpha - 10;
if (_parent.Text._alpha < 1) {
run = "false";
nextFrame();
}
}
}
};
stop();
Symbol 264 MovieClip Frame 4
sunbeams = new Sound(MusicHolderBackground);
sunbeams.attachSound("sunbeams");
sunbeams.onSoundComplete = function () {
run = "true";
};
this.onEnterFrame = function () {
if (run == "false") {
if (_parent.Text._alpha < 100) {
_parent.Text._alpha = _parent.Text._alpha + 10;
if (_parent.Text._alpha > 100) {
sunbeams.start();
}
}
}
if (run == "true") {
if (_parent.Text._alpha > 0) {
_parent.Text._alpha = _parent.Text._alpha - 10;
if (_parent.Text._alpha < 1) {
nextFrame();
}
}
}
};
_parent.World.onEnterFrame = function () {
if (((sunbeams.position / 1000) >= 3.4) && ((sunbeams.position / 1000) <= 3.6)) {
_parent.unirun = "true";
}
};
stop();
Symbol 264 MovieClip Frame 5
erm = new Sound(MusicHolderBackground);
erm.attachSound("erm");
erm.onSoundComplete = function () {
run = "true";
};
this.onEnterFrame = function () {
if (run == "false") {
if (_parent.Text._alpha < 100) {
_parent.Text._alpha = _parent.Text._alpha + 10;
if (_parent.Text._alpha > 100) {
erm.start();
}
}
}
if (run == "true") {
if (_parent.Text._alpha > 0) {
_parent.Text._alpha = _parent.Text._alpha - 10;
if (_parent.Text._alpha < 1) {
nextFrame();
}
}
}
};
stop();
Symbol 264 MovieClip Frame 6
end = new Sound(MusicHolderBackground);
end.attachSound("end");
end.onSoundComplete = function () {
run = "true";
play();
};
this.onEnterFrame = function () {
if (run == "false") {
if (_parent.Text._alpha < 100) {
_parent.Text._alpha = _parent.Text._alpha + 10;
if (_parent.Text._alpha > 100) {
end.start();
}
}
}
};
stop();
Symbol 264 MovieClip Frame 25
this.onEnterFrame = function () {
if (run == "true") {
if (_parent.Text._alpha > 0) {
_parent.Text._alpha = _parent.Text._alpha - 10;
if (_parent.Text._alpha < 1) {
play();
}
}
}
};
Symbol 264 MovieClip Frame 55
_parent.play();
stop();